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 Content API

Manage Contents

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

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

This API exposes 12 operations across 9 paths, and defines 4 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.

12 operations 9 paths 4 schemas 1 DELETE5 GET6 POST

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 Content 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 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 5 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Content 12

Manage Contents

POST
/api/enterprise/content
createTemporaryRelatedContent
createTemporaryRelatedContentUsingPOST body → 200201401403404
POST
/api/enterprise/content/raw
createTemporaryRawRelatedContent
createTemporaryRawRelatedContentUsingPOST_1 1 param → 200201401403404
GET
/api/enterprise/content/{contentId}
getContent
getContentUsingGET_1 1 param → 200401403404
DELETE
/api/enterprise/content/{contentId}
deleteContent
deleteContentUsingDELETE_1 1 param → 200204401403
GET
/api/enterprise/content/{contentId}/raw
getRawContent
getRawContentUsingGET_3 1 param → 200401403404
GET
/api/enterprise/process-instances/{processInstanceId}/content
getRelatedContentForProcessInstance
getRelatedContentForProcessInstanceUsingGET 1 param → 200401403404
POST
/api/enterprise/process-instances/{processInstanceId}/content
createRelatedContentOnProcessInstance
createRelatedContentOnProcessInstanceUsingPOST 1 param body → 200201401403404
GET
/api/enterprise/process-instances/{processInstanceId}/field-content
Retrieve content attached to process instance fields
getProcessInstanceContentUsingGET 1 param → 200401403404
POST
/api/enterprise/process-instances/{processInstanceId}/raw-content
createRelatedContentOnProcessInstance
createRelatedContentOnProcessInstanceUsingPOST_1 2 params → 200201401403404
GET
/api/enterprise/tasks/{taskId}/content
Retrieve which content is attached to a task
getRelatedContentForTaskUsingGET 1 param → 200401403404
POST
/api/enterprise/tasks/{taskId}/content
To relate content (eg from Alfresco) to a task
createRelatedContentOnTaskUsingPOST 2 params body → 200201401403404
POST
/api/enterprise/tasks/{taskId}/raw-content
Upload content to a task
createRelatedContentOnTaskUsingPOST_1 3 params → 200201401403404

Schemas 4

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

RelatedContentRepresentation
object
13 properties
ResultListDataRepresentation
object
4 properties
LightUserRepresentation
object
6 properties
AbstractRepresentation

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

activiti-content-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 Rendition API