JSON_PersonQueueTimeFileResult

JSON message about results of searching for waiting time detection report files

{   
  "PersonQueueTimeFileResult": /*required, search result of waiting time detection report*/
  {
    "fileURL": "" //file URL of waiting time detection report
  }
}

Message Example

{
  "PersonQueueTimeFileResult": {
    "fileURL": "http://10.10.36.163/ISAPI/Intelligent/DownloadFile?filePath=/home/Day_TimeFile_2017-01-14T00:00:00.xls&"
  }
}