Export

An export.

Get all exports

Get all exports of the authenticated user of the authenticated hub.

SecurityJWT
Request
query Parameters
page
integer
Default: 1

The page number of the response.

Responses
200

Successful operation

get/export
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "9315636dde45ca3d59527b5f40050d09659b7518",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1664896537988
}

Get an export

Get an export.

Request
path Parameters
export
required
string or integer

The id/hash of the export.

query Parameters
disposition
string or null
Default: "attachment"

The content-disposition for the requested file.

For attachment the file should be downloaded, forinline the file can be displayed.

Enum: null "attachment" "inline"
signature
required
string

The signature for the export.

Responses
200

Successful operation

403

Forbidden

404

Not Found

422

Unprocessable Content

get/export/{export}
Request samples
Response samples
application/json
{
  • "success": false,
  • "error": {
    },
  • "timestamp": 1664900666865
}

Delete an export

Delete an export.

SecurityJWT
Request
path Parameters
export
required
string or integer

The id/hash of the export.

Responses
200

Successful operation

404

Not Found

delete/export/{export}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "8739602554c7f3241958e3cc9b57fdecb474d508",
  • "data": { },
  • "timestamp": 1664900175170
}