Loans by Service Point and Date Range
GET {{baseUrl}}/circulation/loans?limit=0&query=(checkoutServicePointId == "REPLACE WITH SERVICE POINT ID" and (loanDate >= REPLACE WITH BEGINNING RANGE IN YYYY-MM-DD FORMAT* and loanDate <= REPLACE WITH ENDING RANGE IN YYYY-MM-DD FORMAT*))
NOTE: Service Point IDs can be found using one of the requests in the Tenant Information
collection.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
query | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-okapi-tenant | string | ||
x-okapi-token | string |