In the REST API there is a POST method to “Create user request for resource sharing” but no corresponding GET method. Is there any way that resource sharing requests can be retrieved?
Hi Nick, The GET requests API returns borrowing resource sharing requests as part of the patron’s requests list. However, we do have plans for adding more APIs around resource sharing requests, but I still can’t say when it will be developed. Ori Alma API Team
Hi Ori, Thanks for the reply. How would I use the GET User Requests API to get resource sharing requests – would I specify a particular request type in the input parameter (HOLD, DIGITIZATION, BOOKING?), or would I filter the returned results (by request type or some other way?).