For the complete documentation index, see llms.txt. This page is also available as Markdown.

check-squareTasks

Retrieve tasks linked to submissions

List tasks

get

Returns tasks filtered by user, form, and/or date range. All date parameters are UNIX timestamps. Use me (no value required) to return tasks for the authenticated user.

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?