Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T taskukirja_api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Developer From Jokela
  • taskukirja_api
  • Wiki
  • Add a book to the favorites list

Add a book to the favorites list · Changes

Page history
Created Add a book to the favorites list (markdown) authored Mar 05, 2020 by Developer From Jokela's avatar Developer From Jokela
Hide whitespace changes
Inline Side-by-side
Add-a-book-to-the-favorites-list.md 0 → 100644
View page @ 8ca16c54
## Add a book to the favorites list
This request will add a book to the favorites list. Use *PUT* as a request type.
(See favorite_books_request.md on how to get the list)
URL: `/api/Favorite/`
#### Disclaimer
Remember to URL Encode every parameter's value!
#### Parameters
- `apikey` Find it in the `apikey` file
- `deviceid` Parameter `DeviceId` from the login response
- `token` Authorization token from them login response
- `language` Required in this request, should be be `en`, `fi`, `sv` or `ru`
- `bibid` Required in this request, value can be originated from: search request, reservations, waiting for pickup, or if there's an string called `BibId`
#### Response
`
{
"Status": 1,
"Message": "Suosikki lisätty.",
"ErrorMessage": "Suosikki lisätty.",
"Copyright": "Copyright (c) 2016-2018 Enisoft Ltd. This interface is for Enisoft's apps' private use only and other use is prohibited."
}
`
Clone repository

Contact information