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": "3c2bcd8c-69e0-4ff1-a1ab-c98dbfe5b7c2",
"private_locations": [
{
"private_location_id": "ca920a96-61bc-46c5-ba44-80c0c22fb455",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "823a9f6e-9199-4ec5-a8b3-ce3989bcf909"
},
{
"private_location_id": "5fdc940e-fa49-4445-9608-415ae33f44f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3a0cbe7b-19ac-4001-a7a0-9d46e712ef18"
},
{
"private_location_id": "0a6280da-4137-4440-a861-dee147ed8a21",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1c8c634f-fed8-48e8-8d79-8d49b1b4598a"
}
]
},
{
"access_group": "76d19266-79f6-4549-be41-aed5f708d726",
"private_locations": [
{
"private_location_id": "0a6280da-4137-4440-a861-dee147ed8a21",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1c8c634f-fed8-48e8-8d79-8d49b1b4598a"
},
{
"private_location_id": "0a6280da-4137-4440-a861-dee147ed8a21",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1c8c634f-fed8-48e8-8d79-8d49b1b4598a"
},
{
"private_location_id": "ca920a96-61bc-46c5-ba44-80c0c22fb455",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "823a9f6e-9199-4ec5-a8b3-ce3989bcf909"
}
]
},
{
"access_group": "b8dac2f2-97da-4424-985d-916cdfe904b4",
"private_locations": [
{
"private_location_id": "ca920a96-61bc-46c5-ba44-80c0c22fb455",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "823a9f6e-9199-4ec5-a8b3-ce3989bcf909"
},
{
"private_location_id": "ca920a96-61bc-46c5-ba44-80c0c22fb455",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "823a9f6e-9199-4ec5-a8b3-ce3989bcf909"
},
{
"private_location_id": "ca920a96-61bc-46c5-ba44-80c0c22fb455",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "823a9f6e-9199-4ec5-a8b3-ce3989bcf909"
}
]
}
]
| 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. |