v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Builder pages

Creates a new page for an application builder

post/api/builder/{builder_id}/pages/

Path parameters

builder_idinteger required

Creates a page for the application builder related to the provided value.

Headers

ClientSessionIdstring uuid

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

Request body

namestring required
pathstring required

Response

idinteger required
namestring required
pathstring required
orderinteger required

Lowest first.

builder_idinteger required
sharedboolean required
visibility'all' | 'logged-in' required
  • all - All
  • logged-in - Logged In
role_type'allow_all' | 'allow_all_except' | 'disallow_all_except' required
  • allow_all - Allow All
  • allow_all_except - Allow All Except
  • disallow_all_except - Disallow All Except
{"stackTrail":"components:schemas:Page:properties:roles","oasType":"schema","type":"unknown","description":"List of user roles that are associated with this page. Used in conjunction with role_type."}
{"stackTrail":"components:schemas:Page:properties:graph","oasType":"schema","type":"unknown","description":"A JSON serialized graph containing the points and edges."}