Read Areas
| Description | Pull all areas under the company |
| Endpoint | {DataManagerAPI}/api/Areas |
| Method | GET |
| Request Headers | AToken (Guide on how to obtain AToken here) |
| Response |
{
"Status": 200,
"Error": "",
"Message": "OK",
"Data": [
{
"AreaId": 516,
"AreaName": "AsiaArea01",
"AreaCode": "AA01",
"DeviceList": [],
"ChildAreaList": [
517
]
},
{
"AreaId": 517,
"AreaName": "AsiaArea02",
"DeviceList": [
{
"Serial": "10000001",
"CameraName": "VirtualDevice01"
}
],
"ChildAreaList": []
}
]
}
|
| Remark |
{DataManagerAPI}: https://data.footfallcam.com/
(if you're using on-premise solution, please consult FootfallCam Support on the host address) |