Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-4510 New Dashboard Filter: Assignee, Candidates
  3. OPT-4785

I can search for assignees/candidateGroups by reportIDs

    XMLWordPrintable

Details

    • Not defined

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce