• 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

        This is the controller panel for Smart Panels app

            [OPT-4785] I can search for assignees/candidateGroups by reportIDs

            There are no comments yet on this issue.

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: