Skip to main content
POST
Create a list

Authorizations

Authorization
string
header
required

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

Path Parameters

PROJECT_ID
string
required

The ID of the project

Query Parameters

name
string
required

The name of the List

type
string
required

The type of List (i.e. TODO, WORKING_ON, COMPLETED)

index
integer

The ordered index of the list within the project. Setting this property will re-order other lists in the project to maintain sequential order. Leaving this property blank will default the index to 1 and shift the index of all other lists.

Body

application/json

The request body accepts a list object.

name
string
type
string
index
integer

Response

200 - application/json

Returns a list object when successful.

id
string
name
string
type
string
index
integer