Status ObjectΒΆ
The status object is a child of the book object in the keystatus
.
is_active <boolean>:
True if the book is active. Inactive books are not available for search or sale.
is_html <boolean>:
True if the book has been processed in HTML mode.
is_processed <boolean>:
True if the book has been processed. Unprocessed books can not be read in the viewer. Typically unprocessed books are also is_active = False. They can still be sold if is_active = True.
is_public <boolean>:
True if the book is open to the public. Private books are typically posted by users who do not want the file to be discoverable by anyone.
is_published <boolean>:
True if the book is published. This field is the result of the ONIX on sale date, published date, and notification types. Books may be unpublished as part of advance notifications, rights revocations, or legal issues. Unpublished books cannot be sold, discovered, or viewed directly on Redshelf.
is_queued <boolean>:
True if the book has been queued for processing.
processed_date <datetime>:
Datetime when the book was successfully processed.
queued_date <datetime>:
Datetime when the book was last queued for processing.