CreateSeriesExportRequest
Request body for creating a new series export
bookFieldsstring[]
Book field keys to include (for "books" or "both" export types)
exportTypestring
Export type: "series" (default), "books", or "both"
fieldsstring[]required
Series field keys to include (from the field catalog)
formatstringrequired
Export format: "json", "csv", or "md"
libraryIdsstring<uuid>[]required
Library IDs to include in the export
CreateSeriesExportRequest
{
"bookFields": [
"string"
],
"exportType": "string",
"fields": [
"string"
],
"format": "string",
"libraryIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}