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": "ba367ec5-788c-48fb-9f93-678ab4998d8b",
"private_locations": [
{
"private_location_id": "3b592b54-16c5-4d48-afb7-5793dafaea48",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4424805d-477a-48f0-92b4-0b226a7718b5"
},
{
"private_location_id": "3161cc9a-02ad-477e-a039-933b31edf0d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "96b7fd70-edf6-4b5d-aa8e-e13118bf9d13"
},
{
"private_location_id": "9fbb7923-2206-4d40-8d54-2780749b46ba",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dae5530e-c8df-4cda-a925-fa71164da3e3"
}
]
},
{
"access_group": "5f8b3220-9086-43be-b2a5-0690d4c77da3",
"private_locations": [
{
"private_location_id": "3161cc9a-02ad-477e-a039-933b31edf0d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "96b7fd70-edf6-4b5d-aa8e-e13118bf9d13"
},
{
"private_location_id": "3161cc9a-02ad-477e-a039-933b31edf0d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "96b7fd70-edf6-4b5d-aa8e-e13118bf9d13"
},
{
"private_location_id": "9fbb7923-2206-4d40-8d54-2780749b46ba",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dae5530e-c8df-4cda-a925-fa71164da3e3"
}
]
},
{
"access_group": "cceb50e5-b7e0-4b32-9ec1-89e6ab19622e",
"private_locations": [
{
"private_location_id": "3161cc9a-02ad-477e-a039-933b31edf0d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "96b7fd70-edf6-4b5d-aa8e-e13118bf9d13"
},
{
"private_location_id": "3b592b54-16c5-4d48-afb7-5793dafaea48",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4424805d-477a-48f0-92b4-0b226a7718b5"
},
{
"private_location_id": "3161cc9a-02ad-477e-a039-933b31edf0d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "96b7fd70-edf6-4b5d-aa8e-e13118bf9d13"
}
]
}
]
| 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. |