Report

A report.

Get all reports

Get all reports 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/report
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "fff8ed3e7fb56dc9781ff257df7c1f33e9680b67",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1664966798626
}

Get a report

Get a report.

Request
path Parameters
report
required
string or integer

The id/hash of the report.

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 report.

Responses
200

Successful operation

403

Forbidden

404

Not Found

422

Unprocessable Content

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

Delete a report

Delete a report.

SecurityJWT
Request
path Parameters
report
required
string or integer

The id/hash of the report.

Responses
200

Successful operation

404

Not Found

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