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": "e3bd034d-0396-4b23-94e0-57001c847cae",
"private_locations": [
{
"private_location_id": "5f557828-28a6-444a-b796-49390fbfe9f6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc4a8ff1-993e-410f-acee-04cc8878d545"
},
{
"private_location_id": "f353f8bc-0327-4fa6-a650-43c0e1995952",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "07aef03c-390d-4b84-9ebe-84e8f76af0ef"
},
{
"private_location_id": "2b6bf768-ed60-40b3-bc85-c6e69cb45a2a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ac71fe4-5962-46ac-85af-a93324f6d10b"
}
]
},
{
"access_group": "7bf46adf-091e-49f3-a447-d041ab4f6189",
"private_locations": [
{
"private_location_id": "2b6bf768-ed60-40b3-bc85-c6e69cb45a2a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ac71fe4-5962-46ac-85af-a93324f6d10b"
},
{
"private_location_id": "5f557828-28a6-444a-b796-49390fbfe9f6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc4a8ff1-993e-410f-acee-04cc8878d545"
},
{
"private_location_id": "2b6bf768-ed60-40b3-bc85-c6e69cb45a2a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ac71fe4-5962-46ac-85af-a93324f6d10b"
}
]
},
{
"access_group": "378fe391-0535-4881-9e69-e8f8543da786",
"private_locations": [
{
"private_location_id": "2b6bf768-ed60-40b3-bc85-c6e69cb45a2a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ac71fe4-5962-46ac-85af-a93324f6d10b"
},
{
"private_location_id": "f353f8bc-0327-4fa6-a650-43c0e1995952",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "07aef03c-390d-4b84-9ebe-84e8f76af0ef"
},
{
"private_location_id": "5f557828-28a6-444a-b796-49390fbfe9f6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc4a8ff1-993e-410f-acee-04cc8878d545"
}
]
}
]
| 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. |