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": "153e44a7-92e6-40f2-bef4-4e5bbb0793ec",
"private_locations": [
{
"private_location_id": "c7d30f20-c8fa-445f-9a2b-915f8dff26c2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "130d420c-1810-49c8-9c66-898c57695ea5"
},
{
"private_location_id": "35886ef2-419f-42d8-9bf5-f550d42a8544",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eca221c8-afaf-448e-923a-16a6d7f59efd"
},
{
"private_location_id": "ff75426e-1e6c-4a40-bc59-e9afcb36f9bd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b845fe9a-34f2-4cbe-b799-a78111250d11"
}
]
},
{
"access_group": "3a761c12-b515-4673-869c-a7ec310e839b",
"private_locations": [
{
"private_location_id": "35886ef2-419f-42d8-9bf5-f550d42a8544",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eca221c8-afaf-448e-923a-16a6d7f59efd"
},
{
"private_location_id": "35886ef2-419f-42d8-9bf5-f550d42a8544",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eca221c8-afaf-448e-923a-16a6d7f59efd"
},
{
"private_location_id": "ff75426e-1e6c-4a40-bc59-e9afcb36f9bd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b845fe9a-34f2-4cbe-b799-a78111250d11"
}
]
},
{
"access_group": "33d06365-bca5-4b27-a263-10a28887c621",
"private_locations": [
{
"private_location_id": "35886ef2-419f-42d8-9bf5-f550d42a8544",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eca221c8-afaf-448e-923a-16a6d7f59efd"
},
{
"private_location_id": "35886ef2-419f-42d8-9bf5-f550d42a8544",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eca221c8-afaf-448e-923a-16a6d7f59efd"
},
{
"private_location_id": "ff75426e-1e6c-4a40-bc59-e9afcb36f9bd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b845fe9a-34f2-4cbe-b799-a78111250d11"
}
]
}
]
| 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. |