Go to documentation repository
...
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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 code | Description |
---|---|
400 | Incorrect request |
500 | Server internal error |
GET http://IP Address:port/export/{id}/status
...
Parameter | Description |
---|---|
state | Current state of export. Available values: |
progress | Progress of export session in the range from 0 to 1 |
error | Description of error (if any) |
files | List of files created as the result of the export |
GET http://IP Address:port/prefix/export/{id}/file
...
Info | ||
---|---|---|
| ||
On the Server the exported file is saved to the folder C:\ProgramData\AxxonSoft\AxxonOne\Export\{ID} |
This request deletes the created file on the Server.
...