List tasks
curl --request GET \
--url https://api.quo.com/v1/tasks \
--header 'Authorization: <api-key>'{
"data": [
{
"taskId": "<string>",
"phoneNumberId": "<string>",
"conversationId": "<string>",
"activityId": "<string>",
"phoneNumberGroupId": "<string>",
"orgId": "<string>",
"title": "<string>",
"description": "<string>",
"dueDate": "2023-11-07T05:31:56Z",
"assignedTo": "<string>",
"assignedBy": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"completed": true,
"isDeleted": true,
"revision": "<string>"
}
],
"totalItems": 123,
"nextPageToken": "<string>"
}{
"message": "<string>",
"code": "0600400",
"status": 400,
"docs": "https://quo.com/docs",
"title": "Bad Request",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600401",
"status": 401,
"docs": "https://quo.com/docs",
"title": "Unauthorized",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600402",
"status": 402,
"docs": "https://quo.com/docs",
"title": "Open Tasks Limit Reached",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600403",
"status": 403,
"docs": "https://quo.com/docs",
"title": "Forbidden",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600404",
"status": 404,
"docs": "https://quo.com/docs",
"title": "Not Found",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0601500",
"status": 500,
"docs": "https://quo.com/docs",
"title": "Unknown",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}Tasks
List tasks
Retrieve a list of tasks
GET
/
v1
/
tasks
List tasks
curl --request GET \
--url https://api.quo.com/v1/tasks \
--header 'Authorization: <api-key>'{
"data": [
{
"taskId": "<string>",
"phoneNumberId": "<string>",
"conversationId": "<string>",
"activityId": "<string>",
"phoneNumberGroupId": "<string>",
"orgId": "<string>",
"title": "<string>",
"description": "<string>",
"dueDate": "2023-11-07T05:31:56Z",
"assignedTo": "<string>",
"assignedBy": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"completed": true,
"isDeleted": true,
"revision": "<string>"
}
],
"totalItems": 123,
"nextPageToken": "<string>"
}{
"message": "<string>",
"code": "0600400",
"status": 400,
"docs": "https://quo.com/docs",
"title": "Bad Request",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600401",
"status": 401,
"docs": "https://quo.com/docs",
"title": "Unauthorized",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600402",
"status": 402,
"docs": "https://quo.com/docs",
"title": "Open Tasks Limit Reached",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600403",
"status": 403,
"docs": "https://quo.com/docs",
"title": "Forbidden",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0600404",
"status": 404,
"docs": "https://quo.com/docs",
"title": "Not Found",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}{
"message": "<string>",
"code": "0601500",
"status": 500,
"docs": "https://quo.com/docs",
"title": "Unknown",
"trace": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"schema": {
"type": "<string>"
},
"value": "<unknown>"
}
]
}Authorizations
Query Parameters
Maximum number of results to return per page.
Required range:
1 <= x <= 100Was this page helpful?
⌘I