Skip to main content
POST
Export screening question report to CSV

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
date_filter_range
enum<string>

Date range filter

Available options:
last_month,
last_week,
this_week,
All
Example:

"last_month"

job_id
integer

Filter by job ID

Example:

100

athlete_id
integer

Filter by athlete ID

Example:

200

selected_id_arr
integer[]

Selected IDs to export

Example:
timezone_diff
number<float>

Timezone offset

Example:

-5

filter
object

Same filter structure as screeningQuestionReport

Example:
columnSelected
object

Columns to include in export

Example:

Response

200 - application/json

Export queued

status
string
Example:

"success"

message
string
Example:

"Your report export has started. We'll email you the link once it's ready"