<< Click to Display Table of Contents >>
GetInformation Commands - MEMO_JSON
To get the text of MEMO in JSON format, use the MEMO_JSON related commands below.
This command only supports e-Form.
MEMO_JSON
Get the text of the memo added to the current report in JSON format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added.
MEMO_JSON_ALL
Get the text of the memo added to all reports in JSON format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added. However, if a memo is added to multiple reports, the memo ID is generated in the order of the report displayed in the report tree.
MEMO_JSON_ALL_GROUP_BY_REPORT
Get the text of the memo added to all reports in JSON format. However, the memo ID is separated for each report. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added. The values are returned in the form of {"ReportDisplayName":"the display name of the report","memo":{"the memo ID":"the actual text",...}} by each report with each value separated by a comma.
MEMO_JSON_AT=ReportIndex,PAGE_AT=PageIndex
Get the text of the memo added to the specified page of the specified report in JSON format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added.
MEMO_JSON_CURRENT_PAGE
Get the text of the memo added to the current page in JSON format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added.