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": "1051ea84-735f-4920-b874-4dff1cb10e37",
"private_locations": [
{
"private_location_id": "a98107ca-0f46-4b56-b892-5ced77c8df77",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2d52fca-f6c5-4241-a408-9c54fd9b1ae6"
},
{
"private_location_id": "d90bdab9-a10b-44a9-9f03-188e77558e99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6348673-e897-4605-84d6-d2ff8dffc79e"
},
{
"private_location_id": "0db7ea70-eb69-4206-8715-48022d027733",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "16c4438b-a443-4f0d-8a28-ae4a09dd7b88"
}
]
},
{
"access_group": "fb8c08d5-2623-4c91-b538-78e15a428885",
"private_locations": [
{
"private_location_id": "a98107ca-0f46-4b56-b892-5ced77c8df77",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2d52fca-f6c5-4241-a408-9c54fd9b1ae6"
},
{
"private_location_id": "0db7ea70-eb69-4206-8715-48022d027733",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "16c4438b-a443-4f0d-8a28-ae4a09dd7b88"
},
{
"private_location_id": "d90bdab9-a10b-44a9-9f03-188e77558e99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6348673-e897-4605-84d6-d2ff8dffc79e"
}
]
},
{
"access_group": "132cb2d5-c936-4e28-9323-f2f4fa0d90fe",
"private_locations": [
{
"private_location_id": "d90bdab9-a10b-44a9-9f03-188e77558e99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6348673-e897-4605-84d6-d2ff8dffc79e"
},
{
"private_location_id": "a98107ca-0f46-4b56-b892-5ced77c8df77",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2d52fca-f6c5-4241-a408-9c54fd9b1ae6"
},
{
"private_location_id": "0db7ea70-eb69-4206-8715-48022d027733",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "16c4438b-a443-4f0d-8a28-ae4a09dd7b88"
}
]
}
]
| 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. |