REST Web Service which returns list of suggested reads from NLB’s libraries, based from NLB recommendation service.
- Server 1:https://openweb-api.stg.nlb.gov.sg/api/v1/Recommendation/
ApiKey (apiKey)
API Key
REST Web Service which returns list of suggested reads from NLB’s libraries, based from NLB recommendation service.
API Key
This function may be used to retrieve recommendations by Type and Id.
Recommendation Type (ebook, book, work-overdrive, work-physical, subject-physical, subject-overdrive).
Match pattern:^(ebook|book|work-overdrive|work-physical|subject-physical|subject-overdrive)$
Example:book
Type (patron/title). Use only patron for Recommendation Type (subject-physical, subject-overdrive).
Match pattern:^(patron|title)$
Example:patron
Id based on type. Pass in MylibraryID for ebook and MID for (book, work-overdrive, work-physical, subject-physical, subject-overdrive)
Match pattern:^(MylibraryID|MID)$
>= 1900<= 2025
Example:2000
affects the ordering of titles returned
Match pattern:^(offset|random)$
Default:blank (will return the original system ordering)
Example:offset, random
OK
Error contents including the specific error
The status code of the error.
Example:400
The type of the error.
>= 1 characters
Example:Bad Request
The message of the error.
>= 1 characters
Example:FieldName is missing.