Get location sets
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Premium account id. Include it if you have the ability to create Premium (multi-user) accounts. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ApiLocationSet |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Name": "Main location set", "SiteId": 1, "Id": 100 }, "Success": true, "Messages": [] }