Alokai

SapccApiGetCatalogRequest

Request parameters for getCatalog operation in SapccApi. SapccApiGetCatalogRequest

interface SapccApiGetCatalogRequest {
	readonly baseSiteId: string;
	readonly catalogId: string;
	readonly fields?: string;
}

Properties

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

On this page