How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bonitasoft Delegation API

Delegate human tasks from one user (the delegator) to another (the delegate) for a bounded period and a whitelist of processes. Delegation grants the delegate visibility and execution rights on the delegator's tasks without reassigning them: ownership and the audit trail are preserved. A user can hold at most one delegation rule at a time, and a rule's status (scheduled, active, expired) is derived from its date range.Id fields are sent as numeric `int64` in request bodies but returned as strings in responses, to avoid JavaScript precision loss on large `long` values; this is intentional and documented per field.There is no `GET /API/delegation/rule/{ruleId}`: the engine does not expose a single-rule read, so fetch a rule through the search endpoint (`GET /API/delegation/rule`) filtered by `id`. This is a known API gap, not a spec omission.This Web REST API is available in **Enterprise editions only**, since version 2026.2.

Bonitasoft Delegation API is one of 76 APIs that Bonitasoft publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 3 paths, and defines 10 schemas. It is described by OpenAPI 3.2.0, at version 1.0.9.

Requests are made against a single base URL, http://localhost:8080/bonita.

5 operations 3 paths 10 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.9
Base URL
https://{subscription}.bonitacloud.com/bonita
Authentication
API Key, API Key, HTTP Bearer
License
Resource Areas
1

Authentication & Security 3

Bonitasoft Delegation API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as JSESSIONID (bonita_auth). An API key is passed in the header as X-Bonita-API-Token (bonita_token). It accepts HTTP bearer tokens (bearer_auth). By default, every request must be authenticated.

  • bonita_auth — To call the REST API, you must first log on with a user registered in the Engine database. Please refer to the [Login API](operation/login) operations section.
  • bonita_token — To call the REST API, you must first log on with a user registered in the Engine database. Please refer to the [Login API](operation/login) operations section.
  • bearer_auth — ![edition](https://img.shields.io/badge/edition-entreprise-blue) When Bonita runtime is configured for SSO with openID Connect it is possible To call the REST…

Paths & Operations 5

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

Delegation 5

Delegate human tasks from one user (the delegator) to another (the delegate) for a bounded period and a whitelist of processes. Delegation grants the delegate visibility and execu…

GET
/API/delegation/rule
Search delegation rules
searchDelegationRules 5 params → 2004014035XX
POST
/API/delegation/rule
Create or replace a delegation rule
createDelegationRule body → 2014004014035XX
PUT
/API/delegation/rule/{ruleId}
Update a delegation rule by ID
updateDelegationRuleById 1 param body → 2004004014034045XX
DELETE
/API/delegation/rule/{ruleId}
Delete a delegation rule by ID
deleteDelegationRuleById 1 param → 2044014035XX
GET
/API/delegation/task
Search delegated tasks
searchDelegatedTasks 5 params → 2004004014035XX

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are DelegatedTask (25 properties), DelegationUser (13 properties), ProcessDeploymentInfo (12 properties), DelegationRule (9 properties). Each schema is shown below with its type and property counts.

ActivationState
string
the state of the process definition (ENABLED or DISABLED)
DelegatedTask
object
A human task that a user is allowed to act on through an active delegation rule, returned by GET /API/delegation/task. The task is still assigned to the delega…
25 properties 19 required
ConfigurationState
string
the configuration state of the process (UNRESOLVED or RESOLVED)
DelegationUser
object
User embedded in a delegation rule or a delegated task (delegator, delegate or last updater). This is the engine User model serialized directly, so its field n…
13 properties 5 required
DelegationRuleCreateRequest
object
Body of POST /API/delegation/rule. Defines a new delegation rule. delegatorId is optional: when omitted it is resolved from the current session (self-service c…
5 properties 4 required
DelegationRuleUpdateRequest
object
Body of PUT /API/delegation/rule/{ruleId}. Replaces the mutable fields of an existing delegation rule. This is a full replacement, not a partial update: every…
4 properties 4 required
DelegationStatus
string
Lifecycle status of a delegation rule, derived at query time from the rule's startDate / endDate compared against the current time. There is no stored activati…
DelegationRule
object
A task delegation rule: a user (the delegator) grants another user (the delegate) the ability to see and execute the delegator's human tasks during a bounded p…
9 properties 9 required
ProcessDeploymentInfo
object
Deployment information of a process: its name, version, activation and configuration state, and deployment metadata. This is a general-purpose embedding shape,…
12 properties 5 required
Error
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bonitasoft-delegation-api-openapi.yml Raw ↑

Other APIs Bonitasoft publishes across the network.

Bonitasoft Activity API
Bonitasoft Activity Variable API
Bonitasoft Actor API
Bonitasoft Actor Member API
Bonitasoft Application API
Bonitasoft Application Menu API
Bonitasoft Application Page API
Bonitasoft Archived Activity API
Bonitasoft Archived Activity Variable API
Bonitasoft Archived Connector Instance API
Bonitasoft Archived Failure API
Bonitasoft Archived Flow Node API
Where this information came from

This is an independent, third-party profile of Bonitasoft Delegation API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.