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": "5d2e4021-6eba-4002-aa2f-1a6cc7065843",
"private_locations": [
{
"private_location_id": "737cb249-7fe1-4073-bdcc-318ed3df0e08",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cdcac380-6185-47c2-a915-95e05ddeb5a6"
},
{
"private_location_id": "3ae958b8-0bdc-417b-b245-46b96f0d4332",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06e3cd61-d53e-4f5c-bf46-aab330e83a84"
},
{
"private_location_id": "3f4e47c5-f1ae-4e92-a51f-9f0d10e6873e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2e5083e-554a-4249-b438-85099e51d637"
}
]
},
{
"access_group": "e11ff016-8f31-4490-b932-38a95920f913",
"private_locations": [
{
"private_location_id": "3ae958b8-0bdc-417b-b245-46b96f0d4332",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06e3cd61-d53e-4f5c-bf46-aab330e83a84"
},
{
"private_location_id": "3f4e47c5-f1ae-4e92-a51f-9f0d10e6873e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2e5083e-554a-4249-b438-85099e51d637"
},
{
"private_location_id": "3f4e47c5-f1ae-4e92-a51f-9f0d10e6873e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2e5083e-554a-4249-b438-85099e51d637"
}
]
},
{
"access_group": "5b42a88b-128f-48b2-9ba8-3949f19b6908",
"private_locations": [
{
"private_location_id": "3ae958b8-0bdc-417b-b245-46b96f0d4332",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06e3cd61-d53e-4f5c-bf46-aab330e83a84"
},
{
"private_location_id": "3ae958b8-0bdc-417b-b245-46b96f0d4332",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06e3cd61-d53e-4f5c-bf46-aab330e83a84"
},
{
"private_location_id": "3f4e47c5-f1ae-4e92-a51f-9f0d10e6873e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2e5083e-554a-4249-b438-85099e51d637"
}
]
}
]
| 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. |