Concepts

Concepts used in ClickUp book.

The following documentation is for ClickUp v1.0.0 (BDK).

Clickup list

A list in ClickUp which contains tasks

Field Name
Description
Type

id

The unique identifier of the list

text

name

The name/title of the list

text

Clickup create task input

Data for creating a task in ClickUp

Field Name
Description
Type

name

The name/title of the task

text

status

The current status of the task

optional[text]

description

The detailed description of the task

text

List of users assigned to this task

optional[list of clickup user]

Clickup user

A User in ClickUp

Field Name
Description
Type

id

The unique identifier of the user

number

name

The username of the user

text

Clickup task

A task in ClickUp

Field Name
Description
Type

id

The unique identifier of the task

text

list_id

The ID of the list this task belongs to

text

name

The name/title of the task

text

status

The current status of the task

text

description

The detailed description of the task

text

List of users assigned to this task

list of clickup user

Last updated

Was this helpful?