Skip to main content

KomgaBooksMetadataAggregationDto

Komga books metadata aggregation DTO

Aggregated metadata from all books in the series.

authors object[]

Authors from all books

  • Array [
  • namestringrequired

    Author name

    rolestringrequired

    Author role (WRITER, PENCILLER, INKER, COLORIST, LETTERER, COVER, EDITOR)

  • ]
  • createdstringrequired

    Created timestamp (ISO 8601)

    lastModifiedstringrequired

    Last modified timestamp (ISO 8601)

    releaseDatestring | nullnullable

    Release date range (earliest)

    summarystring

    Summary (from first book or series)

    summaryNumberstring

    Summary number (if multiple summaries)

    tagsstring[]

    Tags from all books

    KomgaBooksMetadataAggregationDto
    {
    "authors": [
    {
    "name": "string",
    "role": "string"
    }
    ],
    "created": "string",
    "lastModified": "string",
    "releaseDate": "string",
    "summary": "string",
    "summaryNumber": "string",
    "tags": [
    "string"
    ]
    }