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": "41ccff47-b68c-45e7-989c-454d1b1124f8",
"private_locations": [
{
"private_location_id": "3d0faf75-deca-4e03-b0b7-a0dabdf43ae9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9659da31-3f0e-4a2e-a7e3-b3706ab40c40"
},
{
"private_location_id": "4945ba7c-7bd8-4bdf-8bf3-28300f6cb503",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d4bfa52-965d-456b-b3fb-254902511d2c"
},
{
"private_location_id": "1b192063-a87c-4804-b00b-5f394a97ff49",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6b2dd80f-d4bd-45e3-b83f-9a302282bf9f"
}
]
},
{
"access_group": "e6935341-2831-4c8a-9fec-d525ad136c28",
"private_locations": [
{
"private_location_id": "3d0faf75-deca-4e03-b0b7-a0dabdf43ae9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9659da31-3f0e-4a2e-a7e3-b3706ab40c40"
},
{
"private_location_id": "1b192063-a87c-4804-b00b-5f394a97ff49",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6b2dd80f-d4bd-45e3-b83f-9a302282bf9f"
},
{
"private_location_id": "1b192063-a87c-4804-b00b-5f394a97ff49",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6b2dd80f-d4bd-45e3-b83f-9a302282bf9f"
}
]
},
{
"access_group": "affbcb0c-5bcc-46db-8bf5-5390c679e9f7",
"private_locations": [
{
"private_location_id": "4945ba7c-7bd8-4bdf-8bf3-28300f6cb503",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2d4bfa52-965d-456b-b3fb-254902511d2c"
},
{
"private_location_id": "1b192063-a87c-4804-b00b-5f394a97ff49",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6b2dd80f-d4bd-45e3-b83f-9a302282bf9f"
},
{
"private_location_id": "3d0faf75-deca-4e03-b0b7-a0dabdf43ae9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9659da31-3f0e-4a2e-a7e3-b3706ab40c40"
}
]
}
]
| 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. |