Pieces Requests (v1)

https://github.com/folio-org/mod-orders

Table of contents

Endpoint for fetching Circulation Requests for Pieces

Endpoint for fetching Circulation Requests for Pieces

/orders/pieces-requests

GET /orders/pieces-requests

Return a collection of circulation requests by Piece IDs

GET /orders/pieces-requests
Query Parameters
  • pieceIds: required (array of string)

    IDs of the pieces associated with the requests

    Example:

    [
      "7e74f1f1-f19e-482e-a02a-669fd632c5e0",
      "afd0c802-2d9c-49ed-be89-770b7ef564b5"
    ]
  • status: required (string)

    Status by which the requests should be filtered

    Example:

    Open - In transit