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": "568921f9-8ccd-442c-a6a6-d75863b8480f",
"private_locations": [
{
"private_location_id": "488d3d09-7670-407b-88a7-5e3aff0f187d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17af38a7-8f26-4c90-abb3-aa4c5140ad9e"
},
{
"private_location_id": "520c5ab9-2feb-4208-811b-9f0d09addba1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6574d267-c1a3-4d47-9b84-9e1344be6eb8"
},
{
"private_location_id": "31d42e38-613d-4f73-9ef7-665d86675709",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "168d849e-b764-467d-ad6c-1d8b2c7fb1b4"
}
]
},
{
"access_group": "5af1dbc6-4f97-4998-a56c-e51d713fec56",
"private_locations": [
{
"private_location_id": "520c5ab9-2feb-4208-811b-9f0d09addba1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6574d267-c1a3-4d47-9b84-9e1344be6eb8"
},
{
"private_location_id": "520c5ab9-2feb-4208-811b-9f0d09addba1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6574d267-c1a3-4d47-9b84-9e1344be6eb8"
},
{
"private_location_id": "488d3d09-7670-407b-88a7-5e3aff0f187d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17af38a7-8f26-4c90-abb3-aa4c5140ad9e"
}
]
},
{
"access_group": "16cf6afa-bc44-4723-909b-9b168cdb4bb6",
"private_locations": [
{
"private_location_id": "520c5ab9-2feb-4208-811b-9f0d09addba1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6574d267-c1a3-4d47-9b84-9e1344be6eb8"
},
{
"private_location_id": "488d3d09-7670-407b-88a7-5e3aff0f187d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17af38a7-8f26-4c90-abb3-aa4c5140ad9e"
},
{
"private_location_id": "31d42e38-613d-4f73-9ef7-665d86675709",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "168d849e-b764-467d-ad6c-1d8b2c7fb1b4"
}
]
}
]
| 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. |