Builder elements

Lists all the elements of the page related to the provided parameter. If the user is Anonymous, the page must belong to a published builder instance to being accessible.

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

Path parameters

page_idinteger required

Returns 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[LinkElementPublicElement]/target response property allOf list for the response status 200

      response-property-all-of-added

    • added Target216Enum to the items/oneOf[MenuElementPublicElement]/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[LinkElementPublicElement]/target response property allOf list for the response status 200

      response-property-all-of-removed

    • removed TargetEnum from the items/oneOf[MenuElementPublicElement]/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[IFrameElementPublicElement]/allow_same_origin to the response with the 200 status

      response-optional-property-added