Web-based responsive document annotation tool
activeannoservice / document / DocumentDAO / 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.