Skip to main content
POST
Export deliverable 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

deliverable_id
integer

Filter by deliverable ID

Example:

300

selected_id_arr
integer[]

Selected deliverable IDs to export

Example:
timezone_diff
number<float>

Timezone offset

Example:

-5

filter
object

Same filter structure as deliverableReport

Example:
columnSelected
object

Object of column keys with Y/N 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"