-
Notifications
You must be signed in to change notification settings - Fork 2
GET /adjunctQueue/ endpoints #1158
Copy link
Copy link
Open
Labels
APIhttps://dlcs-book.readthedocs.io/en/latest/https://dlcs-book.readthedocs.io/en/latest/adjunctsTickets that relate to "adjuncts" functionality to store additional linked files to an asset.Tickets that relate to "adjuncts" functionality to store additional linked files to an asset.
Milestone
Metadata
Metadata
Assignees
Labels
APIhttps://dlcs-book.readthedocs.io/en/latest/https://dlcs-book.readthedocs.io/en/latest/adjunctsTickets that relate to "adjuncts" functionality to store additional linked files to an asset.Tickets that relate to "adjuncts" functionality to store additional linked files to an asset.
Implement API endpoints for fetching adjunct batches in bulk. These all have equivalent
/queue/endpoints, with the difference being these return hydra collection ofAdjunctBatchresources.GET /customers/{customer}/adjunctQueue/batches. All adjunct batches, returning most recently created first.GET /customers/{customer}/adjunctQueue/active. Adjunct batches that contain at least one adjunct still being worked on.GET /customers/{customer}/adjunctQueue/recent. Adjunct batches that have recently completed.pageandpageSizequery parameters. Default and max page sizes are controlled by same configuration as asset batch endpoints.orderByandorderByDescendingquery parameters.Createdis the only supported field.