• Register

Penguin Random House Developer Blog

Enhanced API v1.3.17 released

On Thursday May 24, 2018, version 1.3.17 of the Enhanced PRH API was released to production. If you encounter any problems with your applications as a result of these changes, please contact us at api@penguinrandomhouse.com.

Version 1.3.17 release notes

This release contains two changes. The first, modifies the sort in the /works/views/sales-display view to fix a bug with pagination.

The second adds a new filter parameter named showOmni which takes either 'true' or 'false' and activates a WHERE-clause in the generated SQL that tests the TITLE.OMNI column for either 'Y' or NULL.

Bug

  • [RHAPI-963] - Work query for sales display view must have secondary sort by work ID

Task