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": "c2ffedfb-6d8b-4d96-bc38-39112ee0f622",
"private_locations": [
{
"private_location_id": "57abe545-921b-46bd-b102-8eacaa6bb72f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2881b259-7a2b-4d85-911b-2359679cee23"
},
{
"private_location_id": "96513026-18f3-4048-a474-77a70cf0f727",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092c58e5-43bb-4819-b048-eed21b209b34"
},
{
"private_location_id": "d09c17bc-a28f-45d0-9090-3c6496f80884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d82adf3-d9e3-4cb7-9f14-20cf1d2a845a"
}
]
},
{
"access_group": "7f341557-3dda-407a-b5fb-32c99ef3ab2b",
"private_locations": [
{
"private_location_id": "57abe545-921b-46bd-b102-8eacaa6bb72f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2881b259-7a2b-4d85-911b-2359679cee23"
},
{
"private_location_id": "d09c17bc-a28f-45d0-9090-3c6496f80884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d82adf3-d9e3-4cb7-9f14-20cf1d2a845a"
},
{
"private_location_id": "96513026-18f3-4048-a474-77a70cf0f727",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092c58e5-43bb-4819-b048-eed21b209b34"
}
]
},
{
"access_group": "4600ddb1-c973-4e18-9993-ed91ef77271b",
"private_locations": [
{
"private_location_id": "57abe545-921b-46bd-b102-8eacaa6bb72f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2881b259-7a2b-4d85-911b-2359679cee23"
},
{
"private_location_id": "d09c17bc-a28f-45d0-9090-3c6496f80884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d82adf3-d9e3-4cb7-9f14-20cf1d2a845a"
},
{
"private_location_id": "96513026-18f3-4048-a474-77a70cf0f727",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092c58e5-43bb-4819-b048-eed21b209b34"
}
]
}
]
| 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. |