Theme - Fetch list of all available themes

Retrieves a list of available themes for a specific tenant.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter ID of the tenant for which themes are fetched.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Returns a list of available themes for the specified tenant.

Class for storing details about theme.

themeIdstring · uuidOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the themeId property.

themeNamestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the themeName property.

get
/tenants/{tenantId}/themes

Last updated