v3

latestOpenAPI 3.1.02026-08-08690159432.1 KB
Project Tasks

Get all tasks in a project

Get all tasks in a project with optional filtering and sorting

get/v1/spaces/{spaceId}/projects/{projectId}/tasks

Path parameters

spaceIdinteger required

ID of the space

projectIdinteger required

ID of the project

Query parameters

titlestring

Title of the task

Title of the task

statusstring[]
prioritystring[]
tagsstring[]
creatorsinteger[]
ownersinteger[]
startDatestring date-time

Start date

Start date

dueDatestring date-time

Due date

Due date

createdTimestring date-time

Created time

Created time

modifiedTimestring date-time

Modified time

Modified time

overdueboolean

Whether the task is overdue

Whether the task is overdue

dueDateSetboolean

Whether the due date is set

Whether the due date is set

pendingboolean

Whether the task is pending

Whether the task is pending

upcomingboolean

Whether the task is upcoming

Whether the task is upcoming

customFieldsstring

Custom fields filter as JSON string

Custom fields filter as JSON string

pageinteger

Zero-based page index (0..N)

sizeinteger

The size of the page to be returned

sortstring[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Headers

X-Org-Idinteger required

Organization ID

Response

Project tasks fetched successfully