<< Click to Display Table of Contents >>
GetInformation Commands - INPUT_JSON
To get the value of the input component in JSON format, use the INPUT_JSON related command below.
This command only supports e-Form.
INPUT_JSON
Get the value of the input component added to the current report in the JSON format.
INPUT_JSON_ALL
Get the value of the input component added to all reports in the JSON format.
INPUT_JSON_ALL_GROUP_BY_REPORT
Get the value of the input component added to all reports in the JSON format. However, the values are separated for each report. The value is returned by a comma delimiter. ex) {"ReportDisplayName":"Display Name","Input":{"Component FormID":"Value",...}}.
INPUT_JSON_AT=ReportIndex,PAGE_AT=PageIndex
Get the value of the input component added to the specified page of the specified report in the JSON format.
INPUT_JSON_CURRENT_PAGE
Get the value of the input component added to the current page in the JSON format.