© 2026 Clarivate
GET /api/.../bibliographicrecords/{id}/linkedinvlines
Returns a bibliographic record's linked invoice line items.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the bibliographic record. |
[
{
"InvLineItemID": 123,
"InvNumber": "INV123",
"InvNumberSuf": "aaa",
"ISBN_ISSN": "isbn",
"PaymentStatusID": 2,
"PaymentStatus": "status",
"PaymentStatusDate": "2008-07-25",
"Segs": 3,
"Title": "title 1",
"TitleNonFilingCount": 0
},
{
"InvLineItemID": 124,
"InvNumber": "INV124",
"InvNumberSuf": "ggg",
"ISBN_ISSN": "isbn",
"PaymentStatusID": 2,
"PaymentStatus": "",
"PaymentStatusDate": "2014-05-08",
"Segs": 2,
"Title": "title 2",
"TitleNonFilingCount": 0
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|