Skip to content
Download OpenAPI description
Languages
Servers
https://api.kanbert.com/api/v1
Operations
Operations
Operations
Operations
Webhooks
Operations
Webhooks
Operations
Operations
Webhooks
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Schemas

TagData

idstringrequired
titlestringrequired
{ "id": "string", "title": "string" }

TaskData

idstringrequired
project_idstringrequired
client_idstringrequired
parent_task_idstringrequired
external_idstring or nullrequired
external_originstring or nullrequired

If originated from external system origin is added

uristringrequired
titlestringrequired
descriptionstring or nullrequired
statusstring(TaskStatus)required
Backlog
New
In Todo
WIP
In progress
Completed
Approved
Closed
Task was archived
Enum"Backlog""New""WIP""Completed""Approved""Closed"
typestringrequired
estimated_hoursnumber or nullrequired
is_onholdbooleanrequired
is_publicbooleanrequired

If false, the task is only visible to the project team - not guest users

due_datestring or null(date)required
due_date_settingsobject(TaskDueDateSettingsData)required
due_date_settings.​is_hard_deadlinebooleanrequired
Default false
due_date_settings.​recurring_typeTaskDueDateRecurringType (string) or nullrequired
Any of:
string(TaskDueDateRecurringType)
Enum"daily""weekly""monthly"
due_date_settings.​recurring_intervalinteger or nullrequired

Integer offset if recurring_type = daily or NULL -> offset ignored
if recurring_type = weekly -> 1 = every Monday, 2 = every Tuesday, etc
if recurring_type = monthly -> 1 = every month, 2 = every 2 months, etc

assigneeUserData (object) or nullrequired
Any of:
assignee.​idstringrequired
assignee.​first_namestringrequired
assignee.​last_namestringrequired
assignee.​emailstringrequired
assignee.​typestring(UserType)required
Enum"user""guest""tax_advisor""integration"
assignee.​spaceobject(SpaceData)required
assignee.​space.​idstringrequired
assignee.​space.​namestringrequired
priorityOptionTaskPriorityOptionData (object) or nullrequired
Any of:
priorityOption.​idstringrequired
priorityOption.​labelstringrequired
phasePhaseData (object) or null
Any of:
milestoneMilestoneData (object) or null
Any of:
epicEpicData (object) or null
Any of:
parent_taskTaskData (object) or null
Any of:
object TaskData Recursive
attachementsArray of objects(FileData)required
Default []
attachements[].​idstringrequired
attachements[].​file_namestringrequired
attachements[].​mime_typestringrequired
attachements[].​sizeintegerrequired

File size in bytes

attachements[].​entity_idstringrequired

ID of the entity that the file belongs to

attachements[].​entity_typestringrequired

Type of the entity that the file belongs to

attachements[].​created_atstringrequired
watchersArray of objects(UserData)
sub_tasksArray of objects(TaskData)required
completed_atstring or null(date-time)required
closed_atstring or null(date-time)required
updated_atstring or null(date-time)required
created_atstring or null(date-time)required
list_sortingintegerrequired
{ "id": "string", "project_id": "string", "client_id": "string", "parent_task_id": "string", "external_id": "string", "external_origin": "string", "uri": "string", "title": "string", "description": "string", "status": "Backlog", "type": "string", "estimated_hours": 0, "is_onhold": true, "is_public": true, "due_date": "2019-08-24", "due_date_settings": { "is_hard_deadline": false, "recurring_type": "daily", "recurring_interval": 0 }, "assignee": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": {} }, "priorityOption": { "id": "string", "label": "string" }, "phase": { "id": "string", "title": "string", "po_number": "string", "group": {}, "type": {}, "dependency_phase_id": "string", "dependency_milestone_id": "string", "start_date": "2019-08-24", "end_date": "2019-08-24", "created_at": "2019-08-24T14:15:22Z", "computed_fields": {} }, "milestone": { "id": "string", "title": "string", "po_number": "string", "group": {}, "dependency_phase_id": "string", "dependency_milestone_id": "string", "date": "2019-08-24", "created_at": "2019-08-24T14:15:22Z", "computed_fields": {} }, "epic": { "id": "string", "title": "string", "po_number": "string", "computed_fields": {} }, "parent_task": {}, "attachements": [], "watchers": [ {} ], "sub_tasks": [ {} ], "completed_at": "2019-08-24T14:15:22Z", "closed_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "list_sorting": 0 }

TaskDueDateRecurringType

string(TaskDueDateRecurringType)
Enum"daily""weekly""monthly"
"daily"