SapccApiGetSuggestionsRequest
Request parameters for getSuggestions operation in SapccApi. SapccApiGetSuggestionsRequest
interface SapccApiGetSuggestionsRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly max?: number;
readonly term: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetSuggestions |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetSuggestions |
max | Optional | number | Maximum number of results. {number} SapccApiGetSuggestions |
term | Required | string | Specified term. The suggestions will be given based on it. {string} SapccApiGetSuggestions |