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": "fd89348a-f981-4940-9736-5c6309113dba", "private_locations": [ { "private_location_id": "31df15b6-8e7d-4d0f-a71a-2f548d2edbe2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "227613b5-3162-4099-b4fb-7bff9b9ffd6c" }, { "private_location_id": "209b9073-08a5-4fe4-b641-b8fcb2b52af3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "819a6bb3-3079-4e4e-97a2-e7bcd64821be" }, { "private_location_id": "39c25534-2128-4996-9a56-14bf88b5c2f8", "enabled": true, "geoloc": "sample string 3", "customer_guid": "39710c14-84bb-49e9-9994-5b7c9d69ab8d" } ] }, { "access_group": "ba81404e-4d0f-4546-a291-2f54db318556", "private_locations": [ { "private_location_id": "209b9073-08a5-4fe4-b641-b8fcb2b52af3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "819a6bb3-3079-4e4e-97a2-e7bcd64821be" }, { "private_location_id": "31df15b6-8e7d-4d0f-a71a-2f548d2edbe2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "227613b5-3162-4099-b4fb-7bff9b9ffd6c" }, { "private_location_id": "209b9073-08a5-4fe4-b641-b8fcb2b52af3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "819a6bb3-3079-4e4e-97a2-e7bcd64821be" } ] }, { "access_group": "69a1f238-8fd9-4e05-ae27-d6729cb0e95d", "private_locations": [ { "private_location_id": "39c25534-2128-4996-9a56-14bf88b5c2f8", "enabled": true, "geoloc": "sample string 3", "customer_guid": "39710c14-84bb-49e9-9994-5b7c9d69ab8d" }, { "private_location_id": "31df15b6-8e7d-4d0f-a71a-2f548d2edbe2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "227613b5-3162-4099-b4fb-7bff9b9ffd6c" }, { "private_location_id": "31df15b6-8e7d-4d0f-a71a-2f548d2edbe2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "227613b5-3162-4099-b4fb-7bff9b9ffd6c" } ] } ]
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. |