I can search for assignees/candidateGroups by reportIDs

XMLWordPrintable

    • 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

            Assignee:
            Unassigned
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: