GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "b37890ac-0466-42d5-9ecd-e3b8de3cf9d8",
"private_locations": [
{
"private_location_id": "b6e39d67-1eb8-48ea-abae-18c48f501c97",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2b6dd3e9-6701-401b-ae10-5f72bd742318"
},
{
"private_location_id": "7bed91ef-9dce-47d9-a585-f47ae06e9f8c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0b5494f2-61e7-4e7e-ae64-b6197038fa4e"
},
{
"private_location_id": "87f2b0f1-7aa2-48b3-8424-9dfa421433e6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "145274f6-6ad7-4012-a61e-72c5c3e7fc14"
}
]
},
{
"access_group": "742cb6e7-943d-4302-9168-c25045dbd4b9",
"private_locations": [
{
"private_location_id": "7bed91ef-9dce-47d9-a585-f47ae06e9f8c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0b5494f2-61e7-4e7e-ae64-b6197038fa4e"
},
{
"private_location_id": "87f2b0f1-7aa2-48b3-8424-9dfa421433e6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "145274f6-6ad7-4012-a61e-72c5c3e7fc14"
},
{
"private_location_id": "b6e39d67-1eb8-48ea-abae-18c48f501c97",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2b6dd3e9-6701-401b-ae10-5f72bd742318"
}
]
},
{
"access_group": "4878d7cf-47de-4a33-9f81-d811228038d3",
"private_locations": [
{
"private_location_id": "87f2b0f1-7aa2-48b3-8424-9dfa421433e6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "145274f6-6ad7-4012-a61e-72c5c3e7fc14"
},
{
"private_location_id": "b6e39d67-1eb8-48ea-abae-18c48f501c97",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2b6dd3e9-6701-401b-ae10-5f72bd742318"
},
{
"private_location_id": "b6e39d67-1eb8-48ea-abae-18c48f501c97",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2b6dd3e9-6701-401b-ae10-5f72bd742318"
}
]
}
]
| 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. |