Sets the brand active and de-activates any other active brand. If the brand is already active, no action is taken.
The brand's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptionsClears the cache for brands api requests.
Clears the cache for brands api requests.
Creates a new brand.
Creates a new brand.
an object with the body content
Optionaldescription?: stringDescription of the brand.
OptionalfavIcon?: BodyInitThe path and name of a properly formatted ICO file. Maximum size is 100 KB.
Optionallogo?: BodyInitThe path and name of a JPG or PNG file that will be adjusted to fit in a 'box' measuring 109px in width and 62 px in height while maintaining aspect ratio. Maximum size of 300 KB, but smaller is recommended.
Name of the brand.
Optionalstyles?: BodyInitThe path and name of a JSON file to define brand style settings. Maximum size is 100 KB. This property is not currently operational.
Optionaloptions: ApiCallOptionsCreates a brand file for the specified identifier.
Creates a brand file for the specified identifier.
The brand's unique identifier.
The unique identifier of a file within a brand.
an object with the body content
Optionalfile?: BodyInitThe path and name of a file to upload.
Optionaloptions: ApiCallOptionsSets the brand so it is no longer active, returning the tenant the Qlik default brand. If the brand is already inactive, no action is taken.
Sets the brand so it is no longer active, returning the tenant the Qlik default brand. If the brand is already inactive, no action is taken.
The brand's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a specific brand. If the active brand is deleted, the tenant will return to the Qlik default.
Deletes a specific brand. If the active brand is deleted, the tenant will return to the Qlik default.
The brand's unique identifier.
Optionaloptions: ApiCallOptionsDeletes the specified brand file.
Deletes the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
Optionaloptions: ApiCallOptionsReturns the current active brand. If using the Qlik default brand, no value is returned.
Returns the current active brand. If using the Qlik default brand, no value is returned.
Optionaloptions: ApiCallOptionsReturns a specific brand.
Returns a specific brand.
The brand's unique identifier.
Optionaloptions: ApiCallOptionsDownloads the specified brand file.
Downloads the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
Optionaloptions: ApiCallOptionsLists all brand entries for a tenant.
Lists all brand entries for a tenant.
an object with query parameters
OptionalendingBefore?: stringCursor to previous.
Optionallimit?: numberMaximum number of brands to retrieve.
Optionalsort?: Field to sort by, prefixed with -/+ to indicate the order.
OptionalstartingAfter?: stringCursor to the next page.
Optionaloptions: ApiCallOptionsPatches a brand.
Patches a brand.
The brand's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptionsUpdates the specified brand file.
Updates the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
an object with the body content
Optionalfile?: BodyInitA file to upload.
Optionaloptions: ApiCallOptions
Sets the brand active and de-activates any other active brand. If the brand is already active, no action is taken.