GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "access_group": "e26eb375-f77d-43f8-aabc-3ab1b072113b", "private_locations": [ { "private_location_id": "4cc5cbed-7dd1-4747-8974-621903a436c4", "enabled": true, "geoloc": "sample string 3", "customer_guid": "4a783f0c-1b3d-4a33-9f77-27407f91011c" }, { "private_location_id": "db9c623d-8fcf-4454-9d54-f1774fbdea3c", "enabled": true, "geoloc": "sample string 3", "customer_guid": "d500e4c4-689b-4c59-a366-982ba53704d7" }, { "private_location_id": "b3d80995-12c1-4615-ab40-6e82a4d52c05", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ae8e5235-9350-405b-91f4-fa43dbf84d65" } ] }, { "access_group": "e55b2167-7062-4271-ad96-602f7d2e1c1b", "private_locations": [ { "private_location_id": "b3d80995-12c1-4615-ab40-6e82a4d52c05", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ae8e5235-9350-405b-91f4-fa43dbf84d65" }, { "private_location_id": "b3d80995-12c1-4615-ab40-6e82a4d52c05", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ae8e5235-9350-405b-91f4-fa43dbf84d65" }, { "private_location_id": "4cc5cbed-7dd1-4747-8974-621903a436c4", "enabled": true, "geoloc": "sample string 3", "customer_guid": "4a783f0c-1b3d-4a33-9f77-27407f91011c" } ] }, { "access_group": "4ebe9bff-7443-4342-bb57-ae9ee49c3ffa", "private_locations": [ { "private_location_id": "db9c623d-8fcf-4454-9d54-f1774fbdea3c", "enabled": true, "geoloc": "sample string 3", "customer_guid": "d500e4c4-689b-4c59-a366-982ba53704d7" }, { "private_location_id": "4cc5cbed-7dd1-4747-8974-621903a436c4", "enabled": true, "geoloc": "sample string 3", "customer_guid": "4a783f0c-1b3d-4a33-9f77-27407f91011c" }, { "private_location_id": "b3d80995-12c1-4615-ab40-6e82a4d52c05", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ae8e5235-9350-405b-91f4-fa43dbf84d65" } ] } ]
Name | Type | Description |
---|---|---|
AccessGroup | Guid |
Unique identifier for the access group associated with the private locations. |
PrivateLocations | Object |
A list of private location details. |
PrivateLocationId | Guid |
Unique identifier for the private location. |
Enabled | Boolean |
Indicates whether the private location is enabled. |
Geoloc | String |
Geographical location of the private location. |
CustomerGuid | Guid |
Customer identifier associated with the private location. |