Skip to content

GET /adjunctQueue/ endpoints #1158

@donaldgray

Description

@donaldgray

Implement API endpoints for fetching adjunct batches in bulk. These all have equivalent /queue/ endpoints, with the difference being these return hydra collection of AdjunctBatch resources.

  • Get all batches - GET /customers/{customer}/adjunctQueue/batches. All adjunct batches, returning most recently created first.
  • Get active batches - GET /customers/{customer}/adjunctQueue/active. Adjunct batches that contain at least one adjunct still being worked on.
  • Get recent batches - GET /customers/{customer}/adjunctQueue/recent. Adjunct batches that have recently completed.
  • All endpoints support paging via page and pageSize query parameters. Default and max page sizes are controlled by same configuration as asset batch endpoints.
  • All endpoints support ordering by orderBy and orderByDescending query parameters. Created is the only supported field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIhttps://dlcs-book.readthedocs.io/en/latest/adjunctsTickets that relate to "adjuncts" functionality to store additional linked files to an asset.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions