docprocessing

Get all SourceDocumentStatusDetailed for the Project with the given ID by status

post/docprocessing/project/{proj_id}/search

Path parameters

proj_idinteger required

Query parameters

doctype'text' | 'image' | 'video' | 'audio' required
pageinteger required
page_sizeinteger required

Request body

columnstring required
direction'asc' | 'desc' required

Sort direction. apply appends .nulls_last() so rows missing a value sink to the bottom regardless of direction.

Response

Successful Response

total_resultsinteger required

Total number of sdocs in the project

Changes