Home > @vsf-enterprise/sap-commerce-webservices-sdk > PageApi
PageApi class
PageApi - object-oriented interface PageApi {BaseAPI}
Signature:
export declare class PageApi extends BaseAPI
Extends: BaseAPI
Methods
Method | Modifiers | Description |
---|---|---|
getPage(baseSiteId, code, fields, pageLabelOrId, pageType, options) | Given a page identifier, return the page data with a list of cms content slots, each of which contains a list of cms component data. Get page data with list of cms content slots | |
getPageById(baseSiteId, pageId, fields, options) | Given a page identifier, return the page data with a list of cms content slots, each of which contains a list of cms component data. Get page data with list of cms content slots |