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": "7d273ada-ca6e-422e-8fb9-77b39416b7b6",
"private_locations": [
{
"private_location_id": "c197ca8e-4b92-4c42-8a6d-1d9e659ad79b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d1cec307-0612-43f7-ba4d-c2177fea8c50"
},
{
"private_location_id": "093cd841-690d-48ef-9e12-a35499884248",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "601d9d53-4a04-4e7e-863a-a46ac34cc783"
},
{
"private_location_id": "05ec2cb2-bbb1-4796-a0f0-156ad84f52af",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f8b37e91-ccb2-4088-b2f5-1f113d846d42"
}
]
},
{
"access_group": "58a17a30-774a-469e-92f3-4883ee89ac2e",
"private_locations": [
{
"private_location_id": "093cd841-690d-48ef-9e12-a35499884248",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "601d9d53-4a04-4e7e-863a-a46ac34cc783"
},
{
"private_location_id": "05ec2cb2-bbb1-4796-a0f0-156ad84f52af",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f8b37e91-ccb2-4088-b2f5-1f113d846d42"
},
{
"private_location_id": "093cd841-690d-48ef-9e12-a35499884248",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "601d9d53-4a04-4e7e-863a-a46ac34cc783"
}
]
},
{
"access_group": "0b8894e4-20bb-4e30-b5b3-7787e771ed95",
"private_locations": [
{
"private_location_id": "05ec2cb2-bbb1-4796-a0f0-156ad84f52af",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f8b37e91-ccb2-4088-b2f5-1f113d846d42"
},
{
"private_location_id": "c197ca8e-4b92-4c42-8a6d-1d9e659ad79b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d1cec307-0612-43f7-ba4d-c2177fea8c50"
},
{
"private_location_id": "093cd841-690d-48ef-9e12-a35499884248",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "601d9d53-4a04-4e7e-863a-a46ac34cc783"
}
]
}
]
| 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. |