ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document / DocumentDAO / findForExport

findForExport

suspend fun findForExport(projectID: String, includeUnfinished: Boolean, documentIDs: List<String>, timestamp: Long?): List<Document>

Get all documents for an export for a projectID with options to also include unfinished documents, limit it to a list of documentIDs and/or only return documents newer than a timestamp. If unfinished documents are included, the annotation timestamp will be used, else the finalizedAnnotation timestamp.