Fetch a paginated list of the user's pages as lightweight summaries (ID, name, medium). Results are sorted by name, ascending, unless the sort/order inputs say otherwise, and search matches page names case-insensitively. Use get_page to fetch a page's full content.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
pageinteger0Minimum: 0Maximum: 9007199254740991pageSizeinteger50Minimum: 0Maximum: 250sortstringField to sort results by. Valid fields: name, medium
"name"Value in: "name" | "medium"orderstringSort direction.
"asc"Value in: "asc" | "desc"searchstringSearches page names, case-insensitive.
Remove Form Logic Rule
Remove all conditional logic rules on a source element which target a specific revealed element. If the source element has no remaining logic rules after removal, its `logicGroups` array is removed entirely.
Create Page
Create a new page. The page starts with one empty section and is persisted immediately. Returns the created page, including its generated ID and the ID of its initial section.