Tasks
Retrieve tasks linked to submissions
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired
Short name of the workspace instance (e.g. daxium-test)
Query parameters
structure_idstringOptional
Filter by form identifier
greater_start_dateinteger · int64Optional
Start date ≥ this timestamp
lower_start_dateinteger · int64Optional
Start date ≤ this timestamp
greater_due_dateinteger · int64Optional
Due date ≥ this timestamp
lower_due_dateinteger · int64Optional
Due date ≤ this timestamp
user_idintegerOptional
Filter by user ID
mebooleanOptional
If present, return only the authenticated user's tasks
pageintegerOptional
per_pageintegerOptional
Responses
200
Paginated list of tasks
application/json
total_countintegerOptional
total_pagesintegerOptional
server_timeinteger · int64Optional
get/{app_short}/tasks
200
Paginated list of tasks
Last updated
Was this helpful?

