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": "62a88610-a1b0-4c16-b93e-50991988b293",
"private_locations": [
{
"private_location_id": "b24bdc70-1f13-4888-84f8-692ea30b083e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3aeb088-2341-4128-8a92-3d30b6cd2370"
},
{
"private_location_id": "d1a94d43-aead-4318-b00e-3159ddc686b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "317ca608-a046-437f-b71b-ca65b9979839"
},
{
"private_location_id": "ae8c257b-f6e7-45ec-9688-845ada77d194",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "021c17a7-ff32-4bcb-a41d-ccef85d2676e"
}
]
},
{
"access_group": "3edf13e6-e008-4dfd-8b3d-5ebbf69527a4",
"private_locations": [
{
"private_location_id": "b24bdc70-1f13-4888-84f8-692ea30b083e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3aeb088-2341-4128-8a92-3d30b6cd2370"
},
{
"private_location_id": "ae8c257b-f6e7-45ec-9688-845ada77d194",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "021c17a7-ff32-4bcb-a41d-ccef85d2676e"
},
{
"private_location_id": "b24bdc70-1f13-4888-84f8-692ea30b083e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3aeb088-2341-4128-8a92-3d30b6cd2370"
}
]
},
{
"access_group": "cf5e829d-bdb9-4e1b-aea2-ef018a528224",
"private_locations": [
{
"private_location_id": "d1a94d43-aead-4318-b00e-3159ddc686b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "317ca608-a046-437f-b71b-ca65b9979839"
},
{
"private_location_id": "b24bdc70-1f13-4888-84f8-692ea30b083e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3aeb088-2341-4128-8a92-3d30b6cd2370"
},
{
"private_location_id": "b24bdc70-1f13-4888-84f8-692ea30b083e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3aeb088-2341-4128-8a92-3d30b6cd2370"
}
]
}
]
| 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. |