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": "d5eacadd-9763-4389-a958-e9aaa11b3b15",
"private_locations": [
{
"private_location_id": "51567224-7868-4622-84f9-ff37ff906aad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27e09b1f-3fcc-44b1-87b1-2fb3205c7936"
},
{
"private_location_id": "479b2f49-7b51-4a1a-b955-8339fe2f3a88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a513e1f-ce72-41d7-a52a-da7eff8de1ac"
},
{
"private_location_id": "4960f086-4ffe-4b39-85b1-1ea9c1580319",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7c0c9847-ff2e-4909-8593-5931955891bd"
}
]
},
{
"access_group": "48bd74ba-fa62-418a-a861-137406fb8e58",
"private_locations": [
{
"private_location_id": "479b2f49-7b51-4a1a-b955-8339fe2f3a88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a513e1f-ce72-41d7-a52a-da7eff8de1ac"
},
{
"private_location_id": "51567224-7868-4622-84f9-ff37ff906aad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27e09b1f-3fcc-44b1-87b1-2fb3205c7936"
},
{
"private_location_id": "479b2f49-7b51-4a1a-b955-8339fe2f3a88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a513e1f-ce72-41d7-a52a-da7eff8de1ac"
}
]
},
{
"access_group": "b13f1e7d-ad5b-4b84-83a9-53f5e7163750",
"private_locations": [
{
"private_location_id": "51567224-7868-4622-84f9-ff37ff906aad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27e09b1f-3fcc-44b1-87b1-2fb3205c7936"
},
{
"private_location_id": "479b2f49-7b51-4a1a-b955-8339fe2f3a88",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a513e1f-ce72-41d7-a52a-da7eff8de1ac"
},
{
"private_location_id": "51567224-7868-4622-84f9-ff37ff906aad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27e09b1f-3fcc-44b1-87b1-2fb3205c7936"
}
]
}
]
| 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. |