© 2024 Clarivate
GET /api/.../patrons/{id}/readerservices/titles/{orgid}
Return list of titles found using outreach patron's preferences.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The patron ID |
orgid | Integer | Yes | Search org ID. Set to -1 to return the titles available at all the included branches for logged in organization. |
[
{
"BibliographicRecordID": 6,
"Leader": null,
"BrowseTitle": "When will I read?",
"BrowseAuthor": "Cohen, Miriam.",
"BrowseTitleNonFilingCount": 0,
"FormatID": 1,
"FormatDescription": "Book",
"PublicationYear": 1977,
"BrowseCallNo": "Coh",
"HoldRequestID": 0,
"ManuallyAdded": false
},
{
"BibliographicRecordID": 15,
"Leader": null,
"BrowseTitle": "The riddles of Mermaid House",
"BrowseTitleNonFilingCount": 4,
"BrowseAuthor": "Crayder, Dorothy.",
"FormatID": 1,
"FormatDescription": "Book",
"PublicationYear": 1977,
"BrowseCallNo": "J Fict Cra",
"HoldRequestID": 0,
"ManuallyAdded": false
}
]
Permission IDs found here.
Name |
---|
AccessPatronServices_Allow |
PatronStatus_Access |
PatronStatus_DisplayReaderServices |