Resource Sharing

Get Resource Sharing Request

GET /api/.../innreachrequest/{barcode}?format=Brief

Get Resource Sharing request based on request content type format.

Request Information

Parameters
Name Type Required Description
Barcode String Yes Item Barcode.
Format String One of the following: 'Brief' Discriminator for request content type.
DtoInnReachRequestBriefResult
Property Type Nullable Description
ILLRequestID Integer Yes The unique id assigned to the associated ILL Request.
ItemRecordID Integer Yes The unique id assigned to the Virtual item associated with the input Barcode.

Response Information

Example (DtoInnReachRequestBriefResult)
application/json, text/json
{
    "ILLRequestID": 1,
    "ItemRecordID": 22
}

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request