SapccApiGetPageByIdAndUserRequest
Request parameters for getPageByIdAndUser operation in SapccApi. SapccApiGetPageByIdAndUserRequest
interface SapccApiGetPageByIdAndUserRequest {
readonly baseSiteId: string;
readonly categoryCode?: string;
readonly fields?: GetPageByIdAndUserFieldsEnum;
readonly pageId: string;
readonly productCode?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetPageByIdAndUser |
categoryCode | Optional | string | Category code {string} SapccApiGetPageByIdAndUser |
fields | Optional | GetPageByIdAndUserFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetPageByIdAndUser |
pageId | Required | string | Page Id {string} SapccApiGetPageByIdAndUser |
productCode | Optional | string | Product code {string} SapccApiGetPageByIdAndUser |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetPageByIdAndUser |