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": "3c234a87-777e-46c3-8444-74b7b7ad7fba",
"private_locations": [
{
"private_location_id": "d98a30f6-8179-45e2-a19c-781de21927ca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5b7e0a1c-1a4d-43b1-9bba-9b56d215015f"
},
{
"private_location_id": "4a7dc07b-8870-4b2f-a23a-5b771d717864",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a8c2545c-0096-415e-93be-2170f0f51712"
},
{
"private_location_id": "24ddff1b-3586-4bbc-a244-ce41f86dffdf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f02b18a-1520-4d0f-9306-21e6a54566ab"
}
]
},
{
"access_group": "c3d4d97f-9a18-41e0-b95e-fc1ea8958c29",
"private_locations": [
{
"private_location_id": "4a7dc07b-8870-4b2f-a23a-5b771d717864",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a8c2545c-0096-415e-93be-2170f0f51712"
},
{
"private_location_id": "24ddff1b-3586-4bbc-a244-ce41f86dffdf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f02b18a-1520-4d0f-9306-21e6a54566ab"
},
{
"private_location_id": "24ddff1b-3586-4bbc-a244-ce41f86dffdf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9f02b18a-1520-4d0f-9306-21e6a54566ab"
}
]
},
{
"access_group": "87fd446a-b429-4bc5-a395-b7d92f142768",
"private_locations": [
{
"private_location_id": "4a7dc07b-8870-4b2f-a23a-5b771d717864",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a8c2545c-0096-415e-93be-2170f0f51712"
},
{
"private_location_id": "d98a30f6-8179-45e2-a19c-781de21927ca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5b7e0a1c-1a4d-43b1-9bba-9b56d215015f"
},
{
"private_location_id": "d98a30f6-8179-45e2-a19c-781de21927ca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5b7e0a1c-1a4d-43b1-9bba-9b56d215015f"
}
]
}
]
| 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. |