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": "1f66a337-66af-4297-8c67-b9ea33f756a9",
"private_locations": [
{
"private_location_id": "489663e8-88b4-4803-a846-26e492fafbbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3d7e869-d213-464f-bfd5-5ef2fc6d1b33"
},
{
"private_location_id": "8a746292-ca2a-4048-8510-7db231ce6b2e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c70325c-e4cc-4902-bd6c-23b6d5771146"
},
{
"private_location_id": "96acbcd7-0696-4661-b8d4-9fc379451df2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5447993-dba5-444c-887a-76146490f83f"
}
]
},
{
"access_group": "460086b6-00e4-4556-9861-acd4c0ac64b6",
"private_locations": [
{
"private_location_id": "96acbcd7-0696-4661-b8d4-9fc379451df2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5447993-dba5-444c-887a-76146490f83f"
},
{
"private_location_id": "96acbcd7-0696-4661-b8d4-9fc379451df2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5447993-dba5-444c-887a-76146490f83f"
},
{
"private_location_id": "8a746292-ca2a-4048-8510-7db231ce6b2e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c70325c-e4cc-4902-bd6c-23b6d5771146"
}
]
},
{
"access_group": "19e05f34-7876-488c-adda-4cb8cba13d5c",
"private_locations": [
{
"private_location_id": "8a746292-ca2a-4048-8510-7db231ce6b2e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c70325c-e4cc-4902-bd6c-23b6d5771146"
},
{
"private_location_id": "8a746292-ca2a-4048-8510-7db231ce6b2e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c70325c-e4cc-4902-bd6c-23b6d5771146"
},
{
"private_location_id": "96acbcd7-0696-4661-b8d4-9fc379451df2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5447993-dba5-444c-887a-76146490f83f"
}
]
}
]
| 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. |