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.

Changes