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": "1920ab67-06ff-419d-8b50-2ca29a541d17",
"private_locations": [
{
"private_location_id": "228fe12b-8731-4a99-90f8-3337d724be39",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "12e500bc-db77-46fc-bbcb-1e41a01e8ca9"
},
{
"private_location_id": "04b4873c-4e7e-4443-8252-bead305f5223",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "306a1ecc-ae09-4538-b036-e8500946d58e"
},
{
"private_location_id": "a744d1cc-9f1a-44ad-8dd0-90859b60ca5a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "15a6a7df-6e29-45cd-997f-b9ab3631e9df"
}
]
},
{
"access_group": "750dd854-c063-4a3c-ac8a-c2a178740ebe",
"private_locations": [
{
"private_location_id": "a744d1cc-9f1a-44ad-8dd0-90859b60ca5a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "15a6a7df-6e29-45cd-997f-b9ab3631e9df"
},
{
"private_location_id": "04b4873c-4e7e-4443-8252-bead305f5223",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "306a1ecc-ae09-4538-b036-e8500946d58e"
},
{
"private_location_id": "a744d1cc-9f1a-44ad-8dd0-90859b60ca5a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "15a6a7df-6e29-45cd-997f-b9ab3631e9df"
}
]
},
{
"access_group": "33e2fd7e-35c7-48de-8f6d-c5eb26920656",
"private_locations": [
{
"private_location_id": "a744d1cc-9f1a-44ad-8dd0-90859b60ca5a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "15a6a7df-6e29-45cd-997f-b9ab3631e9df"
},
{
"private_location_id": "228fe12b-8731-4a99-90f8-3337d724be39",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "12e500bc-db77-46fc-bbcb-1e41a01e8ca9"
},
{
"private_location_id": "a744d1cc-9f1a-44ad-8dd0-90859b60ca5a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "15a6a7df-6e29-45cd-997f-b9ab3631e9df"
}
]
}
]
| 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. |