Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Restricts to identity links that have the given type (candidate/assignee/owner).
Restricts to identity links that have the given user id.
Restricts to identity links that have the given group id.
Restricts to identity links that have the time before the given time.
Restricts to identity links that have the time after the given time.
Restricts to identity links that have the given task id.
Restricts to identity links that have the given process definition id.
Restricts to identity links that have the given process definition key.
Restricts to identity links that have the given operationType (add/delete).
Restricts to identity links that have the given assigner id.
Filter by a comma-separated list of tenant ids.
Only include historic identity links that belong to no tenant. Value may only be
true, as false is the default behavior.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
time, type, userId, groupId, taskId, processDefinitionId, processDefinitionKey, operationType, assignerId, tenantId Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Response
Request successful.
Id of the Historic identity link entry.
The time when the identity link is logged.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The type of identity link (candidate/assignee/owner).
The id of the user/assignee.
The id of the group.
The id of the task.
The id of the process definition.
The key of the process definition.
Type of operation (add/delete).
The id of the assigner.
The id of the tenant.
The time after which the identity link should be removed by the History Cleanup job.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The process instance id of the root process instance that initiated the process containing this identity link.