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": "4d8b2934-a885-4f2a-977d-fc9ca65e0ee0",
"private_locations": [
{
"private_location_id": "fa390963-a7e1-4bd3-957f-61cb7dae4cb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0833e417-5b29-4aa2-af82-eda42fbfdc60"
},
{
"private_location_id": "1126d951-184b-4203-bff3-55c707badf26",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de3f1801-c1ca-4b5e-8b9c-48f3a2f706bc"
},
{
"private_location_id": "02c92924-90b7-4d6d-b4c3-81d40fc345c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1fa686a-081d-4698-beb6-980b1f9ddf77"
}
]
},
{
"access_group": "64bd7a6b-e80e-4232-8156-faf67c022f0e",
"private_locations": [
{
"private_location_id": "fa390963-a7e1-4bd3-957f-61cb7dae4cb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0833e417-5b29-4aa2-af82-eda42fbfdc60"
},
{
"private_location_id": "02c92924-90b7-4d6d-b4c3-81d40fc345c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1fa686a-081d-4698-beb6-980b1f9ddf77"
},
{
"private_location_id": "02c92924-90b7-4d6d-b4c3-81d40fc345c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1fa686a-081d-4698-beb6-980b1f9ddf77"
}
]
},
{
"access_group": "c1226aa1-c681-472b-a5aa-913b85e226b4",
"private_locations": [
{
"private_location_id": "02c92924-90b7-4d6d-b4c3-81d40fc345c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1fa686a-081d-4698-beb6-980b1f9ddf77"
},
{
"private_location_id": "1126d951-184b-4203-bff3-55c707badf26",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de3f1801-c1ca-4b5e-8b9c-48f3a2f706bc"
},
{
"private_location_id": "1126d951-184b-4203-bff3-55c707badf26",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de3f1801-c1ca-4b5e-8b9c-48f3a2f706bc"
}
]
}
]
| 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. |