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