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": "aa80d403-7b73-41cf-a79f-8ce5de05f791",
"private_locations": [
{
"private_location_id": "b8dd9ac8-8323-4a57-89d6-58c92f92671c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a17c17a7-73d8-4680-b563-cac0db2d8854"
},
{
"private_location_id": "f2738b29-6911-49c0-afca-937cf8185f39",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a0474545-9009-45df-ad1d-034353719fd5"
},
{
"private_location_id": "7d12e464-e144-4e6c-a731-ba41393b81cb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98ee01b2-e1a9-4800-b6cd-d82aee1bfb1b"
}
]
},
{
"access_group": "99a00a45-b3f3-4ce6-a33d-b4d1ae4e6895",
"private_locations": [
{
"private_location_id": "7d12e464-e144-4e6c-a731-ba41393b81cb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98ee01b2-e1a9-4800-b6cd-d82aee1bfb1b"
},
{
"private_location_id": "b8dd9ac8-8323-4a57-89d6-58c92f92671c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a17c17a7-73d8-4680-b563-cac0db2d8854"
},
{
"private_location_id": "b8dd9ac8-8323-4a57-89d6-58c92f92671c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a17c17a7-73d8-4680-b563-cac0db2d8854"
}
]
},
{
"access_group": "c974e495-7eb4-43db-a4fe-4ff9b956ddaf",
"private_locations": [
{
"private_location_id": "f2738b29-6911-49c0-afca-937cf8185f39",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a0474545-9009-45df-ad1d-034353719fd5"
},
{
"private_location_id": "f2738b29-6911-49c0-afca-937cf8185f39",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a0474545-9009-45df-ad1d-034353719fd5"
},
{
"private_location_id": "7d12e464-e144-4e6c-a731-ba41393b81cb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98ee01b2-e1a9-4800-b6cd-d82aee1bfb1b"
}
]
}
]
| 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. |