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 Admin Tenants API

Manage Tenants

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

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

This API exposes 8 operations across 4 paths, 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.

8 operations 4 paths 5 schemas 1 DELETE4 GET2 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 Admin Tenants 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 8

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

Admin Tenants 8

Manage Tenants

GET
/api/enterprise/admin/tenants
Get all tenants
getTenantsUsingGET_1 → 200401403404
POST
/api/enterprise/admin/tenants
Create a new tenant
createTenantUsingPOST_1 body → 200201401403404
GET
/api/enterprise/admin/tenants/{tenantId}
Get tenant details
getTenantUsingGET_1 1 param → 200401403404
PUT
/api/enterprise/admin/tenants/{tenantId}
Update a tenant
updateUsingPUT_1 1 param body → 200201401403404
DELETE
/api/enterprise/admin/tenants/{tenantId}
Delete a tenant
deleteTenantUsingDELETE_1 1 param → 200204401403
GET
/api/enterprise/admin/tenants/{tenantId}/events
Get tenant events
getTenantEventsUsingGET_1 1 param → 200401403404
GET
/api/enterprise/admin/tenants/{tenantId}/logo
Get tenant logo
getTenantLogoUsingGET_1 1 param → 200401403404
POST
/api/enterprise/admin/tenants/{tenantId}/logo
Update tenant logo
uploadTenantLogoUsingPOST_1 2 params → 200201401403404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TenantRepresentation (8 properties), TenantEvent (7 properties), ImageUploadRepresentation (4 properties), CreateTenantRepresentation (4 properties). Each schema is shown below with its type and property counts.

CreateTenantRepresentation
object
4 properties
TenantEvent
object
7 properties
ImageUploadRepresentation
object
4 properties
TenantRepresentation
object
8 properties
LightTenantRepresentation
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

activiti-admin-tenants-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 Users API
Activiti Alfresco API
Activiti Apps API
Activiti Apps Definition API
Activiti Apps Runtime API
Activiti Comments API
Activiti Content API
Activiti Content Rendition API