Skip to main content

KomgaCollectionDto

Minimal collection DTO (stub)

Komga collections are user-created groupings of series. Codex doesn't support this feature, so we return empty results.

createdDatestringrequired

Created timestamp (ISO 8601)

filteredbooleanrequired

Whether this collection is filtered from the user's view

idstringrequired

Collection unique identifier

lastModifiedDatestringrequired

Last modified timestamp (ISO 8601)

namestringrequired

Collection name

orderedbooleanrequired

Whether the collection is ordered

seriesIdsstring[]required

Series IDs in the collection

KomgaCollectionDto
{
"createdDate": "string",
"filtered": true,
"id": "string",
"lastModifiedDate": "string",
"name": "string",
"ordered": true,
"seriesIds": [
"string"
]
}