Aspose.OMR Cloud 24.4 Release Notes

What was changed

KeySummaryCategory
OMRCLOUD‑196Aspose.OMR Cloud API version 3 has been deprecated and is no longer available.Deprecation
OMRCLOUD‑196Added support for JSON markup.New feature

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OMR Cloud 24.4.0 that may affect the code of existing applications.

Added public APIs:

No changes

Updated public APIs:

The following public APIs have been improved in this release:

https://api.aspose.cloud/v5.0/omr/GenerateTemplate/PostGenerateTemplate

This method now accepts the OMR form sources in JSON markup.

Removed public APIs:

Aspose.OMR Cloud API version 3 has been deprecated and is no longer available. Use version 5 instead.

Examples

The examples below illustrate the changes introduced in this release:

Creating an answer sheet in JSON markup

{
	"element_type": "AnswerSheet",
	"elements_count": 100
}