This article logs changes made in the REST Web Service API.
v2021.2.0
- pdfsnapshot added as one of the export file types for the /rest/Reports/Execute/ endpoint, to support Dashboard PDF Snapshots
v2021.1.1
- The new /rest/SchedulesV2/ endpoints replace the /rest/Schedules/ endpoints.
v2021.1.0
- Reports may now be loaded with their ID in lieu of their report path.
- The
Id
property of the Report JSON object in /rest/Sessions/ is now writable so that a report can be called by its ID
- The
- The following properties were added to the Node JSON object in /rest/Reports/List:
content_id
content_type
report_type
access_flags
v2020.1.13
- The new /rest/SchedulesV2/ endpoints replace the /rest/Schedules/ endpoints.
v2020.1.0
- New StorageMgmt endpoint added for the configuration of Storage Management settings and identity keys.
v2019.2.29
- The new /rest/SchedulesV2/ endpoints replace the /rest/Schedules/ endpoints.
v2019.2.0
- New Schedules endpoints added.
v2019.1.13
- POST method added to /rest/Entities/{Id}/Fields/{Field Id}
- SchemaAccessType property added to the Entities object.
- The following properties were added to /Entities/{Id}/Fields:
- Value
- Description
- ColumnSource
- SortAndGroupBy
- The IsFilterable property was renamed Filterable in /entities/{Id}/fields.
v2018.1.1
- Added Batch endpoint.
v2018.1
- AllowReportCustomSQLObjects property added to Roles/Settings endpoint.
- The following properties were added to the Settings endpoint:
- DbRowLimitParamName
- DbRowRangeStartParamName
- DbRowRangeEndParamName
- ExpressviewJoinAlgorithm
- ExcludeDataSourcesReportCustomSQL
- LoadAssemblyInExternalDomain
v2017.2
- The MinArgs and MaxArgs properties of Functions endpoints were deprecated, and are no longer readable or writeable.
- Data Field resource can now specify whether fields support only static or only dynamic filters.
v2017.1.2
- Parameters property added to Entities endpoint.
v2017.1
- IsShowAdvancedReports property added to Settings endpoint. This is the same as IsShowStandardReports.
v2016.3.4
- New API Action types added to Sessions endpoint: ScheduleReport, ScheduledReportsManager, NewExpressView.
- Report Load Errors property added to ReportSettings object of Sessions endpoint.
- More config settings now available through Settings endpoint.
- Direct execution of reports via Reports/Execute endpoint now supports Pdf, Rtf and Excel for all reports, and JSON for Standard and Express reports.
v2016.3.3
- Added the ability to add and modify filters on the active report.