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": "fbed8377-a128-4be8-9b52-d103be7fe4aa",
"private_locations": [
{
"private_location_id": "266707db-e659-4b55-a4f8-538a809d27b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "36fa7251-b508-4c15-b821-f5abaf9feaf0"
},
{
"private_location_id": "f8314ccc-31de-42d7-89f9-ef5c0a649c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "094ae431-d5ee-4224-856e-e8cf25c50ac0"
},
{
"private_location_id": "d5777a0c-8d16-4eff-a2e5-d4471216e8f9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31c72a1-e190-4813-bfa6-d77d49142ff3"
}
]
},
{
"access_group": "d82e021e-d75a-41d3-9e35-9b52c1c32961",
"private_locations": [
{
"private_location_id": "266707db-e659-4b55-a4f8-538a809d27b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "36fa7251-b508-4c15-b821-f5abaf9feaf0"
},
{
"private_location_id": "d5777a0c-8d16-4eff-a2e5-d4471216e8f9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31c72a1-e190-4813-bfa6-d77d49142ff3"
},
{
"private_location_id": "d5777a0c-8d16-4eff-a2e5-d4471216e8f9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d31c72a1-e190-4813-bfa6-d77d49142ff3"
}
]
},
{
"access_group": "5518ab7c-22d4-4519-b6a3-a073c96cf501",
"private_locations": [
{
"private_location_id": "266707db-e659-4b55-a4f8-538a809d27b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "36fa7251-b508-4c15-b821-f5abaf9feaf0"
},
{
"private_location_id": "f8314ccc-31de-42d7-89f9-ef5c0a649c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "094ae431-d5ee-4224-856e-e8cf25c50ac0"
},
{
"private_location_id": "f8314ccc-31de-42d7-89f9-ef5c0a649c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "094ae431-d5ee-4224-856e-e8cf25c50ac0"
}
]
}
]
| 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. |