Get Recent in Collection
transkribus_coll_get_recentRetrieve recently accessed items from a collection. Specify collection ID and optionally set index, result count, and sort order.
Instructions
Get recently accessed items in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| 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 |