Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the call is successfully the http code 200 will be returned otherwise an appropriate http error code is returned.

RetrieveMetaDataByHour

NOTE: This is a POST not a get.

curl -X POST 'https://<fqdn>/njadmin/rest/RecordingAPI/retrieveMetaDataByHour?apiKey=xxxxxxxxxxxxx&date=2021/09/14&hour=15'

Code Block
https://<fqdn>/njadmin/rest/RecordingAPI/retrieveMetaDataByHour?apiKey=xxxxxxxxx&date=2021/09/14&hour=15

The method returns a json encoded array/map containing any matching calls. There will be an entry in the array for each recording that ended during the hour.

...