Table of Contents

SYSTEM API Changes

Warning

Some API changes are not backward compatible

A more detailed breakdown for the individual changes can be viewed here

==========================================================================
==                            API CHANGE LOG                            ==
==========================================================================
                     On Key SYSTEM  API Specification                     
--------------------------------------------------------------------------
--                              What's New                              --
--------------------------------------------------------------------------
- GET    /Modules/SYSTEM/Options/ReportServerEntities/{id}
- DELETE /Modules/SYSTEM/Options/ReportServerEntities/{id}
- PATCH  /Modules/SYSTEM/Options/ReportServerEntities/{id}
- GET    /Modules/SYSTEM/Options/ReportServerEntities
- POST   /Modules/SYSTEM/Options/ReportServerEntities
- GET    /Modules/SYSTEM/Options/ReportServerEntities/Lookups/LookupSystemOptionReportServerEntityReportServerTag
- GET    /Modules/SYSTEM/Options/ReportServerEntities/Batch/{ids}
- POST   /Modules/SYSTEM/Options/ReportServerEntities/Batch
- DELETE /Modules/SYSTEM/Options/ReportServerEntities/Batch
- PATCH  /Modules/SYSTEM/Options/ReportServerEntities/Batch

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- GET    /Modules/SYSTEM/Options
  Return Type:
    - Changed 200 OK
      Media types:
        - Changed application/vnd.onkey.entity+json
          Schema: Broken compatibility
          Missing property: properties.mergeDetailsOnDuplicateTasks (boolean)
- GET    /Modules/SYSTEM/Options/Modules/WM
  Return Type:
    - Changed 200 OK
      Media types:
        - Changed application/vnd.onkey.entity+json
          Schema: Broken compatibility
          Missing property: properties.mergeDetailsOnDuplicateTasks (boolean)
- GET    /Modules/SYSTEM/Options/PageLimits/Lookups/LookupSystemOptionPageLimitResourceAction
  Parameter:
    - Changed EntityType in query
- GET    /Modules/SYSTEM/Options/ReferenceDataViewPermissions/Lookups/LookupSystemOptionReferenceDataViewPermissionProperty
  Parameter:
    - Changed EntityType in query
--------------------------------------------------------------------------
--                                Result                                --
--------------------------------------------------------------------------
                 API changes broke backward compatibility                 
--------------------------------------------------------------------------