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": "3501e498-11a2-4e22-a53c-25deb19ea7d5",
"private_locations": [
{
"private_location_id": "8e740943-06be-40c6-a7ea-3c8a7ade50b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f491d928-5037-456c-88e8-28aff66853f0"
},
{
"private_location_id": "06493e2d-9c48-4d2e-ab3a-1a789e6cab64",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "25e21c31-adaf-4eac-af98-e7581c4caf47"
},
{
"private_location_id": "35a89636-32f9-4af7-b682-77192c5f37e3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5b04158-8e6e-489b-825f-4fd3f38d1c25"
}
]
},
{
"access_group": "2920a013-79d5-4ada-9c09-71f1b0de5d67",
"private_locations": [
{
"private_location_id": "8e740943-06be-40c6-a7ea-3c8a7ade50b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f491d928-5037-456c-88e8-28aff66853f0"
},
{
"private_location_id": "35a89636-32f9-4af7-b682-77192c5f37e3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5b04158-8e6e-489b-825f-4fd3f38d1c25"
},
{
"private_location_id": "8e740943-06be-40c6-a7ea-3c8a7ade50b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f491d928-5037-456c-88e8-28aff66853f0"
}
]
},
{
"access_group": "8f8aa1a7-3d12-45c6-9b52-efc8746eec78",
"private_locations": [
{
"private_location_id": "8e740943-06be-40c6-a7ea-3c8a7ade50b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f491d928-5037-456c-88e8-28aff66853f0"
},
{
"private_location_id": "06493e2d-9c48-4d2e-ab3a-1a789e6cab64",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "25e21c31-adaf-4eac-af98-e7581c4caf47"
},
{
"private_location_id": "35a89636-32f9-4af7-b682-77192c5f37e3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5b04158-8e6e-489b-825f-4fd3f38d1c25"
}
]
}
]
| 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. |