NameDescriptionTypeAdditional information
bookID

The ID for this book

integer

None.

ean

A 13 digit EAN. This starts with 978- for 'real' books and with 888- for Yindo Custom Books

string

None.

altean

A 13 digit EAN. This starts with 978- for 'real' books and with 888- for Yindo Custom Books

string

None.

title

The title for this book.

string

None.

encryptedOn

The encryptiondate for this books data.

date

Data type: DateTime

validUntil

The expirationdate for this books data.

date

Data type: DateTime

dataFormat

The format of the encrypted content.

DataFormats

None.

fileCount

The number of files in the encrypted zipfile

integer

None.

fileSize

The total size in bytes of all unencrypted, uncompressed files in the encrypted zipfile

integer

None.

bookData

Encrypted data (AES-CBC), base64 encoded
The data contains the following blocks needed for decryption.

  • 32 bytes salt
  • 16 bytes nonce
  • n bytes payload
  • 32 bytes HMac-Tag
NOTE: this data needs to be base64 decoded first!

string

None.

statusCode

A statuscode indicating succes or failure

StatusCode

None.