获取列表
Gets the identity links for a task by id, which are the users and groups that are in some relation to it (including assignee and owner).
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the task to retrieve the identity links for.
Query Parameters
Filter by the type of links to include.
Response
Request successful.
The type of the identity link. The value of the this property can be user-defined. The Process Engine
provides three pre-defined Identity Link types:
candidateassignee- reserved for the task assigneeowner- reserved for the task owner
Note: When adding or removing an Identity Link, the type property must be defined.
The id of the user participating in this link. Either userId or groupId is set.
The id of the group participating in this link. Either groupId or userId is set.