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": "ff0f005c-45a0-4b2d-beeb-ba26ccdac6fe",
"private_locations": [
{
"private_location_id": "db4edbc3-329a-4fe7-bc73-ef80af184021",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91076e90-c372-49be-9ac2-1373d776dec5"
},
{
"private_location_id": "4065bc94-8ca5-4c99-a3b4-4f8211f123b7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c86d8b4-e492-45c5-bec4-fd11524a22c0"
},
{
"private_location_id": "1a643925-64eb-4d37-b914-22320c6e89f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1efff11e-b213-4621-b4e8-dc08b95ab556"
}
]
},
{
"access_group": "26f5e807-280c-46c3-8ce5-74c1be301ba9",
"private_locations": [
{
"private_location_id": "1a643925-64eb-4d37-b914-22320c6e89f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1efff11e-b213-4621-b4e8-dc08b95ab556"
},
{
"private_location_id": "4065bc94-8ca5-4c99-a3b4-4f8211f123b7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c86d8b4-e492-45c5-bec4-fd11524a22c0"
},
{
"private_location_id": "db4edbc3-329a-4fe7-bc73-ef80af184021",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91076e90-c372-49be-9ac2-1373d776dec5"
}
]
},
{
"access_group": "de8c425d-ca1a-4c86-b75a-443776bd6810",
"private_locations": [
{
"private_location_id": "1a643925-64eb-4d37-b914-22320c6e89f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1efff11e-b213-4621-b4e8-dc08b95ab556"
},
{
"private_location_id": "1a643925-64eb-4d37-b914-22320c6e89f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1efff11e-b213-4621-b4e8-dc08b95ab556"
},
{
"private_location_id": "db4edbc3-329a-4fe7-bc73-ef80af184021",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91076e90-c372-49be-9ac2-1373d776dec5"
}
]
}
]
| 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. |