© 2025 Clarivate
GET /api/.../innreachrequest/{barcode}?format=Brief
Get INN-Reach request based on request content type format.
| Name | Type | Required | Description |
|---|---|---|---|
| Barcode | String | Yes | Item Barcode. |
| Format | String | One of the following: 'Brief' | Discriminator for request content type. |
| 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. |
{
"ILLRequestID": 1,
"ItemRecordID": 22
}
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|