Mercurial > hg > orthanc
diff NEWS @ 5553:28cc06e4859a large-queries
Added ExtendedApiV1: /changes
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 11 Apr 2024 19:02:20 +0200 |
parents | dce22a789a2b |
children | 3765085693e5 |
line wrap: on
line diff
--- a/NEWS Fri Mar 29 23:23:01 2024 +0100 +++ b/NEWS Thu Apr 11 19:02:20 2024 +0200 @@ -16,6 +16,12 @@ * API version upgraded to 24 * Added "MaximumPatientCount" in /system +* Added "ExtendedApiV1" if you have a DB that supports it (the default SQLite DB + or PostgreSQL vX.X, MySQL vX.X, ODBC vX.X). + - /extended-api-v1/changes now supports 2 more options: 'type' to filter + the changes returned by the query and 'to' to potentially cycle through + changes in reverse order. + example: /extended-api-v1/changes?type=StableStudy&to=7584&limit=100 Plugins -------