Type Alias ReportTemplateResponse

type ReportTemplateResponse = {
    createdAt?: string;
    createdBy?: string;
    description?: string;
    id?: string;
    metadataVersion?: number;
    name?: string;
    ownerId?: string;
    sourceAppId?: string;
    sourceAppName?: string;
    updatedAt?: string;
    updatedBy?: string;
}
Index

Properties

createdAt?: string

The date and time when the template was created.

createdBy?: string

The id of the user who created the template.

description?: string

Template description

id?: string

The template ID

metadataVersion?: number

The template metadata version

name?: string

Template name

ownerId?: string

The user that this template is scoped to.

sourceAppId?: string

The id of the app that this template is using as data source.

sourceAppName?: string

The name of the app that this template is using as data source.

updatedAt?: string

The date and time when the template was last updated.

updatedBy?: string

The id of the user who last updated the template.