Devices

Read Devices

Description Pull all devices under the company & server
Endpoint {DataManagerAPI}/api/Devices
Method GET
Request Headers AToken (Guide on how to obtain AToken here)
Response
{
    "Status": 200,
    "Error": "",
    "Message": "OK",
    "Data": [
        {
            "Serial": "10000001",
            "CameraName": "VirtualDevice01",
            "LastAllocationDateTime": "2021-12-02T06:58:46Z",
            "LastHeartBeatDateTime": "2023-06-15T03:46:34.787Z",
            "TunedDate": "1970-01-01T00:00:00Z"
        },
        {
            "Serial": "10000002",
            "CameraName": "VirtualDevice02",
            "LastAllocationDateTime": "2021-12-02T07:06:28Z",
            "LastHeartBeatDateTime": "2023-06-15T03:46:34.787Z",
            "TunedDate": "2022-03-21T09:05:00Z"
        }
    ]
}
Remark
{DataManagerAPI}: https://data.footfallcam.com/
(if you're using on-premise solution, please consult FootfallCam Support on the host address)

Updated on June 15, 2023