SapccApiGetAllPagesRequest
Request parameters for getAllPages operation in SapccApi. SapccApiGetAllPagesRequest
interface SapccApiGetAllPagesRequest {
readonly baseSiteId: string;
readonly currentPage?: number;
readonly fields?: GetAllPagesFieldsEnum;
readonly pageSize?: number;
readonly pageType?: GetAllPagesPageTypeEnum;
readonly sort?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetAllPages |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetAllPages |
fields | Optional | GetAllPagesFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetAllPages |
pageSize | Optional | number | Number of results returned per page. Default value: 10. {number} SapccApiGetAllPages |
pageType | Optional | GetAllPagesPageTypeEnum | Page type. {'ContentPage' | 'ProductPage' | 'CategoryPage' | 'CatalogPage'} SapccApiGetAllPages |
sort | Optional | string | Sorting method applied to the return results. {string} SapccApiGetAllPages |