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": "9f467bba-3633-4634-9418-81378304fa18",
"private_locations": [
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
},
{
"private_location_id": "1c21aece-16a6-4356-a720-8beec8b31cb6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7dbcbc8c-2324-49cc-bcba-27e83564183d"
},
{
"private_location_id": "2fba26e8-8d65-477e-9a6e-f2d8359f4c24",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5a6abc1-f960-4230-a744-8a182520e0a0"
}
]
},
{
"access_group": "c3b9c6ea-4067-4d82-a236-416be1e87afe",
"private_locations": [
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
},
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
},
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
}
]
},
{
"access_group": "8f701ee2-d2a4-41b3-9dda-c6bc9029e39c",
"private_locations": [
{
"private_location_id": "2fba26e8-8d65-477e-9a6e-f2d8359f4c24",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5a6abc1-f960-4230-a744-8a182520e0a0"
},
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
},
{
"private_location_id": "ea6ef06d-21de-48e7-b4c0-a39fa946cedc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1a4595f-a62d-401c-9e80-584506c00ef7"
}
]
}
]
| 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. |