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": "43068c40-c24f-44b1-8ab5-6e6f28490f98",
"private_locations": [
{
"private_location_id": "f6b9ef05-cfdd-4aed-9ec0-35d1308db981",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e02ce52-ff01-48a9-9c0f-8970ac4f4c42"
},
{
"private_location_id": "af52a682-d826-40e6-81b4-edd558a76635",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1d8c1c42-1855-4d8c-9d73-26dbdcbc8447"
},
{
"private_location_id": "7a1f5da6-3406-4b29-ad4b-7c1a14e73e1f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2c561c2a-7b70-4075-8708-b2a87f1c2fde"
}
]
},
{
"access_group": "d00821e4-95ef-4830-8664-449543e98cc4",
"private_locations": [
{
"private_location_id": "af52a682-d826-40e6-81b4-edd558a76635",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1d8c1c42-1855-4d8c-9d73-26dbdcbc8447"
},
{
"private_location_id": "f6b9ef05-cfdd-4aed-9ec0-35d1308db981",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e02ce52-ff01-48a9-9c0f-8970ac4f4c42"
},
{
"private_location_id": "7a1f5da6-3406-4b29-ad4b-7c1a14e73e1f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2c561c2a-7b70-4075-8708-b2a87f1c2fde"
}
]
},
{
"access_group": "4ad91afb-8024-44ef-8cb4-778d2eb0ad53",
"private_locations": [
{
"private_location_id": "f6b9ef05-cfdd-4aed-9ec0-35d1308db981",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e02ce52-ff01-48a9-9c0f-8970ac4f4c42"
},
{
"private_location_id": "f6b9ef05-cfdd-4aed-9ec0-35d1308db981",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e02ce52-ff01-48a9-9c0f-8970ac4f4c42"
},
{
"private_location_id": "f6b9ef05-cfdd-4aed-9ec0-35d1308db981",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e02ce52-ff01-48a9-9c0f-8970ac4f4c42"
}
]
}
]
| 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. |