Newer Version Available
FlexiPage
Returns a list of Lightning Pages and their details. Information returned includes Lightning Page regions, the components within each region, and each component’s properties, as well as any associated QuickActions. This resource is available in API version 29.0 and later.
Syntax
Example
- Getting root Lightning Page resource
-
- Getting a Lightning Page whose name is Deliveries
-
- Example request body for /vXX.X/flexiPage/
- none required
- Example response body for /vXX.X/flexiPage/
-
- Example request body for /vXX.X/flexiPage/{Developer Name of FlexiPage}
- none required
- Example response body for /vXX.X/flexiPage/{Developer Name of FlexiPage}
-
- In the code sample above:
- name—the name of the region
- components—an array of Lightning components in the region
- properties—an array of properties for the component
- typeName—the name of the Lightning component
- typeNamespace—the namespace of the Lightning component