GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "0b046307-0a73-4739-ad3f-cf7ff519db7d",
"private_locations": [
{
"private_location_id": "6808429e-4b11-4fcf-b0e2-058ff90f023d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "02487664-7254-441b-b0c9-7d8c9cc8faa6"
},
{
"private_location_id": "3f1b8d41-b3e8-42ef-bb21-0168ca72b07a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4ef62d68-8d47-4b08-a702-5cbe679a5d84"
},
{
"private_location_id": "e626b576-f671-452e-ad98-94b263d52af0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c6704695-fc76-44d2-9df6-f848287bd823"
}
]
},
{
"access_group": "bdcd0aab-f921-46a3-ad46-e22bd4cff796",
"private_locations": [
{
"private_location_id": "3f1b8d41-b3e8-42ef-bb21-0168ca72b07a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4ef62d68-8d47-4b08-a702-5cbe679a5d84"
},
{
"private_location_id": "6808429e-4b11-4fcf-b0e2-058ff90f023d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "02487664-7254-441b-b0c9-7d8c9cc8faa6"
},
{
"private_location_id": "e626b576-f671-452e-ad98-94b263d52af0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c6704695-fc76-44d2-9df6-f848287bd823"
}
]
},
{
"access_group": "b2632475-b3de-475d-acb5-f05fb316df99",
"private_locations": [
{
"private_location_id": "e626b576-f671-452e-ad98-94b263d52af0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c6704695-fc76-44d2-9df6-f848287bd823"
},
{
"private_location_id": "3f1b8d41-b3e8-42ef-bb21-0168ca72b07a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4ef62d68-8d47-4b08-a702-5cbe679a5d84"
},
{
"private_location_id": "6808429e-4b11-4fcf-b0e2-058ff90f023d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "02487664-7254-441b-b0c9-7d8c9cc8faa6"
}
]
}
]
| 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. |