Alokai

SapccApiGetCatalogVersionRequest

Request parameters for getCatalogVersion operation in SapccApi. SapccApiGetCatalogVersionRequest

interface SapccApiGetCatalogVersionRequest {
	readonly baseSiteId: string;
	readonly catalogId: string;
	readonly catalogVersionId: string;
	readonly fields?: string;
}

Properties

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

On this page