diff --git a/folio/reports/claimed_returned_by_location.json b/folio/reports/claimed_returned_by_location.json new file mode 100644 index 0000000..dfb0bfb --- /dev/null +++ b/folio/reports/claimed_returned_by_location.json @@ -0,0 +1,13 @@ +{ + "displayName": "Claimed Returned By Location", + "description": "This report can be used to identify a list of items that have been marked as ‘claimed returned’ from a specific location. The report returns a list of items and includes their location and call number details to permit searching in the library's collection.", + "instructions": "In the search box enter some, or all, of a FOLIO Location Name and click submit. This will return details about each individual item that has been marked as 'claimed returned' in the specified location and will provide the loan id if it is necessary to investigate further. Patron details are not included.", + "parameters": [ + { + "name": "item_location", + "displayName": "FOLIO location name", + "type": "text", + "required": false + } + ] +}