Introduction
The Pages module in the Platform OneEntry interface allows you to manage pages if it is a web application, or screens if it is a mobile application.
getRootPages
Getting all top-level page objects (parentId = null).
getPages
Getting all page objects with product information as an array.
getPageById
Getting a single page object with information about forms, blocks, menus attached to the page.
getPageByUrl
Getting a single page object with information about forms, blocks, menus attached to the page by URL.
getChildPagesByParentUrl
Getting child pages with product information by parent page url as an array.
getBlocksByPageUrl
Receiving objects for a related block by page URL.
getFormsByPageUrl
Receiving objects for a related form by page URL.
getConfigPageByUrl
Getting settings for the page by url.
searchPage
Quick search for page objects with limited output.