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": "9f1f19ac-282f-42dd-817c-6519158b4ccf",
"private_locations": [
{
"private_location_id": "9b629aea-8302-4332-b18d-f86a34c68841",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ade4be6-ca97-40ad-8dc4-b4e4f4590f13"
},
{
"private_location_id": "32006c19-7aa4-40a9-b893-5a3e20096f58",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6763d64-6e22-4368-b4ae-3b242ce6266e"
},
{
"private_location_id": "c25dc772-de07-4994-af7c-68f9c8282ca6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e7ee47d9-2c03-44e3-9897-b1e134b44d9a"
}
]
},
{
"access_group": "12457e6d-a52a-499a-bb0c-32cdec47112b",
"private_locations": [
{
"private_location_id": "32006c19-7aa4-40a9-b893-5a3e20096f58",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6763d64-6e22-4368-b4ae-3b242ce6266e"
},
{
"private_location_id": "9b629aea-8302-4332-b18d-f86a34c68841",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ade4be6-ca97-40ad-8dc4-b4e4f4590f13"
},
{
"private_location_id": "c25dc772-de07-4994-af7c-68f9c8282ca6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e7ee47d9-2c03-44e3-9897-b1e134b44d9a"
}
]
},
{
"access_group": "14eccbce-45b7-4a56-bc9a-60afdcf25b90",
"private_locations": [
{
"private_location_id": "c25dc772-de07-4994-af7c-68f9c8282ca6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e7ee47d9-2c03-44e3-9897-b1e134b44d9a"
},
{
"private_location_id": "32006c19-7aa4-40a9-b893-5a3e20096f58",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6763d64-6e22-4368-b4ae-3b242ce6266e"
},
{
"private_location_id": "c25dc772-de07-4994-af7c-68f9c8282ca6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e7ee47d9-2c03-44e3-9897-b1e134b44d9a"
}
]
}
]
| 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. |