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": "0a9bd562-da4b-4fb9-a66d-3daea3ea4acb",
"private_locations": [
{
"private_location_id": "15cacd2c-c6f8-4cd7-aa52-84fbf23ce103",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f54ef8f-a04c-4566-94ee-6b39fa17861e"
},
{
"private_location_id": "9eabcf15-dac2-4ccf-a2fe-3a512d697e4d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d4d8fb9e-3642-469b-a6b1-68db47d8a30c"
},
{
"private_location_id": "989a1646-a02c-4c36-92ce-5fd5340fc291",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed3ccb1e-1374-4eb3-ba9e-fbc0a0d13461"
}
]
},
{
"access_group": "aab72c11-5e16-4ee5-9215-7c3e08247839",
"private_locations": [
{
"private_location_id": "989a1646-a02c-4c36-92ce-5fd5340fc291",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed3ccb1e-1374-4eb3-ba9e-fbc0a0d13461"
},
{
"private_location_id": "15cacd2c-c6f8-4cd7-aa52-84fbf23ce103",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f54ef8f-a04c-4566-94ee-6b39fa17861e"
},
{
"private_location_id": "15cacd2c-c6f8-4cd7-aa52-84fbf23ce103",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f54ef8f-a04c-4566-94ee-6b39fa17861e"
}
]
},
{
"access_group": "1b6bb098-6d9a-465f-abb8-ed687002160f",
"private_locations": [
{
"private_location_id": "15cacd2c-c6f8-4cd7-aa52-84fbf23ce103",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f54ef8f-a04c-4566-94ee-6b39fa17861e"
},
{
"private_location_id": "989a1646-a02c-4c36-92ce-5fd5340fc291",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed3ccb1e-1374-4eb3-ba9e-fbc0a0d13461"
},
{
"private_location_id": "989a1646-a02c-4c36-92ce-5fd5340fc291",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed3ccb1e-1374-4eb3-ba9e-fbc0a0d13461"
}
]
}
]
| 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. |