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

The Integration API from Activiti — 15 operation(s) for integration.

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

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

This API exposes 18 operations across 15 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.

18 operations 15 paths 4 schemas 1 DELETE15 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 Integration 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 18

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

Integration 18
GET
/api/enterprise/integration/alfresco-cloud/confirm-auth-request
Alfresco Cloud Authorization
confirmAuthorisationUsingGET 1 param → 200401403404
GET
/api/enterprise/integration/alfresco-cloud/networks
List Alfresco networks
getAllNetworksUsingGET → 200401403404
GET
/api/enterprise/integration/alfresco-cloud/networks/{networkId}/folders/{folderId}/content
List file & folders inside a specific folder
getContentInFolderUsingGET 2 params → 200401403404
GET
/api/enterprise/integration/alfresco-cloud/networks/{networkId}/sites
List Alfresco sites
getAllSitesUsingGET 1 param → 200401403404
GET
/api/enterprise/integration/alfresco-cloud/networks/{networkId}/sites/{siteId}/content
List file & folders inside a specific site
getContentInSiteUsingGET 2 params → 200401403404
GET
/api/enterprise/integration/alfresco/{repositoryId}/folders/{folderId}/content
List file & folders inside a specific folder
getContentInFolderUsingGET_1 2 params → 200401403404
GET
/api/enterprise/integration/alfresco/{repositoryId}/sites
List Alfresco sites
getAllSitesUsingGET_1 1 param → 200401403404
GET
/api/enterprise/integration/alfresco/{repositoryId}/sites/{siteId}/content
List file & folders inside a specific site
getContentInSiteUsingGET_1 2 params → 200401403404
GET
/api/enterprise/integration/box/confirm-auth-request
Box Authorization
confirmAuthorisationUsingGET_1 1 param → 200401403404
GET
/api/enterprise/integration/box/files
List file & folders
getFilesUsingGET 2 params → 200401403404
GET
/api/enterprise/integration/box/status
Retrieve if Box Integration is enabled
getBoxPluginStatusUsingGET → 200401403404
GET
/api/enterprise/integration/box/{userId}/account
List Box Account
getRepositoryAccountUsingGET 1 param → 200401403404
POST
/api/enterprise/integration/box/{userId}/account
Create Box account
createRepositoryAccountUsingPOST 1 param body → 200201401403404
PUT
/api/enterprise/integration/box/{userId}/account
Update Box account
updateRepositoryAccountUsingPUT 1 param body → 200201401403404
DELETE
/api/enterprise/integration/box/{userId}/account
Delete Box account
deleteRepositoryAccountUsingDELETE 1 param → 200204401403
GET
/api/enterprise/integration/google-drive/confirm-auth-request
Drive Authorization
confirmAuthorisationUsingGET_2 1 param → 200401403404
GET
/api/enterprise/integration/google-drive/files
List file & folders
getFilesUsingGET_1 3 params → 200401403404
GET
/api/enterprise/profile/accounts/alfresco
List Alfresco repositories
getRepositoriesUsingGET 2 params → 200401403404

Schemas 4

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

ResultListDataRepresentation
object
4 properties
BoxUserAccountCredentialsRepresentation
object
3 properties
UserAccountCredentialsRepresentation
object
2 properties
AbstractRepresentation

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

activiti-integration-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