Test Export

This document describes the API for creating a Test Export for a Test.

Create a Test Export

Creates a new Test Export for a Test.

Securityheader_authorization
Request
path Parameters
test_id
required
string <uuid>

The ID of the test to attach the evidence

query Parameters
framework_id
string <uuid>

The ID of the Company's Framework for the export

is_json
boolean

If the export should be a JSON file or not (default: false)

Responses
400

Bad Request

401

Unauthorized

403

Forbidden

404

Resource not found

default
post/tests/{test_id}/exports
Request samples
Response samples
application/json
{
  • "data": {
    },
  • "includes": { }
}