Scheduled maintenance next weekend between Saturday, May 17, 2025, 7:00am and Sunday, May 18, 11:55pm.
New parameter extract_ids
on the /Get_patients_report
endpoint. By default it is set to False
extract_ids=False
the JSON response is returned to the API and shows only the counts without listing the patients IDs.extract_ids=True
the endpoint returns a download link so that the JSON file can be downloaded. It contains the counts but also the list of all unprocessed patients IDs.