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": "08f5b180-286b-4d43-ad55-e0ad944bece4",
"private_locations": [
{
"private_location_id": "0924f292-1295-471c-84d4-bfa9dfad4f89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f6ebf3f-f315-48f5-9386-12fa7f80d400"
},
{
"private_location_id": "158537ea-b0d4-4dd5-b0f0-b85017a7d402",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0bd1ac14-c345-4a77-ab0f-5818e093973d"
},
{
"private_location_id": "70cb35d0-e7de-457e-ad8e-8afe9ac9bc79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fdbf73a6-ba24-4f28-8283-637e78a2efec"
}
]
},
{
"access_group": "8eab82bc-d75e-4cfd-a5c1-b161d55d7359",
"private_locations": [
{
"private_location_id": "70cb35d0-e7de-457e-ad8e-8afe9ac9bc79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fdbf73a6-ba24-4f28-8283-637e78a2efec"
},
{
"private_location_id": "0924f292-1295-471c-84d4-bfa9dfad4f89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f6ebf3f-f315-48f5-9386-12fa7f80d400"
},
{
"private_location_id": "158537ea-b0d4-4dd5-b0f0-b85017a7d402",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0bd1ac14-c345-4a77-ab0f-5818e093973d"
}
]
},
{
"access_group": "8ed5a884-a61e-4462-8041-b91d7a65dfd5",
"private_locations": [
{
"private_location_id": "158537ea-b0d4-4dd5-b0f0-b85017a7d402",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0bd1ac14-c345-4a77-ab0f-5818e093973d"
},
{
"private_location_id": "0924f292-1295-471c-84d4-bfa9dfad4f89",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f6ebf3f-f315-48f5-9386-12fa7f80d400"
},
{
"private_location_id": "158537ea-b0d4-4dd5-b0f0-b85017a7d402",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0bd1ac14-c345-4a77-ab0f-5818e093973d"
}
]
}
]
| 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. |