Return a list of items based on query
| query | string Default: "cql.allRecords=1" A query expressed as a CQL string |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 1 .. 2147483647 ] Default: 1000 Limit the number of elements returned in the response |
{- "totalRecords": 0,
- "items": [
- {
- "id": "string",
- "holdingsRecordId": "string",
- "status": {
- "name": "string",
- "date": "2019-08-24T14:15:22Z"
}, - "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "lendingLibraryCode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}Add new circulation item
| circulationItemId required | string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-... Regexp pattern for UUID validation |
Circulation Item object
| id | string <uuid> | ||||
| holdingsRecordId | string <uuid> | ||||
object (ItemStatus) status of the Item | |||||
| |||||
| dcbItem | boolean | ||||
| materialTypeId | string | ||||
| permanentLoanTypeId | string | ||||
| instanceTitle | string | ||||
| barcode | string | ||||
| pickupLocation | string | ||||
| effectiveLocationId | string | ||||
| lendingLibraryCode | string | ||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "holdingsRecordId": "5bb19ab0-f8e0-4e9b-8cb1-923e4cda5161",
- "status": {
- "name": "Aged to lost",
- "date": "2019-08-24T14:15:22Z"
}, - "dcbItem": true,
- "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "effectiveLocationId": "string",
- "lendingLibraryCode": "string"
}{- "id": "string",
- "holdingsRecordId": "string",
- "status": {
- "name": "string",
- "date": "2019-08-24T14:15:22Z"
}, - "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "lendingLibraryCode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Retrieve circulation item
| circulationItemId required | string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-... Regexp pattern for UUID validation |
{- "id": "string",
- "holdingsRecordId": "string",
- "status": {
- "name": "string",
- "date": "2019-08-24T14:15:22Z"
}, - "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "lendingLibraryCode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Change the circulation item
| circulationItemId required | string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-... Regexp pattern for UUID validation |
| id | string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-... Regexp pattern for UUID validation | ||||||||||||
| holdingsRecordId | string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-... Regexp pattern for UUID validation | ||||||||||||
object status | |||||||||||||
| |||||||||||||
| materialTypeId | string material type id | ||||||||||||
| permanentLoanTypeId | string permanent loan type id | ||||||||||||
| instanceTitle | string instance title | ||||||||||||
| barcode | string item barcode | ||||||||||||
| pickupLocation | string pickup location | ||||||||||||
| lendingLibraryCode | string 5 digit agency code which identifies the lending library | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "holdingsRecordId": "string",
- "status": {
- "name": "string",
- "date": "2019-08-24T14:15:22Z"
}, - "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "lendingLibraryCode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "holdingsRecordId": "string",
- "status": {
- "name": "string",
- "date": "2019-08-24T14:15:22Z"
}, - "materialTypeId": "string",
- "permanentLoanTypeId": "string",
- "instanceTitle": "string",
- "barcode": "string",
- "pickupLocation": "string",
- "lendingLibraryCode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}