Activiti User Filters 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 4 paths, the API surfaces 12 operations — 2 DELETE, 4 GET, 2 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are TaskFilterRepresentation (9 properties), UserProcessInstanceFilterRepresentation (7 properties), UserTaskFilterRepresentation (7 properties), ProcessInstanceFilterRepresentation (6 properties). Each schema is shown below with its type and property counts.
ResultListDataRepresentation
object
4 properties
AbstractRepresentation
UserTaskFilterRepresentation
object
7 properties
UserFilterOrderRepresentation
object
2 properties
ProcessInstanceFilterRepresentation
object
6 properties
TaskFilterRepresentation
object
9 properties
UserProcessInstanceFilterRepresentation
object
7 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.