KomgaReadListDto
Minimal read list DTO (stub)
Komga read lists are user-created lists of books to read. Codex doesn't support this feature, so we return empty results.
bookIdsstring[]required
Book IDs in the read list
createdDatestringrequired
Created timestamp (ISO 8601)
filteredbooleanrequired
Whether this read list is filtered from the user's view
idstringrequired
Read list unique identifier
lastModifiedDatestringrequired
Last modified timestamp (ISO 8601)
namestringrequired
Read list name
orderedbooleanrequired
Whether the read list is ordered
summarystringrequired
Read list summary/description
KomgaReadListDto
{
"bookIds": [
"string"
],
"createdDate": "string",
"filtered": true,
"id": "string",
"lastModifiedDate": "string",
"name": "string",
"ordered": true,
"summary": "string"
}