Builder elements

Lists all the elements of the page related to the provided parameter if the user has access to the related builder's workspace. If the workspace is related to a template, then this endpoint will be publicly accessible.

get/api/builder/page/{page_id}/elements/

Path parameters

page_idinteger required

Returns only the elements of the page related to the provided Id.

Response

Changes

Changed in 2 of the 6 revisions of this API.5

    • added Target216Enum to the items/oneOf[LinkElementElement]/target response property allOf list for the response status 200

      response-property-all-of-added

    • added Target216Enum to the items/oneOf[MenuElementElement]/menu_items/allOf[MenuItem]/target response property allOf list for the response status 200

      response-property-all-of-added

    • removed TargetEnum from the items/oneOf[LinkElementElement]/target response property allOf list for the response status 200

      response-property-all-of-removed

    • removed TargetEnum from the items/oneOf[MenuElementElement]/menu_items/allOf[MenuItem]/target response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/oneOf[IFrameElementElement]/allow_same_origin to the response with the 200 status

      response-optional-property-added