SapccApiGetAllPagesWithUserRequest
Request parameters for getAllPagesWithUser operation in SapccApi. SapccApiGetAllPagesWithUserRequest
interface SapccApiGetAllPagesWithUserRequest {
readonly baseSiteId: string;
readonly currentPage?: number;
readonly fields?: GetAllPagesWithUserFieldsEnum;
readonly pageSize?: number;
readonly pageType?: GetAllPagesWithUserPageTypeEnum;
readonly sort?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetAllPagesWithUser |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetAllPagesWithUser |
fields | Optional | GetAllPagesWithUserFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetAllPagesWithUser |
pageSize | Optional | number | Number of results returned per page. Default value: 10. {number} SapccApiGetAllPagesWithUser |
pageType | Optional | GetAllPagesWithUserPageTypeEnum | Page type. {'ContentPage' | 'ProductPage' | 'CategoryPage' | 'CatalogPage'} SapccApiGetAllPagesWithUser |
sort | Optional | string | Sorting method applied to the return results. {string} SapccApiGetAllPagesWithUser |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetAllPagesWithUser |