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": "8177da13-22dd-4f92-84b1-ff47e7139c42",
"private_locations": [
{
"private_location_id": "8cc33079-d77a-4273-b5f0-71c6703a4b8b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf58f9b-b625-4756-bb69-349f5f19bd0e"
},
{
"private_location_id": "0891c552-5af4-409d-868f-71369303787c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "60053cc8-0cca-4443-b7ce-1f9bc36432cf"
},
{
"private_location_id": "c982013e-ead2-446c-b8df-66a95a5984a2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e9f49f9-6cf3-48aa-9717-5636f5ab99d8"
}
]
},
{
"access_group": "a5d90b7f-d1a5-4dac-afa0-8d37f0db00b5",
"private_locations": [
{
"private_location_id": "c982013e-ead2-446c-b8df-66a95a5984a2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e9f49f9-6cf3-48aa-9717-5636f5ab99d8"
},
{
"private_location_id": "c982013e-ead2-446c-b8df-66a95a5984a2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e9f49f9-6cf3-48aa-9717-5636f5ab99d8"
},
{
"private_location_id": "8cc33079-d77a-4273-b5f0-71c6703a4b8b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf58f9b-b625-4756-bb69-349f5f19bd0e"
}
]
},
{
"access_group": "2dec6c36-745b-44bc-b4e3-03afdd547012",
"private_locations": [
{
"private_location_id": "8cc33079-d77a-4273-b5f0-71c6703a4b8b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dbf58f9b-b625-4756-bb69-349f5f19bd0e"
},
{
"private_location_id": "0891c552-5af4-409d-868f-71369303787c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "60053cc8-0cca-4443-b7ce-1f9bc36432cf"
},
{
"private_location_id": "0891c552-5af4-409d-868f-71369303787c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "60053cc8-0cca-4443-b7ce-1f9bc36432cf"
}
]
}
]
| 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. |