Type Alias TemplateLocation

The location of the report template. Currently it can be an absolute or relative URL to a persisted report template, or to a template file saved as temporary content, as in the following examples: - https://qlikcloud.com:443/api/v1/report-templates/223940f7-3170-46b7-91ea-e0c81230adf7 - https://qlikcloud.com:443/api/v1/temp-contents/653bb4acae966r0730da15fc

type TemplateLocation = {
    format?: "url";
    path: string;
}
Index

Properties

Properties

format?: "url"
path: string

The report template location path.