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": "a148237b-0ec3-440b-a9b0-a8de638d7919",
"private_locations": [
{
"private_location_id": "5ff4e2db-1a6d-4c0c-9081-c33e92e74f53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bc29e3a-7257-43c3-8544-b2765f37513d"
},
{
"private_location_id": "d410c246-27ce-4d92-a458-edac7f452f6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0cd7a601-8844-44c2-a134-61166654f10f"
},
{
"private_location_id": "a7b2d35a-2d58-4738-8f1e-0e543121c1f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04c98103-3d25-4677-842b-a895f9dbf62c"
}
]
},
{
"access_group": "31e40dc5-ae58-4e75-a712-c90a69c504fc",
"private_locations": [
{
"private_location_id": "a7b2d35a-2d58-4738-8f1e-0e543121c1f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04c98103-3d25-4677-842b-a895f9dbf62c"
},
{
"private_location_id": "5ff4e2db-1a6d-4c0c-9081-c33e92e74f53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bc29e3a-7257-43c3-8544-b2765f37513d"
},
{
"private_location_id": "a7b2d35a-2d58-4738-8f1e-0e543121c1f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04c98103-3d25-4677-842b-a895f9dbf62c"
}
]
},
{
"access_group": "198f0130-2eb6-41d7-bebe-96ad4d52b898",
"private_locations": [
{
"private_location_id": "a7b2d35a-2d58-4738-8f1e-0e543121c1f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04c98103-3d25-4677-842b-a895f9dbf62c"
},
{
"private_location_id": "d410c246-27ce-4d92-a458-edac7f452f6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0cd7a601-8844-44c2-a134-61166654f10f"
},
{
"private_location_id": "a7b2d35a-2d58-4738-8f1e-0e543121c1f3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04c98103-3d25-4677-842b-a895f9dbf62c"
}
]
}
]
| 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. |