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": "de9e166d-f77a-42fe-9c98-12e5c1493aa5",
"private_locations": [
{
"private_location_id": "99d7f6b1-4dc5-4c6f-ac50-fe5ced895998",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddc9d35c-771b-4240-8e23-7c9282c78be3"
},
{
"private_location_id": "3a9ee6b5-3c0e-42a7-a6e5-f26de948306f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "62f678de-ebee-4cba-b6a3-35847b00ecb0"
},
{
"private_location_id": "cf6b33bc-61d1-4f07-ada5-0a7851c66afd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b9b3c7c-7357-41a2-914c-bc3a79da8f07"
}
]
},
{
"access_group": "0f6af884-e86f-40a9-b54a-18327c9b30e7",
"private_locations": [
{
"private_location_id": "3a9ee6b5-3c0e-42a7-a6e5-f26de948306f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "62f678de-ebee-4cba-b6a3-35847b00ecb0"
},
{
"private_location_id": "99d7f6b1-4dc5-4c6f-ac50-fe5ced895998",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddc9d35c-771b-4240-8e23-7c9282c78be3"
},
{
"private_location_id": "99d7f6b1-4dc5-4c6f-ac50-fe5ced895998",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddc9d35c-771b-4240-8e23-7c9282c78be3"
}
]
},
{
"access_group": "3f4648d4-21b4-43fd-af03-4362a68a1181",
"private_locations": [
{
"private_location_id": "cf6b33bc-61d1-4f07-ada5-0a7851c66afd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b9b3c7c-7357-41a2-914c-bc3a79da8f07"
},
{
"private_location_id": "cf6b33bc-61d1-4f07-ada5-0a7851c66afd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b9b3c7c-7357-41a2-914c-bc3a79da8f07"
},
{
"private_location_id": "99d7f6b1-4dc5-4c6f-ac50-fe5ced895998",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddc9d35c-771b-4240-8e23-7c9282c78be3"
}
]
}
]
| 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. |