Skip to main content

Introduction

Backstage page objects govern how you need to display content in the (content discovery) pages in your applications. A page itself is just an array of section objects. The section object in a nutshell will give you:

  • The type of row to render (slider, single row, grid etc.)
  • How to display the images (poster or landscape)
  • What playlist to use (regular or computed)
  • What items to pin to the front
  • Custom items (non assets) to render

API

You can retrieve a page structure via the following API: /pages/{id}

Which page ID to pass in is governed by your navigation structure and can thus either be resolved from a menu item or a custom item pointing to a page.