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": "8e0ed8b9-82f5-4c2f-a354-0015ab213452",
"private_locations": [
{
"private_location_id": "3fb83bcf-17d7-4238-a26c-34e1172c8e94",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5ab7da1b-8da0-4589-a73f-d25d7600cf55"
},
{
"private_location_id": "46d4a546-c049-41ff-8f82-5371737e0519",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f3f73cc-7172-4480-9771-ef57edb46225"
},
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
}
]
},
{
"access_group": "315a639c-175d-4938-8971-6ef5db5807d3",
"private_locations": [
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
},
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
},
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
}
]
},
{
"access_group": "316ab7c3-d45a-4697-8fe4-fb2b2793f9b8",
"private_locations": [
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
},
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
},
{
"private_location_id": "14c77239-b06a-4b7e-9dc0-3ec9094c724f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eefab69b-fa21-4ec5-9f60-5e85af51ef1e"
}
]
}
]
| 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. |