Skip to main content
GET
/
taskTypes
List task types
curl --request GET \
  --url http://localhost:3000/v2/taskTypes/

Query Parameters

page
integer

Page number

limit
integer

Number of items per page

status
string

Filter by status (single value or comma-separated list)

name
string

Filter by name (partial match, supports full name or number)

ids
string<objectid>[]

Filter by IDs (array of objectIds)

Response

List of task types