Skip to main content
Skip table of contents

Changelog Check API 2.5.1 to 2.5.2

Since version 2.5.0, non-compliant URL routes have appeared in the Swagger definition. These will be removed again with hotfix 2.5.2.

OData-Routes with the format /odata/v1/Entity/{key} are no longer supported. Please use the route /odata/v1/Entity({key}) instead.

The following is a detailed list of the affected endpoints:

DELETE /odata/v1/Categories/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Categories({key}) instead

GET /odata/v1/Categories/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Categories({key}) instead

PATCH /odata/v1/Categories/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Categories({key}) instead

PUT /odata/v1/Categories/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Categories({key}) instead

POST /odata/v1/Categories/{key}/Default.Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Categories({key})/Duplicate instead

POST /odata/v1/Categories/{key}/Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Categories({key})/Duplicate instead

DELETE /odata/v1/CategoryDependencies/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/CategoryDependencies({key}) instead

GET /odata/v1/CategoryDependencies/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/CategoryDependencies({key}) instead

PATCH /odata/v1/CategoryDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/CategoryDependencies({key}) instead

PUT /odata/v1/CategoryDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/CategoryDependencies({key}) instead

DELETE /odata/v1/ChecklistDatas/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/ChecklistDatas({key}) instead

GET /odata/v1/ChecklistDatas/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/ChecklistDatas({key}) instead

PATCH /odata/v1/ChecklistDatas/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/ChecklistDatas({key}) instead

PUT /odata/v1/ChecklistDatas/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/ChecklistDatas({key}) instead

POST /odata/v1/ChecklistDatas/{key}/Default.GetAttachments UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetAttachments instead

POST /odata/v1/ChecklistDatas/{key}/Default.GetDocument UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetDocument instead

POST /odata/v1/ChecklistDatas/{key}/Default.GetTasks UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetTasks instead

POST /odata/v1/ChecklistDatas/{key}/GetAttachments UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetAttachments instead

POST /odata/v1/ChecklistDatas/{key}/GetDocument UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetDocument instead

POST /odata/v1/ChecklistDatas/{key}/GetTasks UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/ChecklistDatas({key})/GetTasks instead

DELETE /odata/v1/ChecklistItemDatas/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/ChecklistItemDatas({key}) instead

GET /odata/v1/ChecklistItemDatas/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/ChecklistItemDatas({key}) instead

PATCH /odata/v1/ChecklistItemDatas/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/ChecklistItemDatas({key}) instead

PUT /odata/v1/ChecklistItemDatas/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/ChecklistItemDatas({key}) instead

DELETE /odata/v1/ChecklistPermissionGroups/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/ChecklistPermissionGroups({key}) instead

GET /odata/v1/ChecklistPermissionGroups/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/ChecklistPermissionGroups({key}) instead

PATCH /odata/v1/ChecklistPermissionGroups/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/ChecklistPermissionGroups({key}) instead

PUT /odata/v1/ChecklistPermissionGroups/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/ChecklistPermissionGroups({key}) instead

DELETE /odata/v1/Checklists/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Checklists({key}) instead

GET /odata/v1/Checklists/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Checklists({key}) instead

PATCH /odata/v1/Checklists/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Checklists({key}) instead

PUT /odata/v1/Checklists/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Checklists({key}) instead

POST /odata/v1/Checklists/{key}/Default.Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/Duplicate instead

POST /odata/v1/Checklists/{key}/Default.OrderCategories UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderCategories instead

POST /odata/v1/Checklists/{key}/Default.OrderCategoryGroups UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderCategoryGroups instead

POST /odata/v1/Checklists/{key}/Default.OrderGroupItems UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderGroupItems instead

POST /odata/v1/Checklists/{key}/Default.OrderItemValues UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderItemValues instead

POST /odata/v1/Checklists/{key}/Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/Duplicate instead

POST /odata/v1/Checklists/{key}/OrderCategories UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderCategories instead

