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": "6cdac190-3448-4dac-8eaf-df25a168e927",
"private_locations": [
{
"private_location_id": "2611fd16-89d9-4664-a6fc-12e6ebd72605",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c0503e06-ac60-4224-aadb-4f9f30236245"
},
{
"private_location_id": "0742ede1-c15a-4318-89f6-1ed6119d53b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c38be07d-3cb7-49c7-966a-9d877af13d98"
},
{
"private_location_id": "3e8b3319-21e9-4364-8a58-138303c0e183",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c821b08-8d1a-4a50-a3b5-1e3fd682ca71"
}
]
},
{
"access_group": "eafe83b9-008a-441c-842f-3b6770fe88f5",
"private_locations": [
{
"private_location_id": "0742ede1-c15a-4318-89f6-1ed6119d53b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c38be07d-3cb7-49c7-966a-9d877af13d98"
},
{
"private_location_id": "0742ede1-c15a-4318-89f6-1ed6119d53b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c38be07d-3cb7-49c7-966a-9d877af13d98"
},
{
"private_location_id": "2611fd16-89d9-4664-a6fc-12e6ebd72605",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c0503e06-ac60-4224-aadb-4f9f30236245"
}
]
},
{
"access_group": "c8fbc552-b7f9-42a2-b91e-798ff4a63577",
"private_locations": [
{
"private_location_id": "0742ede1-c15a-4318-89f6-1ed6119d53b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c38be07d-3cb7-49c7-966a-9d877af13d98"
},
{
"private_location_id": "3e8b3319-21e9-4364-8a58-138303c0e183",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c821b08-8d1a-4a50-a3b5-1e3fd682ca71"
},
{
"private_location_id": "3e8b3319-21e9-4364-8a58-138303c0e183",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c821b08-8d1a-4a50-a3b5-1e3fd682ca71"
}
]
}
]
| 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. |