Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kanban Tool Subtasks API

The Subtasks API from Kanban Tool — 2 operation(s) for subtasks.

Kanban Tool Subtasks API is one of 12 APIs that Kanban Tool publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Subtasks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://YOUR_DOMAIN.kanbantool.com/api/v3.

3 operations 2 paths 0 schemas 1 DELETE1 PATCH1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://YOUR_DOMAIN.kanbantool.com/api/v3
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Subtasks 3
PATCH
/subtasks/{subtask_id}.json
Update subtask
updateSubtask 1 param body → 200
DELETE
/subtasks/{subtask_id}.json
Delete subtask
deleteSubtask 1 param → 204
PUT
/subtasks/reorder.json
Reorder subtasks
reorderSubtasks body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kanban-subtasks-api-openapi.yml Raw ↑

Other APIs Kanban Tool publishes across the network.

Kanban Tool REST API v1
Kanban Tool Browser SDK
Kanban Tool Attachments API
Kanban Tool Attachments.json API
Kanban Tool Boards API
Kanban Tool Subtasks.json API
Kanban Tool Tasks API
Kanban Tool Tasks.json API
Kanban Tool Time Trackers API
Kanban Tool Time Trackers.json API
Kanban Tool Users API