v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

List Page Elements

Get the details of the page elements of an individual Page of a Site.

get/sites/multiscreen/{site_name}/pages/{page_uuid}/elements

Path parameters

site_namestring required

The unique identifier of the target Site.

page_uuidstring required

The uuid of the target page.

Response

200

Example response

{
  "results": [
    {
      "element_id": "1324365958",
      "element_source_id": "16ade0ab58014579b0e6fec973f5f171",
      "next_sibling_id": "1367805429",
      "type": "SECTION"
    }
  ]
}