Get readlist details
GEThttps://demo.komga.org/api/v1/readlists/:id
Get readlist details
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (auto)
Schema
bookIdsstring[]required
createdDatedate-timerequired
filteredbooleanrequired
idstringrequired
lastModifiedDatedate-timerequired
namestringrequired
orderedbooleanrequired
summarystringrequired
{
"bookIds": [
"string"
],
"createdDate": "2024-07-29T15:51:28.071Z",
"filtered": true,
"id": "string",
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"name": "string",
"ordered": true,
"summary": "string"
}
Bad Request
- */*
- Schema
- Example (auto)
Schema
violations object[]required
{
"violations": [
{
"fieldName": "string",
"message": "string"
}
]
}
Authorization: http
name: basicAuthtype: httpscheme: basic
- curl
- python
- nodejs
- java
- kotlin
- powershell
- swift
- rust
- CURL
curl -L 'https://demo.komga.org/api/v1/readlists/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
ResponseClear