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": "65c61e01-26e2-49f6-9ac6-d1de01c07f8a",
"private_locations": [
{
"private_location_id": "ffe9b08e-af25-462c-845c-6776c5677917",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fbc1a7-fe90-41a2-80a0-df73edcd789f"
},
{
"private_location_id": "06724324-ea4f-41fc-b649-6b1fb5e2e0de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b90894a0-68e4-4321-9afe-9f79917badfe"
},
{
"private_location_id": "2394a4b3-3a9a-42f0-a126-ca906ec5984a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4f61dbcf-c8c6-4704-b777-dbab2dd93370"
}
]
},
{
"access_group": "98a8bb78-fe4b-4e71-ad7c-139374ea6c1b",
"private_locations": [
{
"private_location_id": "06724324-ea4f-41fc-b649-6b1fb5e2e0de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b90894a0-68e4-4321-9afe-9f79917badfe"
},
{
"private_location_id": "06724324-ea4f-41fc-b649-6b1fb5e2e0de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b90894a0-68e4-4321-9afe-9f79917badfe"
},
{
"private_location_id": "2394a4b3-3a9a-42f0-a126-ca906ec5984a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4f61dbcf-c8c6-4704-b777-dbab2dd93370"
}
]
},
{
"access_group": "e732cf68-26bd-4cf6-920b-73c7284ddf34",
"private_locations": [
{
"private_location_id": "2394a4b3-3a9a-42f0-a126-ca906ec5984a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4f61dbcf-c8c6-4704-b777-dbab2dd93370"
},
{
"private_location_id": "ffe9b08e-af25-462c-845c-6776c5677917",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fbc1a7-fe90-41a2-80a0-df73edcd789f"
},
{
"private_location_id": "ffe9b08e-af25-462c-845c-6776c5677917",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fbc1a7-fe90-41a2-80a0-df73edcd789f"
}
]
}
]
| 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. |