We 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?
Also what is the limit for the length of person.idCSV?
Based on the information you shared above, the search you described in your 2nd paragraph sounds like the most effective approach. If you share more context about the problem you're solving, I can provide my input on alternative solutions.
Based on the information you shared above, the search you described in your 2nd paragraph sounds like the most effective approach. If you share more context about the problem you're solving, I can provide my input on alternative solutions.
I'm not aware of a limit on person.idCSV.