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": "ec7ab9ac-b240-4d66-9a91-a0e38c102d57",
"private_locations": [
{
"private_location_id": "5f4885de-1975-41be-933a-541ffecac1fc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b58e28e9-bb8c-454f-8c6d-5c341e278645"
},
{
"private_location_id": "b2f654cb-c613-45bc-94c7-1604e251f2d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7cc33d5-1c68-43a8-89ce-98ced40662a5"
},
{
"private_location_id": "1d41a1d7-ea90-4d07-8322-eb9a67ffec10",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fe9bb75c-6255-4041-8be7-994b81369b89"
}
]
},
{
"access_group": "978b561a-3402-4adb-9f3a-5ad393228247",
"private_locations": [
{
"private_location_id": "5f4885de-1975-41be-933a-541ffecac1fc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b58e28e9-bb8c-454f-8c6d-5c341e278645"
},
{
"private_location_id": "b2f654cb-c613-45bc-94c7-1604e251f2d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7cc33d5-1c68-43a8-89ce-98ced40662a5"
},
{
"private_location_id": "1d41a1d7-ea90-4d07-8322-eb9a67ffec10",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fe9bb75c-6255-4041-8be7-994b81369b89"
}
]
},
{
"access_group": "f1a34682-d6d2-4205-8625-08295b30aa5d",
"private_locations": [
{
"private_location_id": "1d41a1d7-ea90-4d07-8322-eb9a67ffec10",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fe9bb75c-6255-4041-8be7-994b81369b89"
},
{
"private_location_id": "b2f654cb-c613-45bc-94c7-1604e251f2d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7cc33d5-1c68-43a8-89ce-98ced40662a5"
},
{
"private_location_id": "b2f654cb-c613-45bc-94c7-1604e251f2d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7cc33d5-1c68-43a8-89ce-98ced40662a5"
}
]
}
]
| 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. |