Added endpoint DELETE /documents
Document export takes only list of doc IDs
Removed paging from GET /documents
Export in BE
Added finalized annotation ID
Added info about final annotation to GET /documents
Merge branch 'features/9664-annotation-count-display' into dev Re #9664
Annotation state returned with document list info
Added endpoint for document preview
Added endpoint to get global required annotations, moved configuration to database
Added endpoint to set global required annotations
Implemented static global config, added endpoint to set req annotations per document
Code cleanup
Modified DocumentListInfo
Added of UserInfo annotating users
Added Document API related DTOs