v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01228315499.3 KB
analysis

Returns all SourceDocument IDs that match the query parameters.

post/analysis/code_frequencies

Query parameters

project_idinteger required

Request body

code_idsinteger[] required
user_idsinteger[] required
doctypesDocType[] required

Response

Successful Response

code_idinteger required

The id of the code.

countinteger required

The number of occurrences of the code.

child_countinteger required

The number of occurrences of all child codes of the code.

total_countinteger required

The total number of occurrences of the code and all its child codes.

All 228 operations