Skip to main content
GET
List planned tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

id of the planned task

description
string

description of the planned task

projectIds
string<uuid>[]

Find Planned tasks by project Ids

page
integer

Request a specific page

limit
integer

Limit results

orderBy
string

field1 asc, field2 desc

Response

200 - application/json

Object

data
object[]
meta
object