POST Eauditor/AIAudit/GenerateReport
Request Information
URI Parameters
None.
Body Parameters
AiAnalyzeOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| auditId | string |
None. |
|
| analyzeAllQuestions | boolean |
None. |
|
| includeGraphSuggestions | boolean |
None. |
|
| useScoreSystem | boolean |
None. |
|
| suggestionLanguage | string |
None. |
|
| ChartType | string |
None. |
|
| showSuggestionNextToEachQuestion | boolean |
None. |
|
| payload | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditId": "sample string 1",
"analyzeAllQuestions": true,
"includeGraphSuggestions": true,
"useScoreSystem": true,
"suggestionLanguage": "sample string 5",
"ChartType ": "sample string 6",
"showSuggestionNextToEachQuestion": true,
"payload": {}
}
application/xml, text/xml
Sample:
<AiAnalyzeOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.AI.Helper"> <AnalyzeAllQuestions>true</AnalyzeAllQuestions> <AuditId>sample string 1</AuditId> <ChartType>sample string 6</ChartType> <IncludeGraphSuggestions>true</IncludeGraphSuggestions> <Payload /> <ShowSuggestionNextToEachQuestion>true</ShowSuggestionNextToEachQuestion> <SuggestionLanguage>sample string 5</SuggestionLanguage> <UseScoreSystem>true</UseScoreSystem> </AiAnalyzeOptions>
multipart/form-data
Sample:
<AiAnalyzeOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.AI.Helper"><AnalyzeAllQuestions>true</AnalyzeAllQuestions><AuditId>sample string 1</AuditId><ChartType>sample string 6</ChartType><IncludeGraphSuggestions>true</IncludeGraphSuggestions><Payload /><ShowSuggestionNextToEachQuestion>true</ShowSuggestionNextToEachQuestion><SuggestionLanguage>sample string 5</SuggestionLanguage><UseScoreSystem>true</UseScoreSystem></AiAnalyzeOptions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.