Alokai

SapccApiGetLanguagesRequest

Request parameters for getLanguages operation in SapccApi. SapccApiGetLanguagesRequest

interface SapccApiGetLanguagesRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetLanguages
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetLanguages

On this page