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": "983fb799-2fb7-40fb-81e5-493b06216a77",
"private_locations": [
{
"private_location_id": "636b678c-a847-46a5-9116-4ba0b7f75d06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d22e54d-0eee-461a-b6ad-2c7e1eddee46"
},
{
"private_location_id": "68fabea6-62d7-41f2-9bf7-85aef580581e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1ab94aa7-300a-4e2c-a4f8-563b7b1233d2"
},
{
"private_location_id": "40a1cc02-bf06-404d-8b95-5f32d7e88ccf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8af523e0-cef1-4504-a34d-e736d899861f"
}
]
},
{
"access_group": "1efa0703-f430-4a69-80cb-8ca738c892a5",
"private_locations": [
{
"private_location_id": "40a1cc02-bf06-404d-8b95-5f32d7e88ccf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8af523e0-cef1-4504-a34d-e736d899861f"
},
{
"private_location_id": "40a1cc02-bf06-404d-8b95-5f32d7e88ccf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8af523e0-cef1-4504-a34d-e736d899861f"
},
{
"private_location_id": "636b678c-a847-46a5-9116-4ba0b7f75d06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d22e54d-0eee-461a-b6ad-2c7e1eddee46"
}
]
},
{
"access_group": "e5c2bb70-6e7c-4ec2-a63c-d213cc553e52",
"private_locations": [
{
"private_location_id": "40a1cc02-bf06-404d-8b95-5f32d7e88ccf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8af523e0-cef1-4504-a34d-e736d899861f"
},
{
"private_location_id": "636b678c-a847-46a5-9116-4ba0b7f75d06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d22e54d-0eee-461a-b6ad-2c7e1eddee46"
},
{
"private_location_id": "636b678c-a847-46a5-9116-4ba0b7f75d06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d22e54d-0eee-461a-b6ad-2c7e1eddee46"
}
]
}
]
| 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. |