Skip to main content

SeriesExportDto

Response DTO for a series export record

bookFieldsstring[]required
completedAtstring | nullnullable
createdAtstringrequired
errorstring | nullnullable
expiresAtstringrequired
exportTypestringrequired
fieldsstring[]required
fileSizeBytesinteger,null<int64>nullable
formatstringrequired
idstring<uuid>required
libraryIdsstring<uuid>[]required
rowCountinteger,null<int32>nullable
startedAtstring | nullnullable
statusstringrequired
SeriesExportDto
{
"bookFields": [
"string"
],
"completedAt": "string",
"createdAt": "string",
"error": "string",
"expiresAt": "string",
"exportType": "string",
"fields": [
"string"
],
"fileSizeBytes": 0,
"format": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"libraryIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"rowCount": 0,
"startedAt": "string",
"status": "string"
}