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": "96e8c355-02cc-4ae3-a19e-7cdf0277017a",
"private_locations": [
{
"private_location_id": "3567906d-c3a4-46d4-88b4-13604eb7e91f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd2067d9-c476-490f-bc15-0a763e2d5075"
},
{
"private_location_id": "d237b1e4-f94b-4a31-b2fb-e8cc1c8a0468",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "52290e85-c08a-464e-a1f1-0ec4297c49a6"
},
{
"private_location_id": "917197a1-f43d-436a-8127-7f158d4bd7d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d9cd77a-2254-4bbc-a0ef-eac9bcc466e0"
}
]
},
{
"access_group": "2781e90b-cda3-49f3-b5d7-834f0e87d9f3",
"private_locations": [
{
"private_location_id": "917197a1-f43d-436a-8127-7f158d4bd7d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d9cd77a-2254-4bbc-a0ef-eac9bcc466e0"
},
{
"private_location_id": "d237b1e4-f94b-4a31-b2fb-e8cc1c8a0468",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "52290e85-c08a-464e-a1f1-0ec4297c49a6"
},
{
"private_location_id": "3567906d-c3a4-46d4-88b4-13604eb7e91f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd2067d9-c476-490f-bc15-0a763e2d5075"
}
]
},
{
"access_group": "806659cb-acd9-4c8f-ad0a-d5109a6b5d7c",
"private_locations": [
{
"private_location_id": "3567906d-c3a4-46d4-88b4-13604eb7e91f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd2067d9-c476-490f-bc15-0a763e2d5075"
},
{
"private_location_id": "917197a1-f43d-436a-8127-7f158d4bd7d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6d9cd77a-2254-4bbc-a0ef-eac9bcc466e0"
},
{
"private_location_id": "3567906d-c3a4-46d4-88b4-13604eb7e91f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd2067d9-c476-490f-bc15-0a763e2d5075"
}
]
}
]
| 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. |