-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
AT:
- There are two new endpoints for assignees and candidateGroups that mimic the behavior of the existing POST /api/assignee/search endpoint, but operate on a list of reportIds instead of processDefinitionKey+tenantIds
// POST /api/assignee/search/reports // Request: { "reportIds": ["reportId1", "reportId2", ...], // (required) "terms": "dem", // (optional) search terms entered by the user, when empty a result sorted by name is returned "limit": 25, // (optional) limit of records to return, default 25 } // Response: identical to POST /api/assignee/search