Tasks

Bnder API documentation for Tasks. Read the API Overview to get started and learn more.

Get all task ids from a project

Get all task ids from a project specified by the project id

GET/consumer/v1/guilds/guildId/projects/projectId/tasks
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
limitThe number of items to return
orderThe order of the items
after_task_idThe task id to start from
label_idThe label id to filter

Request body

empty

Response

Status: 200 - Tasks retrieved

FieldTypeDescription
task_idsundefinedThe tasks to update
check_tasks_existsbooleanCheck if every task exists and remove it if not
tasksarrayTask Objects found in the project

Update task order in kanban board

Updates the task order or changes the tasks state in the kanban board

PUT/consumer/v1/guilds/guildId/projects/projectId/tasks
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project

Request body

empty

Response

Status: 200 - Tasks updated

FieldTypeDescription
task_idsundefinedThe tasks to update
check_tasks_existsbooleanCheck if every task exists and remove it if not

Create a task

Create a task in the project specified by the project id

POST/consumer/v1/guilds/guildId/projects/projectId/tasks
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project

Request body

empty

Response

Status: 201 - Task created

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Get a single task

Get all data of a single task by the task id

GET/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 200 - Task retrieved

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Update a task

Update the data of a task with the given id

PUT/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 200 - Task updated

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Delete a task

Delete the data of a task with the given id

DELETE/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 204 - Task deleted

empty response

Create a comment

Create a comment in the task specified by the task id

POST/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId/comments
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 201 - Comment created

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Delete a comment

Delete a comment in the task specified by the task id

DELETE/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId/comments
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 200 - Comment deleted

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Update a comment

Update a comment in the task specified by the task id

PATCH/consumer/v1/guilds/guildId/projects/projectId/tasks/taskId/comments
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
taskIdThe ID of the task

Request body

empty

Response

Status: 200 - Comment updated

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task

Update a comment

Update a comment in the task specified by the task id

POST/consumer/v1/guilds/guildId/projects/projectId/tasks/suggest-todos
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project

Request body

empty

Response

Status: 200 - Comment updated

FieldTypeDescription
idstringThe ID of the task
statusnumberThe status of the task. 0: To do, 1: In progress, 2: Done
textstringThe text of the task
descriptionstringThe description of the task
assigned_user_idsarrayThe IDs of the users assigned to the task
assigned_role_idsarrayThe IDs of the roles assigned to the task
project_idstringThe ID of the project the task belongs to
deadlinestringThe deadline of the task
effortnumberThe effort of the task in hours
prioritynumberThe priority of the task. 0: Low, 1: Normal, 2: High, 3: Urgent
repeat_days_intervalnumberThe number of days between task repetitions
repeat_end_datestringThe date when the task repetition ends
label_idsarrayThe IDs of the labels assigned to the task
creation_datestringThe creation date of the task
creator_idstringThe ID of the user who created the task
in_binbooleanWhether the task is in the bin
delete_atstringThe date the task will be deleted
historyarrayThe history of the task
subtasksarrayThe subtasks of the task
commentsarrayThe comments of the task
watchers_user_idsarrayThe IDs of the users watching the task
milestone_idstringThe ID of the milestone the task belongs to
dependenciesarrayThe IDs of the tasks the task depends on
attachmentsarrayThe attachments of the task