cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/populations \ --header 'Authorization: Bearer <token>'
{ "results": [ { "populationId": "<string>", "name": "<string>", "description": "<string>" } ], "total": 123, "pageInfo": { "hasNextPage": true, "hasPreviousPage": true, "startCursor": "<string>", "endCursor": "<string>" } }
Gets all populations in your workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The cursor to start fetching from
The number of items to fetch
x <= 100
25
The populations
Show child attributes
The total number of items in your workspaces based on your search parameters
Information about the current page