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": "5d128e16-83a0-4b14-9705-9247afa8c0e6", "private_locations": [ { "private_location_id": "05af2bca-bdc8-46e1-96a6-f383f363385e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8ae47b98-8562-4116-8a06-05d24b402841" }, { "private_location_id": "5385d28b-8321-46e6-a70e-38a1a76e887b", "enabled": true, "geoloc": "sample string 3", "customer_guid": "42854cdb-b974-40ac-a9d8-e790451edbaa" }, { "private_location_id": "62cbe70b-62ca-40d0-8252-13315989b2f6", "enabled": true, "geoloc": "sample string 3", "customer_guid": "44607049-a201-480a-94ff-0b20b317266c" } ] }, { "access_group": "aba90658-26b7-4462-83c0-b075a267f25f", "private_locations": [ { "private_location_id": "05af2bca-bdc8-46e1-96a6-f383f363385e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8ae47b98-8562-4116-8a06-05d24b402841" }, { "private_location_id": "5385d28b-8321-46e6-a70e-38a1a76e887b", "enabled": true, "geoloc": "sample string 3", "customer_guid": "42854cdb-b974-40ac-a9d8-e790451edbaa" }, { "private_location_id": "5385d28b-8321-46e6-a70e-38a1a76e887b", "enabled": true, "geoloc": "sample string 3", "customer_guid": "42854cdb-b974-40ac-a9d8-e790451edbaa" } ] }, { "access_group": "61936f9d-b3ec-457a-89b7-f53307da6999", "private_locations": [ { "private_location_id": "05af2bca-bdc8-46e1-96a6-f383f363385e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8ae47b98-8562-4116-8a06-05d24b402841" }, { "private_location_id": "62cbe70b-62ca-40d0-8252-13315989b2f6", "enabled": true, "geoloc": "sample string 3", "customer_guid": "44607049-a201-480a-94ff-0b20b317266c" }, { "private_location_id": "62cbe70b-62ca-40d0-8252-13315989b2f6", "enabled": true, "geoloc": "sample string 3", "customer_guid": "44607049-a201-480a-94ff-0b20b317266c" } ] } ]
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. |