Alokai

SapccApiGetSuggestionsRequest

Request parameters for getSuggestions operation in SapccApi. SapccApiGetSuggestionsRequest

interface SapccApiGetSuggestionsRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly max?: number;
	readonly term: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetSuggestions
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetSuggestions
maxOptionalnumberMaximum number of results. {number} SapccApiGetSuggestions
termRequiredstringSpecified term. The suggestions will be given based on it. {string} SapccApiGetSuggestions

On this page