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": "153056f4-0e4f-4a1d-a69e-5eae5451fe43",
"private_locations": [
{
"private_location_id": "6372c903-5d95-47bb-9aab-f3ecd308ea60",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ce65f16d-1ab7-48ad-9ac2-756eeb7e243d"
},
{
"private_location_id": "84cc48f1-a8dc-4f49-ae42-2495a0db916a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be016b9d-21eb-43fa-946d-73e7a745510d"
},
{
"private_location_id": "ccbcb21d-7f7e-4e90-a0c4-e6f4cd99e2a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1680dacd-4385-4916-89e2-e39140f0b489"
}
]
},
{
"access_group": "20b883ce-bb0e-410a-bb41-c93a47532f27",
"private_locations": [
{
"private_location_id": "84cc48f1-a8dc-4f49-ae42-2495a0db916a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be016b9d-21eb-43fa-946d-73e7a745510d"
},
{
"private_location_id": "ccbcb21d-7f7e-4e90-a0c4-e6f4cd99e2a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1680dacd-4385-4916-89e2-e39140f0b489"
},
{
"private_location_id": "84cc48f1-a8dc-4f49-ae42-2495a0db916a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "be016b9d-21eb-43fa-946d-73e7a745510d"
}
]
},
{
"access_group": "7187f2a2-9c86-4836-89c3-ae1b39aa5a88",
"private_locations": [
{
"private_location_id": "ccbcb21d-7f7e-4e90-a0c4-e6f4cd99e2a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1680dacd-4385-4916-89e2-e39140f0b489"
},
{
"private_location_id": "6372c903-5d95-47bb-9aab-f3ecd308ea60",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ce65f16d-1ab7-48ad-9ac2-756eeb7e243d"
},
{
"private_location_id": "ccbcb21d-7f7e-4e90-a0c4-e6f4cd99e2a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1680dacd-4385-4916-89e2-e39140f0b489"
}
]
}
]
| 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. |