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": "aed693f8-646f-4ba1-a0a7-b6c7cfdafcd6",
"private_locations": [
{
"private_location_id": "b758a56f-b362-4cec-a9ab-57da2373a3f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ebe1dbb4-3118-49d6-9eed-a2e7f8ce588a"
},
{
"private_location_id": "7eb4497a-10a3-41d7-ac0c-4b5d8c50ac89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be679440-8f8d-44ea-b69c-9c40ac227274"
},
{
"private_location_id": "f96f102e-e8a2-4362-8073-b8f98014b47f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d7510c8-464e-43d1-a7dd-0043452bb92d"
}
]
},
{
"access_group": "eb1e7b92-5615-4405-9fd8-bd719dfe8986",
"private_locations": [
{
"private_location_id": "7eb4497a-10a3-41d7-ac0c-4b5d8c50ac89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be679440-8f8d-44ea-b69c-9c40ac227274"
},
{
"private_location_id": "f96f102e-e8a2-4362-8073-b8f98014b47f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d7510c8-464e-43d1-a7dd-0043452bb92d"
},
{
"private_location_id": "7eb4497a-10a3-41d7-ac0c-4b5d8c50ac89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be679440-8f8d-44ea-b69c-9c40ac227274"
}
]
},
{
"access_group": "4a4d3c54-2e28-405b-812f-4c4ff6825e23",
"private_locations": [
{
"private_location_id": "b758a56f-b362-4cec-a9ab-57da2373a3f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ebe1dbb4-3118-49d6-9eed-a2e7f8ce588a"
},
{
"private_location_id": "b758a56f-b362-4cec-a9ab-57da2373a3f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ebe1dbb4-3118-49d6-9eed-a2e7f8ce588a"
},
{
"private_location_id": "f96f102e-e8a2-4362-8073-b8f98014b47f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d7510c8-464e-43d1-a7dd-0043452bb92d"
}
]
}
]
| 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. |