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": "921d8bb7-42fe-4f6c-81a3-c649845a4757",
"private_locations": [
{
"private_location_id": "0c603fed-f202-4b89-99f1-5d48a72fa520",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "01e37d55-e092-4d1c-9ab1-58d8d6c72d93"
},
{
"private_location_id": "a36820e4-064a-4fb6-aed9-178f342d2b68",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "30bb867f-c52b-48d1-9ac2-6c743a898139"
},
{
"private_location_id": "ca2b9a32-f657-4fec-99f5-36f599ee3a09",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e5f03adc-7dc3-4327-bf86-1a3812c970e4"
}
]
},
{
"access_group": "d2816f8f-c4a7-4145-b25b-82d4a551b308",
"private_locations": [
{
"private_location_id": "0c603fed-f202-4b89-99f1-5d48a72fa520",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "01e37d55-e092-4d1c-9ab1-58d8d6c72d93"
},
{
"private_location_id": "0c603fed-f202-4b89-99f1-5d48a72fa520",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "01e37d55-e092-4d1c-9ab1-58d8d6c72d93"
},
{
"private_location_id": "0c603fed-f202-4b89-99f1-5d48a72fa520",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "01e37d55-e092-4d1c-9ab1-58d8d6c72d93"
}
]
},
{
"access_group": "c94ec99c-7927-4b1c-bb70-21d136a76e1d",
"private_locations": [
{
"private_location_id": "0c603fed-f202-4b89-99f1-5d48a72fa520",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "01e37d55-e092-4d1c-9ab1-58d8d6c72d93"
},
{
"private_location_id": "a36820e4-064a-4fb6-aed9-178f342d2b68",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "30bb867f-c52b-48d1-9ac2-6c743a898139"
},
{
"private_location_id": "a36820e4-064a-4fb6-aed9-178f342d2b68",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "30bb867f-c52b-48d1-9ac2-6c743a898139"
}
]
}
]
| 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. |