Skip to main content

List book's readlists

GET 

https://demo.komga.org/api/v1/books/:bookId/readlists

List book's readlists

Request

Path Parameters

    bookId stringrequired

Responses

OK

Schema
  • Array [
  • bookIdsstring[]required
    createdDatedate-timerequired
    filteredbooleanrequired
    idstringrequired
    lastModifiedDatedate-timerequired
    namestringrequired
    orderedbooleanrequired
    summarystringrequired
  • ]

Authorization: http

name: basicAuthtype: httpscheme: basic
curl -L 'https://demo.komga.org/api/v1/books/:bookId/readlists' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
Request Collapse all
Base URL
https://demo.komga.org
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!