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": "a9b10671-dbce-4756-bd67-c2e62994c4d3",
"private_locations": [
{
"private_location_id": "015d97df-78a3-409b-8c1d-06d99d65e31d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b72effb5-69eb-41e5-9160-073173a86082"
},
{
"private_location_id": "f7377f97-2dc3-49eb-b0b2-56d4bd10f97a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a49e526a-73e3-4a79-91e7-04bb1224d5c0"
},
{
"private_location_id": "071c6fdd-a1f6-475a-88c3-4d11a83d415b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092d47d3-7a81-4891-9fce-0fd308687136"
}
]
},
{
"access_group": "d3ec8d85-7153-4557-84a3-24e3a9f5cfc7",
"private_locations": [
{
"private_location_id": "f7377f97-2dc3-49eb-b0b2-56d4bd10f97a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a49e526a-73e3-4a79-91e7-04bb1224d5c0"
},
{
"private_location_id": "015d97df-78a3-409b-8c1d-06d99d65e31d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b72effb5-69eb-41e5-9160-073173a86082"
},
{
"private_location_id": "071c6fdd-a1f6-475a-88c3-4d11a83d415b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092d47d3-7a81-4891-9fce-0fd308687136"
}
]
},
{
"access_group": "4670488c-1aa5-41f9-bb60-b50a035eee0f",
"private_locations": [
{
"private_location_id": "071c6fdd-a1f6-475a-88c3-4d11a83d415b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "092d47d3-7a81-4891-9fce-0fd308687136"
},
{
"private_location_id": "015d97df-78a3-409b-8c1d-06d99d65e31d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b72effb5-69eb-41e5-9160-073173a86082"
},
{
"private_location_id": "015d97df-78a3-409b-8c1d-06d99d65e31d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b72effb5-69eb-41e5-9160-073173a86082"
}
]
}
]
| 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. |