Get Locations
GET {{baseUrl}}/locations?limit=<>&offset=<>
List all Locations
Pages through the list of the Locations for your user account. You can specify the maximum number of results to be retuned, and from which result to start.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The maximum number of records to load. Default is 30. The value should be greater than 0. Must be greater than 0. | |
offset | string | The number of records to skip. Default is 0. |