Pull only People with specific Application Status
Standard Integration QuestionsWe are trying to pull people that have specific status values in the Recruiting Workflow based on a last updateddate.
Is the only way to pull a list of people matching the status values using the Search API with applicantworkflow.status with the applicantworkflow.updated fields, and then passing the returned associatedprofile.id values one at a time to the People API?
Is there a more efficient way to do this type of search?