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": "ee082821-3179-4f4f-a49a-c58a160a724e",
"private_locations": [
{
"private_location_id": "ae134142-0fdc-49ec-b428-e776262be73c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec76cb04-7eab-4b8e-858a-af13892002ee"
},
{
"private_location_id": "e8df49eb-f160-46c2-b4d0-670d4327c7bc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3242baf-0dee-41a4-8d3d-c8cc4a9a497e"
},
{
"private_location_id": "779291b6-0520-4254-8c6b-25d3e8c268d2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6001030f-7a4b-465e-b32f-0b71cc4c54f3"
}
]
},
{
"access_group": "2bf3a2d4-6633-49c2-8246-35e3c24776b5",
"private_locations": [
{
"private_location_id": "779291b6-0520-4254-8c6b-25d3e8c268d2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6001030f-7a4b-465e-b32f-0b71cc4c54f3"
},
{
"private_location_id": "e8df49eb-f160-46c2-b4d0-670d4327c7bc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3242baf-0dee-41a4-8d3d-c8cc4a9a497e"
},
{
"private_location_id": "ae134142-0fdc-49ec-b428-e776262be73c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec76cb04-7eab-4b8e-858a-af13892002ee"
}
]
},
{
"access_group": "10b18eeb-87a5-497d-a31f-148c667b2f51",
"private_locations": [
{
"private_location_id": "e8df49eb-f160-46c2-b4d0-670d4327c7bc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3242baf-0dee-41a4-8d3d-c8cc4a9a497e"
},
{
"private_location_id": "779291b6-0520-4254-8c6b-25d3e8c268d2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6001030f-7a4b-465e-b32f-0b71cc4c54f3"
},
{
"private_location_id": "ae134142-0fdc-49ec-b428-e776262be73c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec76cb04-7eab-4b8e-858a-af13892002ee"
}
]
}
]
| 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. |