Versions Compared

Key

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

General request format:

POST http://IP-address:port/createarchivetask

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

...

Request example:

POST http://127.0.0.1:80/createarchivetask

Code Block
languagexml
Content Type: application/json
Content:
{
 "CameraId": "1",
 "From": "2022-06-27T15:10:00.00Z",
 "To": "2022-06-27T15:20:00.00Z"
}

...