GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm1.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "access_group": "588522ba-96c7-4c0e-ab04-3472c5fbe78d", "private_locations": [ { "private_location_id": "d5da5f8d-a7c3-47c5-b161-80a9eb2b0cc5", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5cf145b5-d771-44bf-a6cb-8aba76de0efb" }, { "private_location_id": "102e1f82-937a-4c54-8fa6-31fb2d346da2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "868fac5c-8dda-4084-9ee4-970d38be6a6a" }, { "private_location_id": "0c22c702-b6e6-4d91-8bd9-a3d6be1ab1b9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e72dec1c-7911-4724-9031-f75e5965b2a6" } ] }, { "access_group": "39754683-24af-4166-a55f-4d15f423e843", "private_locations": [ { "private_location_id": "0c22c702-b6e6-4d91-8bd9-a3d6be1ab1b9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e72dec1c-7911-4724-9031-f75e5965b2a6" }, { "private_location_id": "d5da5f8d-a7c3-47c5-b161-80a9eb2b0cc5", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5cf145b5-d771-44bf-a6cb-8aba76de0efb" }, { "private_location_id": "0c22c702-b6e6-4d91-8bd9-a3d6be1ab1b9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e72dec1c-7911-4724-9031-f75e5965b2a6" } ] }, { "access_group": "c2dbae1a-6991-4acb-963a-2f3da6b1af40", "private_locations": [ { "private_location_id": "d5da5f8d-a7c3-47c5-b161-80a9eb2b0cc5", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5cf145b5-d771-44bf-a6cb-8aba76de0efb" }, { "private_location_id": "102e1f82-937a-4c54-8fa6-31fb2d346da2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "868fac5c-8dda-4084-9ee4-970d38be6a6a" }, { "private_location_id": "0c22c702-b6e6-4d91-8bd9-a3d6be1ab1b9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e72dec1c-7911-4724-9031-f75e5965b2a6" } ] } ]
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. |