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": "b1dcd95f-fae8-44a0-a98d-922c371e911e",
"private_locations": [
{
"private_location_id": "651291c2-5638-45b7-ae6b-3e6307d0b5bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c850280-9bd1-48f1-9bc2-c53dcb42e723"
},
{
"private_location_id": "72e6d36d-1719-430f-8c05-642b59c69bb8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3ff1ea70-6629-4dc5-a6ab-180887994db3"
},
{
"private_location_id": "94a0ace2-1c95-4fa0-a561-474c8030c4c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31f8933-6392-4812-b879-bb7af11857f0"
}
]
},
{
"access_group": "948b82c9-81e3-4267-97c2-47058b12c4c0",
"private_locations": [
{
"private_location_id": "94a0ace2-1c95-4fa0-a561-474c8030c4c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31f8933-6392-4812-b879-bb7af11857f0"
},
{
"private_location_id": "94a0ace2-1c95-4fa0-a561-474c8030c4c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31f8933-6392-4812-b879-bb7af11857f0"
},
{
"private_location_id": "651291c2-5638-45b7-ae6b-3e6307d0b5bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c850280-9bd1-48f1-9bc2-c53dcb42e723"
}
]
},
{
"access_group": "e441b2f7-28d1-4fad-8ce0-f2b11b1c62a0",
"private_locations": [
{
"private_location_id": "94a0ace2-1c95-4fa0-a561-474c8030c4c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31f8933-6392-4812-b879-bb7af11857f0"
},
{
"private_location_id": "72e6d36d-1719-430f-8c05-642b59c69bb8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3ff1ea70-6629-4dc5-a6ab-180887994db3"
},
{
"private_location_id": "651291c2-5638-45b7-ae6b-3e6307d0b5bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c850280-9bd1-48f1-9bc2-c53dcb42e723"
}
]
}
]
| 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. |