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": "1008a828-ec39-4d72-a218-9b18053a0aac", "private_locations": [ { "private_location_id": "225dd756-4008-4c86-a68a-1e9306398feb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "78563b24-fa07-4d7a-b0a4-f9974a237856" }, { "private_location_id": "852d26e4-ebfb-42be-9e71-e3b0319f6095", "enabled": true, "geoloc": "sample string 3", "customer_guid": "855d99e0-7c71-409e-950a-7f528cdc29d9" }, { "private_location_id": "e76ecd75-9b4a-492c-a3d6-897d97090921", "enabled": true, "geoloc": "sample string 3", "customer_guid": "9f47c28e-e248-41e9-be1b-c43421f71f2b" } ] }, { "access_group": "ace129aa-2387-49cd-a3c5-037d8d653388", "private_locations": [ { "private_location_id": "e76ecd75-9b4a-492c-a3d6-897d97090921", "enabled": true, "geoloc": "sample string 3", "customer_guid": "9f47c28e-e248-41e9-be1b-c43421f71f2b" }, { "private_location_id": "225dd756-4008-4c86-a68a-1e9306398feb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "78563b24-fa07-4d7a-b0a4-f9974a237856" }, { "private_location_id": "e76ecd75-9b4a-492c-a3d6-897d97090921", "enabled": true, "geoloc": "sample string 3", "customer_guid": "9f47c28e-e248-41e9-be1b-c43421f71f2b" } ] }, { "access_group": "8863673c-807b-4682-a812-d748a2fb4f14", "private_locations": [ { "private_location_id": "852d26e4-ebfb-42be-9e71-e3b0319f6095", "enabled": true, "geoloc": "sample string 3", "customer_guid": "855d99e0-7c71-409e-950a-7f528cdc29d9" }, { "private_location_id": "225dd756-4008-4c86-a68a-1e9306398feb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "78563b24-fa07-4d7a-b0a4-f9974a237856" }, { "private_location_id": "225dd756-4008-4c86-a68a-1e9306398feb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "78563b24-fa07-4d7a-b0a4-f9974a237856" } ] } ]
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. |