Hello! I am trying to use this endpoint: PatronSearch
I am retrieving a large amount of patrons (over 100,000), and there seems to be a hardcoded limit of 100,000. I plan to separate my data fetches out using the registration date to accommodate this, but I cannot figure out how the URL search param (it’s in CCL format which I am unfamiliar with) should be formatted. The endpoint will not accept:
/protected/1/{AccessToken}/search/patrons/boolean?q={ccl}
Where ccl = REGD%3D2026-01-01 or REGD%3D20260101
The above is simplified from my actual query for testing. Does anyone know how the date should be formated?