POST Exports/start
Starts an export of an inspection to Excel.
Request Information
URI Parameters
None.
Body Parameters
ExportType - "excel", "dichotomous", "studyXML", "spss" or "tableau"<br /> Facets - "sentiments" or "topics" or "all"<br /> DichotomousOptions - options for dichotomous report<br /> ExcelOptions - options for excel report
InspectionExportRequest2Name | Description | Type | Additional information |
---|---|---|---|
cxiKey | integer |
None. |
|
ExportType | ExportType |
None. |
|
Facets | Facets |
None. |
|
ExcelOptions | ExportToExcelOptions |
None. |
|
DichotomousOptions | DichotomousOptions |
None. |
Response Information
Starts an export of an inspection to Excel.
Name | Description | Type | Additional information |
---|---|---|---|
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |
taskStatusKey |
Key of export task which can be used for getting progress status of export operation |
integer |
None. |