comparison 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
comparison
equal deleted inserted replaced
5549:dcbf0c776945 5553:28cc06e4859a
14 REST API 14 REST API
15 -------- 15 --------
16 16
17 * API version upgraded to 24 17 * API version upgraded to 24
18 * Added "MaximumPatientCount" in /system 18 * Added "MaximumPatientCount" in /system
19 * Added "ExtendedApiV1" if you have a DB that supports it (the default SQLite DB
20 or PostgreSQL vX.X, MySQL vX.X, ODBC vX.X).
21 - /extended-api-v1/changes now supports 2 more options: 'type' to filter
22 the changes returned by the query and 'to' to potentially cycle through
23 changes in reverse order.
24 example: /extended-api-v1/changes?type=StableStudy&to=7584&limit=100
19 25
20 Plugins 26 Plugins
21 ------- 27 -------
22 28
23 * Multitenant DICOM plugin: added support for locales 29 * Multitenant DICOM plugin: added support for locales