Menu Close

Contact Status API Reporting

This service reports for every device logged in or logged out. The format of the report is shown below. The endpoint can be specified by navigating to SETTINGS -> REPORTS on the left-hand navigation pane.
{
"contactStatus": [
    {
      "date": "2019-09-09",
      "contactId": "a9f7e979-65d6-3f79-9a52-9102a973b8b9",
      "contactName": "c1",
      "status": "true"
    },
    {
      "date": "2019-09-09",
      "contactId": "a9f7e979-65d6-3f79-9a52-9102a97gbcb0",
      "contactName": "c2",
      "status": "true"
    }
  ]
}
.lcp_catlist li{display: inline-block; padding:10px;width:33%;vertical-align: top;}