In-House Use by Date Range
GET {{baseUrl}}/check-in-storage/check-ins?limit=0&query=(itemStatusPriorToCheckIn=="Available" and occurredDateTime >= "REPLACE WITH BEGINNING RANGE IN YYYY-MM-DD FORMAT*" and occurredDateTime <= "REPLACE WITH ENDING RANGE IN YYYY-MM-DD FORMAT**")
When an item is checked in, FOLIO tracks information about the check-in. This facilitates statistics, displaying item information, and tracking in-transit items. This is also how FOLIO tracks an In-house item
. It assumes that if an item is checked in, and when it's checked in it has a status of Available
, that that is in-house
use.
https://folio-org.atlassian.net/wiki/spaces/FOLIOtips/pages/5673182/In-house+use+of+items
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
query | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-okapi-tenant | string | ||
x-okapi-token | string |