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": "1ed5d7b1-3492-4750-b6ea-596dcb6edd24",
"private_locations": [
{
"private_location_id": "8fd74598-da5b-4691-a371-cfa25dbc830c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c03c294a-10f9-418f-9930-77a1af463da7"
},
{
"private_location_id": "1b7b3e2a-ea34-457e-8092-afc1e611d82e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15847ee-36cc-4fd6-9514-2799e09f2022"
},
{
"private_location_id": "7b6dd5bf-a2a4-449b-8185-1dd0ee89a213",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5f52c0f-5c5d-4377-ab80-53d2a65ded11"
}
]
},
{
"access_group": "7d94ce3a-3cb8-4e30-9745-9f7160e233b7",
"private_locations": [
{
"private_location_id": "8fd74598-da5b-4691-a371-cfa25dbc830c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c03c294a-10f9-418f-9930-77a1af463da7"
},
{
"private_location_id": "1b7b3e2a-ea34-457e-8092-afc1e611d82e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15847ee-36cc-4fd6-9514-2799e09f2022"
},
{
"private_location_id": "8fd74598-da5b-4691-a371-cfa25dbc830c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c03c294a-10f9-418f-9930-77a1af463da7"
}
]
},
{
"access_group": "a57c46da-4616-4deb-81c8-368d63eef770",
"private_locations": [
{
"private_location_id": "1b7b3e2a-ea34-457e-8092-afc1e611d82e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15847ee-36cc-4fd6-9514-2799e09f2022"
},
{
"private_location_id": "1b7b3e2a-ea34-457e-8092-afc1e611d82e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15847ee-36cc-4fd6-9514-2799e09f2022"
},
{
"private_location_id": "1b7b3e2a-ea34-457e-8092-afc1e611d82e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15847ee-36cc-4fd6-9514-2799e09f2022"
}
]
}
]
| 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. |