APIs that give you full control.
Generate Excel files from JSON\XML\Collections, create BarCodes, export HTML5 data management controls to the format of your choice, perform CRUD operation on cloud storage. With these powerful Web APIs, you can generate excel files from different data sources, split, manipulate and merge excel files, create barcodes on the fly, analyse huge datasets, store, retrieve, delete files on the cloud. The possibilities are limited only by the developer’s imagination.
GET
/api/excel
Generate from dataset\collection
Description
Generate excel file from dataset\collection configured on server.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
GET
/api/excel
Generate from XML
Description
Generate excel file from XML file available in storage.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
GET
/api/excel
Convert between different formats
Description
Convert excel file available in storage into different format.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
POST
/api/excel
Generate from XML
Description
Generate excel file from XML file posted from client.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
POST
/api/excel
Generate from JSON
Description
Generate excel file from JSON data posted from client.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
POST
/api/excel
Convert between different formats
Description
Convert excel file into different format.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
GET
/api/excel/merge
Description
Merge multiple excel files available in file storage.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
POST
/api/excel/merge
Description
Merge multiple files posted from client.Parameters
Request Url
Show Json Data by FlexGrid
Show XML Data
Response Schema
{ "creator": "", "created": "", "lastModifiedBy": "", "modified": "", "activeWorksheet": "", "styles": [ { "formatCode": "", "font": { "family": "", "size": "", "bold": "", "italic": "", "underline": "", "strikethrough": "", "color": "" }, "hAlign": "", "vAlign": "", "indent": "", "textRotation": "", "textDirection": "", "border": { "top": { "color": "", "type": "" }, "bottom": { }, "left": { }, "right": { } }, "fill": { "color": "", "pattern": "" }, "wrapText": "", "shrinkToFit": "", "locked": "" } ], "sheets": [ { "name": "", "frozenPane": "", "cols": [ { "width": "", "visible": "", "style": { }, "autoWidth": "" } ], "rows": [ { "height": "", "visible": "", "groupLevel": "", "style": { }, "cells": [ { "value": "", "formula": "", "style": "0", "colSpan": "", "rowSpan": "" } ] } ] } ] }
GET
/api/excel/{excel path}/split
Description
Split an excel file from storage to multiple excel files and save it into storage.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": ["string"] }
GET
/api/excel/{excel path}/{sheet name}/find
Description
Find text in excel, return all matches info.Parameters
Request Url
Response Data
Response Schema
{ "success": true, "message: "", "data": [ { "sheetName": "Sheet1", "rowIndex": 0, "columnIndex": 0, "startIndex": 0 } ] }
GET
/api/excel/{excel path}/{sheet name}/replace
Description
Replace text in excel.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": { "replaceCount": 0 } }
POST
/api/excel/{excel path}/{sheet name}/rows/{row index}
Description
Add rows.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
PUT
/api/excel/{excel path}/{sheet name}/rows/{row indexes}
Description
Update rows, you can use this API to hide/unhide group/ungroup rows.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
DELETE
/api/excel/{excel path}/{sheet name}/rows/{row indexes}
Description
Delete rows.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
POST
/api/excel/{excel path}/{sheet name}/columns/{column index}
Description
Add columns.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
PUT
/api/excel/{excel path}/{sheet name}/columns/{column indexes}
Description
Update columns, you can use this API to hide/unhide group/ungroup columns.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
DELETE
/api/excel/{excel path}/{sheet name}/columns/{column indexes}
Description
Delete columns.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true, "message: "", "data": null }
POST
/api/storage/{path}
Description
Upload a file to storage.Parameters
Request Url
Response Data
View Files:
Response Schema
{ "success": true }
DELETE
/api/storage/{path}
Description
Delete a file from storage.Parameters
Request Url
Response Data
Response Schema
{ "success": true }
GET
/api/storage/List/{path}
Description
List all files, folders from target folder.Parameters
Request Url
Response Data
Response Schema
{ "success": true }
GET
/api/report/{folder path}
Description
Gets the report list in the specified folder path.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "path": "string", "type": 0, "items": [{ }] } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$report
Description
Gets the info of the specified report.Parameters
Headers
Response Data
Response Schema
{ "path": "string", "hasParameters": false, "pageSettings": { "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 1 }, "parametersLocation": "string", "pageSettingsLocation": "string", "supportedFormatsLocation": "string", "creationLocation": "string" }
Response Messages
GET
/api/report/{folder path}/{report name}/$report/pagesettings
Description
Gets the default page settings defined in the specified report.Parameters
Headers
Response Data
Response Schema
{ "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 1 }
Response Messages
GET
/api/report/{folder path}/{report name}/$report/parameters
Description
Get all the parameters defined in the report.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$report/parameters/{parameter name}
Description
Get specified parameter defined in the report.Parameters
Headers
Response Data
Response Schema
{ "name": "string", "dataType": 0, "nullable": false, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": false, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 }
Response Messages
GET
/api/report/{folder path}/{report name}/$report/supportedformats
Description
Get all the supported export formats.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "format": "string", "optionDescriptions": [ { "name": "string", "type": "string", "nullable": true, "defaultValue": "string", "allowedValues": ["string"] } ] } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$report/supportedformats/{supported format}
Description
Get specified supported format.Parameters
Headers
Response Data
Response Schema
{ "name": "string", "format": "string", "optionDescriptions": [ { "name": "string", "type": "string", "nullable": false, "defaultValue": "string", "allowedValues": ["string"] } ] }
Response Messages
GET
/api/report/{folder path}/{report name}/$report/export
Description
Render and export the report to the specified export filter with options and the specified page settings or/and parameters.Parameters
Headers
Response Schema
[file stream]
Response Messages
POST
/api/report/{folder path}/{report name}/$report/export
Description
Render and export the report to the specified export filter with options and the specified page settings or/and parameters.Parameters
Headers
Response Schema
[file stream]
Response Messages
POST
/api/report/{folder path}/{report name}/$instances
Description
Creates new report instance from the specified report.Parameters
Headers
Response Data
Response Schema
{ "id": "string", "hasParameters": false, "parametersLocation": "string", "status": { "expiredDateTime": "string", "hasOutlines": false, "status": "string", "errorList": [], "progress": 0, "pageCount": 0 }, "loadedDateTime": "string", "expiredDateTime": "string", "path": "string", "pageSettings": { "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 1 }, "features": { "nonPaginated": false, "paginated": true, "textSearchInPaginatedMode": true, "pageSettings": true }, "outlinesLocation": "string", "statusLocation": "string", "pageSettingsLocation": "string", "featuresLocation": "string", "supportedFormatsLocation": "string" }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}
Description
Gets the info of the report instance with the specified instance id.Parameters
Headers
Response Data
Response Schema
{ "id": "string", "hasParameters": false, "parametersLocation": "string", "status": { "expiredDateTime": "string", "hasOutlines": false, "status": "string", "errorList": [], "progress": 0, "pageCount": 0 }, "loadedDateTime": "string", "expiredDateTime": "string", "path": "string", "pageSettings": { "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "720tw", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 1 }, "features": { "nonPaginated": false, "paginated": true, "textSearchInPaginatedMode": true, "pageSettings": true }, "outlinesLocation": "string", "statusLocation": "string", "pageSettingsLocation": "string", "featuresLocation": "string", "supportedFormatsLocation": "string" }
Response Messages
POST
/api/report/{folder path}/{report name}/$instances/{instance id}/render
Description
Renders the report instance with the specified instance id.Parameters
Headers
Response Data
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/status
Description
Gets the status of the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
{ "expiredDateTime": "string", "hasOutlines": false, "status": "string", "errorList": [], "progress": 0, "pageCount": 0 }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/parameters
Description
Gets the parameters in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 } ]
Response Messages
PUT
/api/report/{folder path}/{report name}/$instances/{instance id}/parameters
Description
Updates all parameter values in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 } ]
Response Messages
PATCH
/api/report/{folder path}/{report name}/$instances/{instance id}/parameters
Description
Updates specified parameter values in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/parameters/{parameterName}
Description
Gets the parameter with specified name in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
{ "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 }
Response Messages
PUT
/api/report/{folder path}/{report name}/$instances/{instance id}/parameters/{parameterName}
Description
Updates the value of parameter with specified name in the report instance with specified instance if.Parameters
Headers
Response Data
Response Schema
{ "name": "string", "dataType": 0, "nullable": true, "allowedValues": [ { "key": "string", "value": "string" } ], "value": { }, "hidden": true, "multiValue": true, "prompt": "string", "error": "string", "allowBlank": true, "maxLegnth": 0 }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/pagesettings
Description
Gets the current page settings in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
{ "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 0 }
Response Messages
PUT
/api/report/{folder path}/{report name}/$instances/{instance id}/pagesettings
Description
Updates all page settings properties in the report instance with specified instance id.PageSettings
Headers
Response Data
Response Schema
{ "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 0 }
Response Messages
PATCH
/api/report/{folder path}/{report name}/$instances/{instance id}/pagesettings
Description
Updates the specified page settings properties in the report instancce with specified instance id.PageSettings
Headers
Response Data
Response Schema
{ "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 0 }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/supportedformats
Description
Get all the supported export formats.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "format": "string", "optionDescriptions": [ { "name": "string", "type": "string", "nullable": true, "defaultValue": "string", "allowedValues": ["string"] } ] } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/supportedformats/{format name}
Description
Gets the export format with specified name supported by the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
{ "name": "string", "format": "string", "optionDescriptions": [ { "name": "string", "type": "string", "nullable": false, "defaultValue": "string", "allowedValues": ["string"] } ] }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/features
Description
Gets the features supported by the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
{ "nonPaginated": false, "paginated": true, "textSearchInPaginatedMode": true, "pageSettings": true }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/export
Description
Exports the report instance with specified instance id into report filter with options.Parameters
Headers
Response Schema
[file stream]
Response Messages
POST
/api/report/{folder path}/{report name}/$instances/{instance id}/export
Description
Exports the report instance with specified instance id into report filter with options.Parameters
Headers
Response Schema
[file stream]
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/outlines
Description
Gets all outlines in the report instance with specified instance id.Parameters
Headers
Response Data
Response Schema
[ { "caption": "string", "children": [{ }], "level": 0, "target": "string" } ]
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/bookmarks/{bookmark name}
Description
Gets the bookmark with specified name in the report instance with specified instance id.Parameters
(Please render report first)
Headers
Response Data
Response Schema
{ "pageBounds": { "x": 0, "y": 0, "width":0, "height": 0 }, "pageIndex": 0 }
Response Messages
GET
/api/report/{folder path}/{report name}/$instances/{instance id}/search
Description
Get the search result of the report with specified instance id, please ensure that the report has been rendered.Parameters
Headers
Response Data
Response Schema
[ { "nearText": "string", "positionInNearText": 0, "boundsList": [ { "x": 0, "y": 0, "width": 0, "height": 0 } ], "pageIndex": 0 } ]
Response Messages
POST
/api/report/{folder path}/{report name}/$instances/{instance id}/stop
Description
Stop the current rendering.Parameters
Headers
Response Data
Response Schema
{ "expiredDateTime": "string", "hasOutlines": false, "status": "string", "errorList": [], "progress": 0, "pageCount": 0 }
Response Messages
DELETE
/api/report/{folder path}/{report name}/$instances/{instance id}
Description
Delete the instance.Parameters
Headers
Response Data
Response Messages
GET
/api/barcode
Description
API to generate barcodeParameters
Bacis Settings
QRCode Settings
PDF417 Settings
Code49 Settings
RssExpandedStacked Settings
MicroPDF417 Settings
Code25intlv Settings
GS1Composite Settings
Ean128Fnc1 Settings
DataMatrix Settings
Request Url
Barcode
GET
/api/dataengine/{datasource}/fields
Description
Gets all the fields in the data.Parameters
Headers
Response Data
Response Schema
[ { "header": "", "binding": "", "dataType": //a number value indicates the data type of the field "dimensionType": //the dimension type of the field "subFields": []//the child fields }, ... ]
Response Messages
GET
/api/dataengine/{datasource}?[skip=n&top=m]
Description
Get the raw data. It is not supported when connecting cube data.Parameters
Headers
Response Data
Response Schema
{ "value": [...] //the data item array "totalCount": //the total count of the raw data without paging. }
Response Messages
POST
/api/dataengine/{datasource}
Description
Get a list of objects in the raw data source that define the content of a specific cell in the output table. It is not supported when connecting cube data.Parameters
Headers
Response Data
Response Schema
{ "value": [...] //the data item array "totalCount": //the total count of the detail data without paging. }
Response Messages
POST
/api/dataengine/{datasource}/fields/{fieldname}/uniquevalues
Description
Get the unique values of a field. It is not supported when connecting cube data.Parameters
Headers
Response Data
Response Schema
[...] //the unique value list array.
Response Messages
POST
/api/dataengine/{datasource}/analyses
Description
Analyze the data from the specified data source.Parameters
Headers
Response Data
Response Schema
{ "token": "" "status": { executingStatus: ""//Five possible status: "NotSet", "Executing", "Exception", "Completed" and "Cancelled". "progress": //a number value indicates the analysis progress. } "result":[...] //the aggregated result data. If the analysis finished normally, it returns the result data. Otherwise, it is null. }
Response Messages
GET
/api/dataengine/{datasource}/analyses/{token}/status
Description
Get the status of the analysis.Parameters
Headers
Response Data
Response Schema
{ "status": "" "progress": //a number value indicates the analysis progress. }
Response Messages
GET
/api/dataengine/{datasource}/analyses/{token}/result
Description
Get the analysis result data.Parameters
Headers
Response Data
Response Schema
[...] //the aggregated data list
Response Messages
GET
/api/dataengine/{datasource}/analyses/{token}
Description
Get the analysis information.Parameters
Headers
Response Data
Response Schema
{ "token": "" "status": { executingStatus: ""//Five possible status: "NotSet", "Executing", "Exception", "Completed" and "Cancelled". "progress": //a number value indicates the analysis progress. } "result":[...] //the aggregated result data. If the analysis finished normally, it returns the result data. Otherwise, it is null. }
Response Messages
DELETE
/api/dataengine/{datasource}/analyses/{token}
Description
Clear the analysis.Parameters
Headers
Response Data
Response Schema
No content.
Response Messages
GET
/api/pdf/{pdf path}/$pdf
Description
Get the execution info of the specified pdf.Parameters
Headers
Response Data
Response Schema
{ "loadedDateTime": "2016/12/23 13:32:44", "expiredDateTime": "2016/12/23 14:04:05", "path": "string", "pageSettings": { "paginated": true, "height": "string", "width": "string", "topMargin": "string", "leftMargin": "string", "rightMargin": "string", "bottomMargin": "string", "landscape": false, "paperSize": 0 }, "features": { "nonPaginated": false, "paginated": true, "textSearchInPaginatedMode": false, "pageSettings": false }, "status": { "expiredDateTime": "2016/12/23 14:04:05", "hasOutlines": false, "status": "string", "errorList": [], "progress": 1, "pageCount": 1 }, "statusLocation": "string", "featuresLocation": "string" }
Response Messages
GET
/api/pdf/{pdf path}/$pdf/status
Description
Get the status of the specified pdf.Parameters
Headers
Response Data
Response Schema
{ "expiredDateTime": "2016/12/23 14:30:12", "hasOutlines": false, "status": "string", "errorList": [], "progress": 0, "pageCount": 0 }
Response Messages
GET
/api/pdf/{pdf path}/$pdf/supportedformats
Description
Get all the supported export formats.Parameters
Headers
Response Data
Response Schema
[ { "name": "string", "format": "string", "optionDescriptions": [ { "name": "string", "type": "string", "nullable": true, "defaultValue": "string", "allowedValues": ["string"] } ] } ]
Response Messages
GET
/api/pdf/{pdf path}/$pdf/features
Description
Get all the supported features.Parameters
Headers
Response Data
Response Schema
{ "nonPaginated": false, "paginated": true, "textSearchInPaginatedMode": false, "pageSettings": false }
Response Messages
GET
/api/pdf/{pdf path}/$pdf/export
Description
Export the pdf to the specified format with options.Parameters
Headers
Response Schema
[file stream]
Response Messages
POST
/api/pdf/{pdf path}/$pdf/export
Description
Export the pdf to the specified format with options in body.Parameters
Headers
Response Schema
[file stream]
Response Messages
GET
/api/pdf/{pdf path}/$pdf/search
Description
Gets the rearch result in the pdf document source instance with specified path.Parameters
Headers
Response Data
Response Schema
[ { "nearText": "string", "positionInNearText": 0, "boundsList": [ { "x": 0, "y": 0, "width": 0, "height": 0 } ], "pageIndex": 0 } ]