GetFormattedText

 

Description

Reformats an HTML formatted text. This API call is used when editing Note and Annotation text.

Method Type

POST

URL

api/annotation/text

Parameters

Name

Type

Description

Text

String

HTML formatted text.

Response Type

JSON (JsonResult)

Return values

{

base64 (HTML String)

}

 

Programming notes

None

 

Example

None

 

Requirements