Add createdBefore Filter to Candidate and Application List Endpoints
21 days ago
candidate.listandapplication.listnow accept an optionalcreatedBeforeparameter (Unix timestamp in milliseconds) that returns only records created at or before the specified time, complementing the existingcreatedAfterfilter. Together, these parameters enable bounded date-window queries for large historical backfills.- Both endpoints now return
invalid_inputifcreatedAfteris later thancreatedBefore, or if either parameter is set to a time in the future.

