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": "be589777-bbfa-435a-81d9-000873042b34", "private_locations": [ { "private_location_id": "cfe83e5c-c959-4e03-a15e-a57446d962fb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "63eecb75-4bf7-47f9-b784-4c991826b5cc" }, { "private_location_id": "34bf04d3-7159-4423-bc7d-571aabc6dd40", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5fb0bf40-0396-4c3e-b1ea-56191d456a5c" }, { "private_location_id": "9c2fedb2-5dd1-49b0-a38d-17bcda22bc04", "enabled": true, "geoloc": "sample string 3", "customer_guid": "40b578c7-0d97-4840-9f54-c419f77a3192" } ] }, { "access_group": "09fac60c-e805-4aa5-ac74-3e92518f173e", "private_locations": [ { "private_location_id": "cfe83e5c-c959-4e03-a15e-a57446d962fb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "63eecb75-4bf7-47f9-b784-4c991826b5cc" }, { "private_location_id": "cfe83e5c-c959-4e03-a15e-a57446d962fb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "63eecb75-4bf7-47f9-b784-4c991826b5cc" }, { "private_location_id": "9c2fedb2-5dd1-49b0-a38d-17bcda22bc04", "enabled": true, "geoloc": "sample string 3", "customer_guid": "40b578c7-0d97-4840-9f54-c419f77a3192" } ] }, { "access_group": "9dc20573-b129-4798-a5d1-c4b129846438", "private_locations": [ { "private_location_id": "34bf04d3-7159-4423-bc7d-571aabc6dd40", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5fb0bf40-0396-4c3e-b1ea-56191d456a5c" }, { "private_location_id": "cfe83e5c-c959-4e03-a15e-a57446d962fb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "63eecb75-4bf7-47f9-b784-4c991826b5cc" }, { "private_location_id": "cfe83e5c-c959-4e03-a15e-a57446d962fb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "63eecb75-4bf7-47f9-b784-4c991826b5cc" } ] } ]
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. |