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": "9431c879-059a-42b8-ae6f-a0e7dcfd3a20",
"private_locations": [
{
"private_location_id": "167a2dfc-2ebc-4ec3-8a8c-86f79dad2b0f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf3cd62-5738-4d65-9dcf-9c8b907cb59e"
},
{
"private_location_id": "60188043-47a8-4d7f-8657-ead4c9e75e45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3bf94b38-0c6c-46ae-b2a0-ae9ce4faded5"
},
{
"private_location_id": "07049e9d-b1aa-470d-a42b-f76058b87102",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4e77d661-75e6-41be-b780-199d63768ec2"
}
]
},
{
"access_group": "46de372c-44cd-40b7-8269-1dc7681b6d13",
"private_locations": [
{
"private_location_id": "60188043-47a8-4d7f-8657-ead4c9e75e45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3bf94b38-0c6c-46ae-b2a0-ae9ce4faded5"
},
{
"private_location_id": "07049e9d-b1aa-470d-a42b-f76058b87102",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4e77d661-75e6-41be-b780-199d63768ec2"
},
{
"private_location_id": "167a2dfc-2ebc-4ec3-8a8c-86f79dad2b0f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf3cd62-5738-4d65-9dcf-9c8b907cb59e"
}
]
},
{
"access_group": "1ce7cb9d-d4cb-44ff-8703-375217fa9341",
"private_locations": [
{
"private_location_id": "167a2dfc-2ebc-4ec3-8a8c-86f79dad2b0f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf3cd62-5738-4d65-9dcf-9c8b907cb59e"
},
{
"private_location_id": "167a2dfc-2ebc-4ec3-8a8c-86f79dad2b0f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf3cd62-5738-4d65-9dcf-9c8b907cb59e"
},
{
"private_location_id": "07049e9d-b1aa-470d-a42b-f76058b87102",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4e77d661-75e6-41be-b780-199d63768ec2"
}
]
}
]
| 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. |