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": "075de8ed-9b7b-4571-80e1-2d1dc99a4c59",
"private_locations": [
{
"private_location_id": "4095f41a-000e-4011-9393-5473f4daf30d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2eb6130d-3377-401e-b375-b0d19c2e2be8"
},
{
"private_location_id": "49772e0b-9c53-4f87-8749-5830d6d36085",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb8af5e7-ab67-41b9-a12c-70a0a425fb6c"
},
{
"private_location_id": "4a835394-9b66-4d3e-8258-ad364463ca72",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fea81fff-68d1-4da7-9f92-b8aa304621bb"
}
]
},
{
"access_group": "3cd5280e-f461-493d-a503-b45d37242eed",
"private_locations": [
{
"private_location_id": "49772e0b-9c53-4f87-8749-5830d6d36085",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb8af5e7-ab67-41b9-a12c-70a0a425fb6c"
},
{
"private_location_id": "4a835394-9b66-4d3e-8258-ad364463ca72",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fea81fff-68d1-4da7-9f92-b8aa304621bb"
},
{
"private_location_id": "49772e0b-9c53-4f87-8749-5830d6d36085",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb8af5e7-ab67-41b9-a12c-70a0a425fb6c"
}
]
},
{
"access_group": "0eedfbb7-fe68-4fdd-8e81-c07ee1e0a9e3",
"private_locations": [
{
"private_location_id": "4a835394-9b66-4d3e-8258-ad364463ca72",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fea81fff-68d1-4da7-9f92-b8aa304621bb"
},
{
"private_location_id": "4095f41a-000e-4011-9393-5473f4daf30d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2eb6130d-3377-401e-b375-b0d19c2e2be8"
},
{
"private_location_id": "4a835394-9b66-4d3e-8258-ad364463ca72",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fea81fff-68d1-4da7-9f92-b8aa304621bb"
}
]
}
]
| 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. |