POST /odata/v1/Checklists/{key}/OrderCategoryGroups UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderCategoryGroups instead

POST /odata/v1/Checklists/{key}/OrderGroupItems UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderGroupItems instead

POST /odata/v1/Checklists/{key}/OrderItemValues UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Checklists({key})/OrderItemValues instead

DELETE /odata/v1/CompanyConfigurations/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/CompanyConfigurations({key}) instead

GET /odata/v1/CompanyConfigurations/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/CompanyConfigurations({key}) instead

PATCH /odata/v1/CompanyConfigurations/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/CompanyConfigurations({key}) instead

PUT /odata/v1/CompanyConfigurations/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/CompanyConfigurations({key}) instead

DELETE /odata/v1/Configurations/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Configurations({key}) instead

GET /odata/v1/Configurations/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Configurations({key}) instead

PATCH /odata/v1/Configurations/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Configurations({key}) instead

PUT /odata/v1/Configurations/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Configurations({key}) instead

DELETE /odata/v1/GroupDependencies/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/GroupDependencies({key}) instead

GET /odata/v1/GroupDependencies/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/GroupDependencies({key}) instead

PATCH /odata/v1/GroupDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/GroupDependencies({key}) instead

PUT /odata/v1/GroupDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/GroupDependencies({key}) instead

DELETE /odata/v1/Groups/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Groups({key}) instead

GET /odata/v1/Groups/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Groups({key}) instead

PATCH /odata/v1/Groups/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Groups({key}) instead

PUT /odata/v1/Groups/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Groups({key}) instead

POST /odata/v1/Groups/{key}/Default.Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Groups({key})/Duplicate instead

POST /odata/v1/Groups/{key}/Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Groups({key})/Duplicate instead

DELETE /odata/v1/ItemDependencies/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/ItemDependencies({key}) instead

GET /odata/v1/ItemDependencies/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/ItemDependencies({key}) instead

PATCH /odata/v1/ItemDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/ItemDependencies({key}) instead

PUT /odata/v1/ItemDependencies/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/ItemDependencies({key}) instead

DELETE /odata/v1/ItemValues/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/ItemValues({key}) instead

GET /odata/v1/ItemValues/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/ItemValues({key}) instead

PATCH /odata/v1/ItemValues/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/ItemValues({key}) instead

PUT /odata/v1/ItemValues/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/ItemValues({key}) instead

DELETE /odata/v1/Items/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Items({key}) instead

GET /odata/v1/Items/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Items({key}) instead

PATCH /odata/v1/Items/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Items({key}) instead

PUT /odata/v1/Items/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Items({key}) instead

POST /odata/v1/Items/{key}/Default.Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Items({key})/Duplicate instead

POST /odata/v1/Items/{key}/Duplicate UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Items({key})/Duplicate instead

DELETE /odata/v1/SendMails/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/SendMails({key}) instead

GET /odata/v1/SendMails/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/SendMails({key}) instead

PATCH /odata/v1/SendMails/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/SendMails({key}) instead

PUT /odata/v1/SendMails/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/SendMails({key}) instead

GET /odata/v1/Tags/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Tags({key}) instead

DELETE /odata/v1/Templates/{key} UPDATED

  • api path removed without deprecation

  • use DELETE /odata/v1/Templates({key}) instead

GET /odata/v1/Templates/{key} UPDATED

  • api path removed without deprecation

  • use GET /odata/v1/Templates({key}) instead

PATCH /odata/v1/Templates/{key} UPDATED

  • api path removed without deprecation

  • use PATCH /odata/v1/Templates({key}) instead

PUT /odata/v1/Templates/{key} UPDATED

  • api path removed without deprecation

  • use PUT /odata/v1/Templates({key}) instead

POST /odata/v1/Templates/{key}/Default.Editor UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Templates({key})/Editor instead

POST /odata/v1/Templates/{key}/Editor UPDATED

  • api path removed without deprecation

  • use POST /odata/v1/Templates({key})/Editor instead

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.