Skip to main content

SeriesExportListResponse

Response for listing exports

exports object[]required
  • Array [
  • 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
  • ]
  • SeriesExportListResponse
    {
    "exports": [
    {
    "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"
    }
    ]
    }