• Register

Penguin Random House Developer Blog

Enhanced API v1.2.24 released

On Wednesday June 7, 2017, version 1.2.24 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.2.24 release notes

A new parameter was added, showFirstReleases, that can be used with the /titles endpoint to restrict the ISBNs that are returned to those that match the on-sale date of the work parent.

/domains/PRH.US/titles?divisionCode=12&showFirstReleases=true

For the BOT site, some additional data was added to the /titles representation when the parameter populateBestsellerPos is supplied. Because this information is sensitive, it is only available to Internal clients and is not supported for the regular public endpoint. In addition some new sort parameters were added that also have restricted access. For full details, see the ticket RHAPI-646.

For the sales sites, a new parameter, coverColor, was added to filter titles based on the new data available in the MYH_COVER_COLOR table. For details on how to use this parameter, see the ticket RHAPI-693.

Finally, the view /authors/views/list-display had its representation extended to include the first and last components of the author being returned.

New Feature

  • [RHAPI-682] - Add new showFirstReleases parameter

Task

  • [RHAPI-646] - Field request for listTitles
  • [RHAPI-693] - Load cover color data into the API and create parameters
  • [RHAPI-694] - Add 'first' and 'last' to getViewAuthorListDisplay result