Versions Compared

Key

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

...

Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn page:
Table of Contents



Column


Export start

POST http://IP Address:port/prefix/export/archive/{VIDEOSOURCEID}/{BEGINTIME}/{ENDTIME} – archive export.
POST http://IP Address:port/prefix/export/live/{VIDEOSOURCEID}/{BEGINTIME}/{ENDTIME} – live video export.

...

Error codeDescription
400Incorrect request
500Server internal error

Get export status

GET http://IP Address:port/export/{id}/status

...

ParameterDescription
state

Current state of export. Available values:
0 – export is not yet in perform
1 – export is performed
2 – export is completed
3 – export error
4 – not enough space to complete the operation
5 – the file with the given name already exists
6 – no data to export

progressProgress of export session in the range from 0 to 1
errorDescription of error (if any)
filesList of files created as the result of the export

Download file

GET http://IP Address:port/prefix/export/{id}/file

...

Info
titleNote

On the Server the exported file is saved to the folder C:\ProgramData\AxxonSoft\AxxonOne\Export\{ID}

Export completion

This request deletes the created file on the Server.

...