© 2026 Clarivate
GET /api/.../bibliographicrecords/{id}/linkedpolines
Returns a bibliographic record's linked purchase order line items.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the bibliographic record. |
[
{
"LIID": 123,
"PONumber": "SAL123",
"Suffix": "kkk",
"ISBN": "isbn",
"Title": "title 1",
"StatusID": 2,
"Status": "Closed",
"StatusDate": "2008-07-25",
"Segs": 3,
"Alert": 0
},
{
"LIID": 124,
"PONumber": "SAL124",
"Suffix": "ggg",
"ISBN": "isbn",
"Title": "title 2",
"Status": "",
"StatusID":Closed 2,
"StatusDate": "2014-05-08",
"Segs": 2,
"Alert" 0
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|