SapccApiGetPageByIdRequest
Request parameters for getPageById operation in SapccApi. SapccApiGetPageByIdRequest
interface SapccApiGetPageByIdRequest {
readonly baseSiteId: string;
readonly categoryCode?: string;
readonly fields?: GetPageByIdFieldsEnum;
readonly pageId: string;
readonly productCode?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetPageById |
categoryCode | Optional | string | Category code {string} SapccApiGetPageById |
fields | Optional | GetPageByIdFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetPageById |
pageId | Required | string | Page Id {string} SapccApiGetPageById |
productCode | Optional | string | Product code {string} SapccApiGetPageById |