/
Reporting
Reporting
POST | /congree/api/Reporting/v1/Linguistic | Stores the Language Check Report. |
The report should be included in the body in following form:
DocumentId - is guid which uniquely identifies the document.
Request body
{ "DocumentRuleSet": "string", "DocumentId": "00000000-0000-0000-0000-000000000000", "TotalCheckedWords": 0, "ReleaseLevel": 0, "RelativeReleaseLevel": 0, "ErrorData": [ { "ErrorType": "Abbreviation", "ErrorCount": 0, "ErrorSeverity": 0 } ] }
You can build report based on the response of linguistic check with parameter "IncludeReporting": true.
, multiple selections available,
Related content
Reporting Manager
Reporting Manager
More like this
Reporting Manager – Reports
Reporting Manager – Reports
More like this
Storing a paragraph related report
Storing a paragraph related report
More like this
Language Check Report
Language Check Report
More like this
Release 021: Congree Authoring Server Release Notes - 2024-10-30 - Linguistic Update
Release 021: Congree Authoring Server Release Notes - 2024-10-30 - Linguistic Update
More like this
Checking a Document
Checking a Document
More like this