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": "f9b93388-8b76-427c-92d6-28d769ba2c03",
"private_locations": [
{
"private_location_id": "9a6b4e40-e8fc-4d89-a13c-5a89b9178579",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1e8d7a01-15e0-4b82-a9ee-9fe45a0010e2"
},
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
},
{
"private_location_id": "ff72490c-080e-4ecd-8528-67e7a806ac30",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "888be08b-563b-4082-b223-3b563de3d637"
}
]
},
{
"access_group": "f78b823b-ed70-4353-a7e5-5c96e16f2256",
"private_locations": [
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
},
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
},
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
}
]
},
{
"access_group": "53cf7c4a-3676-4437-a77e-458a562bf0af",
"private_locations": [
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
},
{
"private_location_id": "ff72490c-080e-4ecd-8528-67e7a806ac30",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "888be08b-563b-4082-b223-3b563de3d637"
},
{
"private_location_id": "49c65be6-8247-4340-867d-cdeec8137c51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f3cc19a-33be-41f8-924d-03203062c177"
}
]
}
]
| 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. |