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

Quo Tasks API

The Tasks API from Quo — 10 operation(s) for tasks.

Quo Tasks API is one of 9 APIs that Quo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tasks. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, authentication docs, and a changelog.

This API exposes 13 operations across 10 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.quo.com.

13 operations 10 paths 0 schemas 1 DELETE2 GET9 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.quo.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Quo Tasks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 1 DELETE, 2 GET, 9 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Tasks 13
GET
/v1/tasks
List tasks
listTasks_v1 2 params → 200400401402403404500
POST
/v1/tasks
Create a task
createTask_v1 body → 201400401402403404500
GET
/v1/tasks/{taskId}
Gets a task by ID
getTaskById_v1 1 param → 200400401402403404500
DELETE
/v1/tasks/{taskId}
Delete a task by ID
deleteTask_v1 1 param → 204400401402403404500
PUT
/v1/tasks/{taskId}
Update a task
updateTask_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/complete
Complete a task
completeTask_v1 1 param → 200400401402403404500
POST
/v1/tasks/{taskId}/link-conversation
Link a task to a conversation
linkTaskToConversation_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/unlink-conversation
Unlink a task from a conversation
unlinkTaskFromConversation_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/reopen
Reopen a task
reopenTask_v1 1 param → 200400401402403404500
POST
/v1/tasks/{taskId}/assign
Assign a user to a task
assignTask_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/unassign
Unassign a user from a task
unassignTask_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/change-due-date
Change a task's due date
changeTaskDueDate_v1 1 param body → 200400401402403404500
POST
/v1/tasks/{taskId}/remove-due-date
Remove a task's due date
removeTaskDueDate_v1 1 param → 200400401402403404500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quo-tasks-api-openapi.yml Raw ↑

Other APIs Quo publishes across the network.

Quo Calls API
Quo Contact Custom Fields API
Quo Contacts API
Quo Conversations API
Quo Messages API
Quo Phone Numbers API
Quo Users API
Quo Webhooks API