Multiple Finders on REST API Call
Summary
I'm wondering if it's possible to have multiple types of finders on the same API callContent
I am trying to get back a filtered list of users from the REST API, and it looks like an easy way to do this would be with finders. However on the finders for public workers, the 3 fields I want are split between two finders. Is it possible to use more than one? For reference I am trying to filter on DisplayName on findByWorkerAttr and PersonId and AssignmentId from findReports.
Tagged:
0