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": "1836e6eb-7af9-4d0b-8fea-02a6349f3d47",
"private_locations": [
{
"private_location_id": "6a258018-75ef-49ae-bbf9-6e49c6e5f335",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b731315-c17a-4c0c-9a56-eeba652b19f2"
},
{
"private_location_id": "382297b7-8be7-4c76-b030-15326b24a6dc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8038f9c6-1da9-4257-bb6a-77849dfd51b5"
},
{
"private_location_id": "4f974821-dc90-476a-bb72-99305913f1d9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f4de3ae-b6f7-4457-9f16-6b9565847ec2"
}
]
},
{
"access_group": "cc656a1a-13ae-4401-b6b9-fc9bc886e4b9",
"private_locations": [
{
"private_location_id": "6a258018-75ef-49ae-bbf9-6e49c6e5f335",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b731315-c17a-4c0c-9a56-eeba652b19f2"
},
{
"private_location_id": "4f974821-dc90-476a-bb72-99305913f1d9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f4de3ae-b6f7-4457-9f16-6b9565847ec2"
},
{
"private_location_id": "6a258018-75ef-49ae-bbf9-6e49c6e5f335",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1b731315-c17a-4c0c-9a56-eeba652b19f2"
}
]
},
{
"access_group": "42573bce-c2f0-4544-9b07-67db5f8aa625",
"private_locations": [
{
"private_location_id": "382297b7-8be7-4c76-b030-15326b24a6dc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8038f9c6-1da9-4257-bb6a-77849dfd51b5"
},
{
"private_location_id": "4f974821-dc90-476a-bb72-99305913f1d9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f4de3ae-b6f7-4457-9f16-6b9565847ec2"
},
{
"private_location_id": "382297b7-8be7-4c76-b030-15326b24a6dc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8038f9c6-1da9-4257-bb6a-77849dfd51b5"
}
]
}
]
| 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. |