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": "68b70752-d15a-438d-8b4d-d7f7ed2992b1",
"private_locations": [
{
"private_location_id": "c623fd2f-8730-445e-a339-b8fa93eae92c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7b3f66f1-7912-4c69-84e9-a084ee355bc1"
},
{
"private_location_id": "24c00048-4083-48d5-9f0b-d765104d95c2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e3e372e-474d-40f9-8007-51c87cef5bef"
},
{
"private_location_id": "4d87899a-4a44-45ee-84d5-cb0c41373119",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6944e34f-085d-4d98-a83a-44a80a0839a8"
}
]
},
{
"access_group": "77319017-a0c3-48f8-bfc6-aef7ecdb5fcf",
"private_locations": [
{
"private_location_id": "c623fd2f-8730-445e-a339-b8fa93eae92c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7b3f66f1-7912-4c69-84e9-a084ee355bc1"
},
{
"private_location_id": "24c00048-4083-48d5-9f0b-d765104d95c2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e3e372e-474d-40f9-8007-51c87cef5bef"
},
{
"private_location_id": "c623fd2f-8730-445e-a339-b8fa93eae92c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7b3f66f1-7912-4c69-84e9-a084ee355bc1"
}
]
},
{
"access_group": "f4e82c2d-c122-428a-a339-a8e8e84d8e32",
"private_locations": [
{
"private_location_id": "24c00048-4083-48d5-9f0b-d765104d95c2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e3e372e-474d-40f9-8007-51c87cef5bef"
},
{
"private_location_id": "4d87899a-4a44-45ee-84d5-cb0c41373119",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6944e34f-085d-4d98-a83a-44a80a0839a8"
},
{
"private_location_id": "c623fd2f-8730-445e-a339-b8fa93eae92c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7b3f66f1-7912-4c69-84e9-a084ee355bc1"
}
]
}
]
| 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. |