Versions Compared

Key

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

...

Code Block
languagexml
Content Type: application/json
Content:
{
 "CameraId": "{CameraId}",
 "From": "{From}",
 "To": "{To}"
}


Request parameters:

Parameter

Is required

Description

CameraIdYes

Camera ID

FromYesThe start time of the archive fragment in the format YYYY-MM-DDTHH:MM:SS
ToNoThe end time of the archive fragment in the format YYYY-MM-DDTHH:MM:SS (if not specified, the entire archive will be given up to the last record)

...