Get Recent Documents
transkribus_coll_get_recent_documentsRetrieve recently accessed documents from a collection, with support for pagination and sorting by column and direction.
Instructions
Get recently accessed documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Start index (0-based) | |
| nValues | No | Number of results (-1 for all) | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |