Export Dataset As Zip

Request
path Parameters
id
required
string
Request Body schema: application/json
object (DQLResourceQuery)
object (DQLResourceQuery)
object

annotations export options

exportVersion
string

V2 - exported items will have original extension in filename, V1 - no original extension in filenames

Enum: "V1" "V2"
property name*
additional property
any
Responses
200

Ok

post/datasets/{id}/export
Request samples
application/json
{
  • "itemsQuery": {
    },
  • "annotationsQuery": {
    },
  • "annotations": {
    },
  • "exportVersion": "V1"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}