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": "74743db6-8976-4bd9-8160-1165069a8418",
"private_locations": [
{
"private_location_id": "8e586288-0ef3-43aa-853a-89c4c9696be1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c58e898a-f877-47c5-b7d9-7857f28322e5"
},
{
"private_location_id": "49f16ff4-b839-4126-a45a-ac3978b34577",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "adc72059-f00e-4690-8b79-c909c443b2c7"
},
{
"private_location_id": "815c1976-a132-4970-b0c2-408b093dac45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0b86cf95-7605-4285-9f8e-7211636c24e4"
}
]
},
{
"access_group": "615bcc0d-2efe-422e-8a44-1fe3c03ff533",
"private_locations": [
{
"private_location_id": "49f16ff4-b839-4126-a45a-ac3978b34577",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "adc72059-f00e-4690-8b79-c909c443b2c7"
},
{
"private_location_id": "8e586288-0ef3-43aa-853a-89c4c9696be1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c58e898a-f877-47c5-b7d9-7857f28322e5"
},
{
"private_location_id": "49f16ff4-b839-4126-a45a-ac3978b34577",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "adc72059-f00e-4690-8b79-c909c443b2c7"
}
]
},
{
"access_group": "f50853ab-40e8-4f0f-89eb-8e4a03456141",
"private_locations": [
{
"private_location_id": "49f16ff4-b839-4126-a45a-ac3978b34577",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "adc72059-f00e-4690-8b79-c909c443b2c7"
},
{
"private_location_id": "8e586288-0ef3-43aa-853a-89c4c9696be1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c58e898a-f877-47c5-b7d9-7857f28322e5"
},
{
"private_location_id": "49f16ff4-b839-4126-a45a-ac3978b34577",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "adc72059-f00e-4690-8b79-c909c443b2c7"
}
]
}
]
| 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. |