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

Charthop task API

The task API from Charthop — 10 operation(s) for task.

Charthop task API is one of 87 APIs that Charthop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include task. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 10 paths, and defines 14 schemas. It is described by OpenAPI 2.0, at version V1.0.0.

Requests are made against the base URL https://api.charthop.com.

12 operations 10 paths 14 schemas 3 DELETE3 GET3 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
V1.0.0
Base URL
https://api.charthop.com
Contact
Resource Areas
1

Paths & Operations 12

Across 10 paths, the API surfaces 12 operations — 3 DELETE, 3 GET, 3 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

task 12
GET
/v1/org/{orgId}/task
Return all existing tasks
findTasks 8 params → 200401
POST
/v1/org/{orgId}/task
Create a task
createTask 2 params → 201400401403404
DELETE
/v1/org/{orgId}/task/bulk-delete
Bulk delete tasks
bulkDeleteTasks 2 params → 200401
GET
/v1/org/{orgId}/task/me
Return the tasks for the current user
getMyTasks 7 params → 200401
GET
/v1/org/{orgId}/task/query
Query tasks for assessments in the organization
queryTasks 16 params → 200202400401404
POST
/v1/org/{orgId}/task/remind
Send a reminder notification for a particular task
remindTasks 2 params → 401
DELETE
/v1/org/{orgId}/task/{assessmentId}/{formId}
Delete task
removeFormFromAssessment 3 params → 401
PATCH
/v1/org/{orgId}/task/{taskId}
Update an existing task
updateTask 3 params → 204400401403404
DELETE
/v1/org/{orgId}/task/{taskId}
Delete task
deleteTask 2 params → 401
PATCH
/v1/org/{orgId}/task/{taskId}/mark-done
Mark task done
markTaskDone 2 params → 401
POST
/v1/org/{orgId}/task/{taskId}/reassign
Reassign an existing task to a different user
reassignTask 3 params → 204400401403404
PATCH
/v1/org/{orgId}/task/{taskId}/skip
Skip task
skipTask 2 params → 401

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are Task (33 properties), Process (29 properties), CreateTask (18 properties), UpdateTask (9 properties). Each schema is shown below with its type and property counts.

AccessAction
object
3 properties 1 required
Process
object
29 properties 9 required
LogData
object
4 properties 3 required
ResultsAccess
object
2 properties 1 required
UpdateTask
object
9 properties
CreateTask
object
18 properties 5 required
Task
object
33 properties 6 required
MessageChannelConfig
object
2 properties 2 required
ShareAccess
object
4 properties 1 required
Attribution
object
6 properties
ResultsTask
object
3 properties 1 required
TaskReassignRequest
object
3 properties 1 required
TaskRemindRequest
object
3 properties 1 required
ResultsData
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

charthop-task-api-openapi.yml Raw ↑

Other APIs Charthop publishes across the network.

Charthop access API
Charthop action API
Charthop ai API
Charthop ai-credit-limit API
Charthop ai-hint API
Charthop ai-prompt API
Charthop app API
Charthop appConfig API
Charthop approval API
Charthop approval-delegate API
Charthop approval-request API
Charthop assessment API