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": "fbc02520-630e-4795-b0e0-92681ea183e5",
"private_locations": [
{
"private_location_id": "2041261c-6479-46e7-ab4b-0d4e48543dbd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18ecd2c7-692c-4539-a4ab-ead2fbccabac"
},
{
"private_location_id": "faea078a-6217-4fe2-8872-0fe7bd310abf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1222f270-1b98-47d1-9076-16aad32de3da"
},
{
"private_location_id": "6d02a1ce-3301-4d29-9e36-a66106f1c4ce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31de830f-dd1f-4975-b894-e7a5de53b296"
}
]
},
{
"access_group": "bdc29ff4-1073-4bf5-a1db-34732cf36e1c",
"private_locations": [
{
"private_location_id": "faea078a-6217-4fe2-8872-0fe7bd310abf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1222f270-1b98-47d1-9076-16aad32de3da"
},
{
"private_location_id": "2041261c-6479-46e7-ab4b-0d4e48543dbd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18ecd2c7-692c-4539-a4ab-ead2fbccabac"
},
{
"private_location_id": "2041261c-6479-46e7-ab4b-0d4e48543dbd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18ecd2c7-692c-4539-a4ab-ead2fbccabac"
}
]
},
{
"access_group": "63801e41-7782-48cc-9638-8514fc9ad077",
"private_locations": [
{
"private_location_id": "6d02a1ce-3301-4d29-9e36-a66106f1c4ce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31de830f-dd1f-4975-b894-e7a5de53b296"
},
{
"private_location_id": "6d02a1ce-3301-4d29-9e36-a66106f1c4ce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31de830f-dd1f-4975-b894-e7a5de53b296"
},
{
"private_location_id": "faea078a-6217-4fe2-8872-0fe7bd310abf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1222f270-1b98-47d1-9076-16aad32de3da"
}
]
}
]
| 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. |