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": "18345e60-bc30-46fc-8f4e-f45e8a449998", "private_locations": [ { "private_location_id": "a7276d8a-aa7c-460a-8b27-befe1f8f6909", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8d9f0884-0d3b-4ee5-b1c4-15aee23541dc" }, { "private_location_id": "b52fefcd-ea90-4d98-9097-c6af844cb526", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6764eba-6d1f-4c4e-80c8-98f6dfcda631" }, { "private_location_id": "db18ad5f-f174-4634-8a8f-49dd2607b49a", "enabled": true, "geoloc": "sample string 3", "customer_guid": "79319c4e-9689-430b-b5ed-780cc83d5593" } ] }, { "access_group": "9d364335-25cb-4140-8a87-abf88f037eef", "private_locations": [ { "private_location_id": "db18ad5f-f174-4634-8a8f-49dd2607b49a", "enabled": true, "geoloc": "sample string 3", "customer_guid": "79319c4e-9689-430b-b5ed-780cc83d5593" }, { "private_location_id": "db18ad5f-f174-4634-8a8f-49dd2607b49a", "enabled": true, "geoloc": "sample string 3", "customer_guid": "79319c4e-9689-430b-b5ed-780cc83d5593" }, { "private_location_id": "b52fefcd-ea90-4d98-9097-c6af844cb526", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6764eba-6d1f-4c4e-80c8-98f6dfcda631" } ] }, { "access_group": "53728110-fe44-47fb-bc1f-4c2c394d60ca", "private_locations": [ { "private_location_id": "b52fefcd-ea90-4d98-9097-c6af844cb526", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6764eba-6d1f-4c4e-80c8-98f6dfcda631" }, { "private_location_id": "db18ad5f-f174-4634-8a8f-49dd2607b49a", "enabled": true, "geoloc": "sample string 3", "customer_guid": "79319c4e-9689-430b-b5ed-780cc83d5593" }, { "private_location_id": "b52fefcd-ea90-4d98-9097-c6af844cb526", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6764eba-6d1f-4c4e-80c8-98f6dfcda631" } ] } ]
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. |