| Name | Description | Type | Additional 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. |
| firstAuthorName |
The name for the first author of this book. |
string |
None. |
| firstAuthorID |
The ID for the first author of this book. |
integer |
None. |
| authorName |
The list of authors for this book, in a single comma separated string. |
string |
None. |
| authorNames |
The list of authors for this book. |
Collection of YindoSimpleAuthor |
None. |
| credits |
The number of credits required to read this book for one month (of this option is available, otherwise the amount is for permanent purchase). |
decimal number |
None. |
| description |
A description of the book. |
string |
None. |
| isBookOnShelf |
Boolean value indicating if this book is cuurently on a users bookshelf. |
boolean |
None. |
| offSet |
The size of the prework. |
integer |
None. |
| numPages |
The total number of physical pages in this book. |
integer |
None. |
| publisherID |
The ID for the publisher. |
integer |
None. |
| publisherName |
The name of the publisher. |
string |
None. |
| serieID |
The ID for the series this book is part of, if any. |
integer |
None. |
| serieName |
The name of the series this book is part of, if any. |
string |
None. |
| numBookPrices |
The number of available buying options. |
integer |
None. |
| languageID |
The languageID identifies the language in which the book was written.
|
integer |
None. |
| isInSubscription |
Boolean value indicating if this book is part of one or more subscriptions. |
boolean |
None. |
| priceInEuro |
The price for this book in eurocents. |
string |
None. |
| availablePageRange |
A list of pagenumbers that can be read. For preview purposes this list will contain the free pages. When a user has full reading rights to a book (due to a subscription or purchase) the list will contain all pages. |
Collection of integer |
None. |
| freePageRange |
A list of pagenumbers that can be read. For preview purposes this list will contain the free pages. When a user has full reading rights to a book (due to a subscription or purchase) the list will contain all pages. |
Collection of integer |
None. |
| orientation |
Page orientarion. Possible values are:
|
string |
None. |
| width |
Width of the png-page in pixels |
integer |
None. |
| height |
Height of the png-page in pixels. |
integer |
None. |
| isFavorite |
Boolean value indicating if this book is a favorite for the currently logged in user. |
boolean |
None. |
| lastPageRead |
The last page read by the currently logged in user. The value will be -1 if this book hasn't been read yet, of if the book is not on the conventional Yindo bookshelf. |
integer |
None. |
| isAvailable |
Boolean value indicating i the book is available. |
boolean |
None. |
| modifiedOn |
The last modification date for this books data. |
date |
Data type: DateTime |
| hasToc |
Boolean value indicating if this book has a Table of Contents. |
boolean |
None. |
| ageIndicator |
deprecated The ageIndicator was used by Boekenwolk, nut will be removed in a future release. |
string |
None. |
| aviLevels |
A list of aviLevels this book is linked to. |
Collection of AviLevelDetails |
None. |
| ageLevels |
A list of ageLevels this book is linked to. |
Collection of AgeLevelDetails |
None. |
| categories |
A list of categories into which this book falls. |
Collection of CategoryDetails |
None. |
| averageRating |
The average of all user ratings for this book. |
integer |
None. |
| IPreading |
Are we in IP reading mode? |
boolean |
None. |
| sessionKey |
The key for this user-session |
string |
None. |
| sessionIndex |
The current session index out of all available sessions |
integer |
None. |
| sessionsAvailable |
The number of available sessions for this book/IP |
integer |
None. |
| sessionQueueIndex |
The index into the queue |
integer |
None. |