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

Activiti Task CheckList API

Manage CheckList

Activiti Task CheckList API is one of 43 APIs that Activiti publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 3 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.4.0.

Requests are made against a single base URL, https://{host}/activiti-app.

3 operations 1 paths 5 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.4.0
Base URL
https://your-activiti-host/activiti-rest/service
Authentication
HTTP Basic
License
Resource Areas
1

Authentication & Security 1

Activiti Task CheckList API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication using valid Activiti user credentials

Paths & Operations 3

Across 1 path, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Task CheckList 3

Manage CheckList

GET
/api/enterprise/tasks/{taskId}/checklist
Retrieve Checklist added to a task
getChecklistUsingGET 1 param → 200401403404
POST
/api/enterprise/tasks/{taskId}/checklist
Create a task checklist
addSubtaskUsingPOST 1 param body → 200201401403404
PUT
/api/enterprise/tasks/{taskId}/checklist
Change the order of items on a checklist
orderChecklistUsingPUT 1 param body → 200201401403404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TaskRepresentation (28 properties), LightUserRepresentation (6 properties), ResultListDataRepresentation (4 properties), ChecklistOrderRepresentation (1 property). Each schema is shown below with its type and property counts.

ResultListDataRepresentation
object
4 properties
TaskRepresentation
object
28 properties
AbstractRepresentation
LightUserRepresentation
object
6 properties
ChecklistOrderRepresentation
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

activiti-task-checklist-api-openapi.yml Raw ↑

Other APIs Activiti publishes across the network.

Activiti Cloud Runtime Bundle API
Activiti About API
Activiti Admin Endpoints API
Activiti Admin Groups API
Activiti Admin Tenants API
Activiti Admin Users API
Activiti Alfresco API
Activiti Apps API
Activiti Apps Definition API
Activiti Apps Runtime API
Activiti Comments API
Activiti Content API