Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET /public/v1/libraries/:library_id222/search?issns=00280836,3940182X00220477,10864822&include=bookshelves

Example Response:
Code Block
languagejs
{
    "data": [
        {
            "id": 12598,
            "type": "journals",
            "title": "About Campus",
            "issn": "10864822",
            "sjrValue": 0,
            "coverImageUrl": "https://assets.thirdiron.com/images/covers/1086-4822.png",
            "browzineEnabled": true,
            "browzineWebLink": "https://browzine.com/libraries/222/journals/12598",
            "relationships": {
                "bookshelf": {
                    "data": [
                        {
                            "type": "bookshelf",
                            "id": 1130
                        }
                    ]
                }
            }
        },
        {
            "id": 3531,
            "type": "journals",
            "title": "Journal of Ecology",
            "issn": "00220477",
            "sjrValue": 4.01,
            "coverImageUrl": "https://assets.thirdiron.com/images/covers/0022-0477.png",
            "browzineEnabled": true,
            "browzineWebLink": "https://browzine.com/libraries/222/journals/3531",
            "relationships": {
                "bookshelf": {
                    "data": [
                        {
                            "type": "bookshelf",
                            "id": 314
                        },
                        {
                            "type": "bookshelf",
                            "id": 365
                        }
                    ]
                }
            }
        }
    ],
    "included": [
        {
            "id": 314,
            "name": "Ecology",
            "type": "bookshelf",
            "browzineWebLink": "https://browzine.com/libraries/222/subjects/60/bookcases/91/bookshelves/314",
            "bookcaseName": "Ecology and Evolutionary Biology",
            "bookcaseBrowzineWebLink": "https://browzine.com/libraries/222/subjects/60/bookcases/91",
            "subjectName": "Biological Sciences",
            "subjectBrowzineWebLink": "https://browzine.com/libraries/222/subjects/60"
        },
        {
            "id": 1130,
            "name": "Higher Education",
            "type": "bookshelf",
            "browzineWebLink": "https://browzine.com/libraries/222/subjects/67/bookcases/161/bookshelves/1130",
            "bookcaseName": "Education",
            "bookcaseBrowzineWebLink": "https://browzine.com/libraries/222/subjects/67/bookcases/161",
            "subjectName": "Social Science and Behavioral Science",
            "subjectBrowzineWebLink": "https://browzine.com/libraries/222/subjects/67"
        },
        {
            "id": 365,
            "name": "Plant Ecology, Evolution, and Systematics",
            "type": "bookshelf",
            "browzineWebLink": "https://browzine.com/libraries/222/subjects/60/bookcases/100/bookshelves/365",
            "bookcaseName": "Plant Sciences/Botany",
            "bookcaseBrowzineWebLink": "https://browzine.com/libraries/222/subjects/60/bookcases/100",
            "subjectName": "Biological Sciences",
            "subjectBrowzineWebLink": "https://browzine.com/libraries/222/subjects/60"
        }
    ]
}

...