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": "ee18dffe-f543-4e3d-97d6-c107c481841e",
"private_locations": [
{
"private_location_id": "76729d22-3dec-43f0-b8d8-c6a575a45092",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "892953a2-a57e-4597-9c0f-f948d8ccaa4c"
},
{
"private_location_id": "d7ced604-9f34-4043-8156-2f933a488cb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f91cab5d-be60-41f6-b5dd-98e1ce4f3c3c"
},
{
"private_location_id": "c2c5b3fb-dbde-44ce-97c4-f5ef3e9e1d88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "64ce9587-d964-4ec3-b932-198770e09ab1"
}
]
},
{
"access_group": "d49e1b0e-ae98-400a-bd5d-f205aa12a91e",
"private_locations": [
{
"private_location_id": "76729d22-3dec-43f0-b8d8-c6a575a45092",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "892953a2-a57e-4597-9c0f-f948d8ccaa4c"
},
{
"private_location_id": "d7ced604-9f34-4043-8156-2f933a488cb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f91cab5d-be60-41f6-b5dd-98e1ce4f3c3c"
},
{
"private_location_id": "d7ced604-9f34-4043-8156-2f933a488cb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f91cab5d-be60-41f6-b5dd-98e1ce4f3c3c"
}
]
},
{
"access_group": "2dc8558e-f43f-4723-88bd-10d352b5fec8",
"private_locations": [
{
"private_location_id": "c2c5b3fb-dbde-44ce-97c4-f5ef3e9e1d88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "64ce9587-d964-4ec3-b932-198770e09ab1"
},
{
"private_location_id": "76729d22-3dec-43f0-b8d8-c6a575a45092",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "892953a2-a57e-4597-9c0f-f948d8ccaa4c"
},
{
"private_location_id": "c2c5b3fb-dbde-44ce-97c4-f5ef3e9e1d88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "64ce9587-d964-4ec3-b932-198770e09ab1"
}
]
}
]
| 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. |