Functions
Const BaseTemplatesApiAxiosParamCreator
- BaseTemplatesApiAxiosParamCreator(configuration?: Configuration): { duplicateBaseTemplate: any; getBaseTemplates: any }
-
Parameters
Returns { duplicateBaseTemplate: any; getBaseTemplates: any }
-
duplicateBaseTemplate: function
- duplicateBaseTemplate(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getBaseTemplates: function
- getBaseTemplates(pageNum?: number, page?: number, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional pageNum: number
-
Optional page: number
-
Default value options: any = {}
Const BaseTemplatesApiFactory
- BaseTemplatesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { duplicateBaseTemplate: any; getBaseTemplates: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { duplicateBaseTemplate: any; getBaseTemplates: any }
-
duplicateBaseTemplate: function
- duplicateBaseTemplate(id: string, options?: any): AxiosPromise<Template>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Template>
-
getBaseTemplates: function
- getBaseTemplates(pageNum?: number, page?: number, options?: any): AxiosPromise<InlineResponse200>
-
Parameters
-
Optional pageNum: number
-
Optional page: number
-
Optional options: any
Const BaseTemplatesApiFp
- BaseTemplatesApiFp(configuration?: Configuration): { duplicateBaseTemplate: any; getBaseTemplates: any }
-
Parameters
Returns { duplicateBaseTemplate: any; getBaseTemplates: any }
-
duplicateBaseTemplate: function
- duplicateBaseTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
getBaseTemplates: function
- getBaseTemplates(pageNum?: number, page?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>
-
Parameters
-
Optional pageNum: number
-
Optional page: number
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>
Const DocumentsApiAxiosParamCreator
- DocumentsApiAxiosParamCreator(configuration?: Configuration): { getDocument: any }
-
Parameters
Returns { getDocument: any }
-
getDocument: function
- getDocument(fileName: string, fileType: "pdf" | "pptx" | "xlsx" | "csv", attachmentName?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
fileName: string
-
fileType: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional attachmentName: string
-
Default value options: any = {}
Const DocumentsApiFactory
- DocumentsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getDocument: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getDocument: any }
-
getDocument: function
- getDocument(fileName: string, fileType: "pdf" | "pptx" | "xlsx" | "csv", attachmentName?: string, options?: any): AxiosPromise<any>
-
Parameters
-
fileName: string
-
fileType: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional attachmentName: string
-
Optional options: any
Returns AxiosPromise<any>
Const DocumentsApiFp
- DocumentsApiFp(configuration?: Configuration): { getDocument: any }
-
Parameters
Returns { getDocument: any }
-
getDocument: function
- getDocument(fileName: string, fileType: "pdf" | "pptx" | "xlsx" | "csv", attachmentName?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
-
Parameters
-
fileName: string
-
fileType: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional attachmentName: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
Const FilterCyclesApiAxiosParamCreator
- FilterCyclesApiAxiosParamCreator(configuration?: Configuration): { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
Parameters
Returns { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
createFilterCycle: function
-
Parameters
-
-
Default value options: any = {}
-
deleteFilterCycle: function
- deleteFilterCycle(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
disableAllInCycle: function
- disableAllInCycle(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
enableAllInCycle: function
- enableAllInCycle(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getFilterCycle: function
- getFilterCycle(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getFilterCycles: function
- getFilterCycles(templateId: string, options?: any): Promise<RequestArgs>
-
Parameters
-
templateId: string
-
Default value options: any = {}
-
updateFilterCycle: function
-
Parameters
-
id: string
-
-
Default value options: any = {}
Const FilterCyclesApiFactory
- FilterCyclesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
createFilterCycle: function
-
deleteFilterCycle: function
- deleteFilterCycle(id: string, options?: any): AxiosPromise<FilterCycle>
-
Parameters
-
id: string
-
Optional options: any
-
disableAllInCycle: function
- disableAllInCycle(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
enableAllInCycle: function
- enableAllInCycle(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getFilterCycle: function
- getFilterCycle(id: string, options?: any): AxiosPromise<FilterCycle>
-
Parameters
-
id: string
-
Optional options: any
-
getFilterCycles: function
- getFilterCycles(templateId: string, options?: any): AxiosPromise<Array<FilterCycle>>
-
Parameters
-
templateId: string
-
Optional options: any
Returns AxiosPromise<Array<FilterCycle>>
-
updateFilterCycle: function
-
Parameters
-
id: string
-
-
Optional options: any
Const FilterCyclesApiFp
- FilterCyclesApiFp(configuration?: Configuration): { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
Parameters
Returns { createFilterCycle: any; deleteFilterCycle: any; disableAllInCycle: any; enableAllInCycle: any; getFilterCycle: any; getFilterCycles: any; updateFilterCycle: any }
-
createFilterCycle: function
- createFilterCycle(filterCycle: FilterCycle, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
deleteFilterCycle: function
- deleteFilterCycle(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
disableAllInCycle: function
- disableAllInCycle(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
enableAllInCycle: function
- enableAllInCycle(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getFilterCycle: function
- getFilterCycle(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
getFilterCycles: function
- getFilterCycles(templateId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FilterCycle>>>
-
Parameters
-
templateId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FilterCycle>>>
-
updateFilterCycle: function
- updateFilterCycle(id: string, filterCycle: FilterCycle, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterCycle>>
Const ImagesApiAxiosParamCreator
- ImagesApiAxiosParamCreator(configuration?: Configuration): { getImage: any; uploadImage: any }
-
Parameters
Returns { getImage: any; uploadImage: any }
-
getImage: function
- getImage(title: string, options?: any): Promise<RequestArgs>
-
Parameters
-
title: string
-
Default value options: any = {}
-
uploadImage: function
- uploadImage(image?: any, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional image: any
-
Default value options: any = {}
Const ImagesApiFactory
- ImagesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getImage: any; uploadImage: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getImage: any; uploadImage: any }
-
getImage: function
- getImage(title: string, options?: any): AxiosPromise<any>
-
Parameters
-
title: string
-
Optional options: any
Returns AxiosPromise<any>
-
uploadImage: function
-
Parameters
-
Optional image: any
-
Optional options: any
Const ImagesApiFp
- ImagesApiFp(configuration?: Configuration): { getImage: any; uploadImage: any }
-
Parameters
Returns { getImage: any; uploadImage: any }
-
getImage: function
- getImage(title: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
-
Parameters
-
title: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
-
uploadImage: function
- uploadImage(image?: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2001>>
-
Parameters
-
Optional image: any
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2001>>
Const JobsApiAxiosParamCreator
- JobsApiAxiosParamCreator(configuration?: Configuration): { getJob: any }
-
Parameters
Returns { getJob: any }
-
getJob: function
- getJob(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
Const JobsApiFactory
- JobsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getJob: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getJob: any }
-
getJob: function
- getJob(id: string, options?: any): AxiosPromise<Job>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Job>
Const JobsApiFp
-
Parameters
Returns { getJob: any }
-
getJob: function
- getJob(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Job>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Job>>
Const ReportTasksApiAxiosParamCreator
- ReportTasksApiAxiosParamCreator(configuration?: Configuration): { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
Parameters
Returns { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
createReportTask: function
-
Parameters
-
-
Default value options: any = {}
-
deleteReportTask: function
- deleteReportTask(id: string, deleteAssociatedReports?: boolean, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional deleteAssociatedReports: boolean
-
Default value options: any = {}
-
getReportTask: function
- getReportTask(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getReportTasks: function
- getReportTasks(pageNum?: number, meta?: {}, templateId?: string, perPage?: number, orderBy?: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId", order?: "asc" | "desc", filter?: object, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional pageNum: number
-
Optional meta: {}
-
Optional templateId: string
-
Optional perPage: number
-
Optional orderBy: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId"
-
Optional order: "asc" | "desc"
-
Optional filter: object
-
Default value options: any = {}
-
runReportTaskNow: function
- runReportTaskNow(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
updateReportTask: function
-
Parameters
-
id: string
-
-
Default value options: any = {}
Const ReportTasksApiFactory
- ReportTasksApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
createReportTask: function
-
deleteReportTask: function
- deleteReportTask(id: string, deleteAssociatedReports?: boolean, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional deleteAssociatedReports: boolean
-
Optional options: any
Returns AxiosPromise<void>
-
getReportTask: function
-
Parameters
-
id: string
-
Optional options: any
-
getReportTasks: function
- getReportTasks(pageNum?: number, meta?: {}, templateId?: string, perPage?: number, orderBy?: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId", order?: "asc" | "desc", filter?: object, options?: any): AxiosPromise<InlineResponse2002>
-
Parameters
-
Optional pageNum: number
-
Optional meta: {}
-
Optional templateId: string
-
Optional perPage: number
-
Optional orderBy: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId"
-
Optional order: "asc" | "desc"
-
Optional filter: object
-
Optional options: any
-
runReportTaskNow: function
-
Parameters
-
id: string
-
Optional options: any
-
updateReportTask: function
-
Parameters
-
id: string
-
-
Optional options: any
Const ReportTasksApiFp
- ReportTasksApiFp(configuration?: Configuration): { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
Parameters
Returns { createReportTask: any; deleteReportTask: any; getReportTask: any; getReportTasks: any; runReportTaskNow: any; updateReportTask: any }
-
createReportTask: function
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
-
deleteReportTask: function
- deleteReportTask(id: string, deleteAssociatedReports?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional deleteAssociatedReports: boolean
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getReportTask: function
- getReportTask(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
-
getReportTasks: function
- getReportTasks(pageNum?: number, meta?: {}, templateId?: string, perPage?: number, orderBy?: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId", order?: "asc" | "desc", filter?: object, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2002>>
-
Parameters
-
Optional pageNum: number
-
Optional meta: {}
-
Optional templateId: string
-
Optional perPage: number
-
Optional orderBy: "title" | "startOn" | "endOn" | "enabled" | "username" | "frequency" | "scheduledJobs.lastFinishedAt" | "scheduledJobs.nextRunAt" | "scheduledJobs.lastRunAt" | "averageTimeToGenerate" | "id" | "templateId"
-
Optional order: "asc" | "desc"
-
Optional filter: object
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2002>>
-
runReportTaskNow: function
- runReportTaskNow(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
-
updateReportTask: function
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTaskResponse>>
Const ReportsApiAxiosParamCreator
- ReportsApiAxiosParamCreator(configuration?: Configuration): { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
Parameters
Returns { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
deleteReport: function
- deleteReport(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getReport: function
- getReport(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getReports: function
- getReports(pageNum?: number, perPage?: number, orderBy?: "title" | "createdAt", order?: "asc" | "desc", tagId?: string, reportTaskId?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional pageNum: number
-
Optional perPage: number
-
Optional orderBy: "title" | "createdAt"
-
Optional order: "asc" | "desc"
-
Optional tagId: string
-
Optional reportTaskId: string
-
Default value options: any = {}
-
renderReport: function
- renderReport(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Default value options: any = {}
Const ReportsApiFactory
- ReportsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
deleteReport: function
- deleteReport(id: string, options?: any): AxiosPromise<Report>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Report>
-
getReport: function
- getReport(id: string, options?: any): AxiosPromise<Report>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Report>
-
getReports: function
- getReports(pageNum?: number, perPage?: number, orderBy?: "title" | "createdAt", order?: "asc" | "desc", tagId?: string, reportTaskId?: string, options?: any): AxiosPromise<InlineResponse2003>
-
Parameters
-
Optional pageNum: number
-
Optional perPage: number
-
Optional orderBy: "title" | "createdAt"
-
Optional order: "asc" | "desc"
-
Optional tagId: string
-
Optional reportTaskId: string
-
Optional options: any
-
renderReport: function
- renderReport(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): AxiosPromise<Job>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional options: any
Returns AxiosPromise<Job>
Const ReportsApiFp
- ReportsApiFp(configuration?: Configuration): { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
Parameters
Returns { deleteReport: any; getReport: any; getReports: any; renderReport: any }
-
deleteReport: function
- deleteReport(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report>>
-
getReport: function
- getReport(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report>>
-
getReports: function
- getReports(pageNum?: number, perPage?: number, orderBy?: "title" | "createdAt", order?: "asc" | "desc", tagId?: string, reportTaskId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2003>>
-
Parameters
-
Optional pageNum: number
-
Optional perPage: number
-
Optional orderBy: "title" | "createdAt"
-
Optional order: "asc" | "desc"
-
Optional tagId: string
-
Optional reportTaskId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2003>>
-
renderReport: function
- renderReport(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Job>>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Job>>
Const TemplatesApiAxiosParamCreator
- TemplatesApiAxiosParamCreator(configuration?: Configuration): { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
Parameters
Returns { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
createTemplate: function
-
Parameters
-
-
Default value options: any = {}
-
deleteTemplate: function
- deleteTemplate(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
duplicateTemplate: function
- duplicateTemplate(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
exportTemplate: function
- exportTemplate(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getTemplate: function
- getTemplate(id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Default value options: any = {}
-
getTemplates: function
- getTemplates(pageNum?: number, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional pageNum: number
-
Default value options: any = {}
-
importTemplate: function
- importTemplate(template?: any, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional template: any
-
Default value options: any = {}
-
renderTemplate: function
- renderTemplate(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Default value options: any = {}
-
updateTemplate: function
-
Parameters
-
id: string
-
-
Default value options: any = {}
Const TemplatesApiFactory
- TemplatesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
createTemplate: function
-
Parameters
Returns AxiosPromise<Template>
-
deleteTemplate: function
- deleteTemplate(id: string, options?: any): AxiosPromise<Template>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Template>
-
duplicateTemplate: function
- duplicateTemplate(id: string, options?: any): AxiosPromise<Template>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Template>
-
exportTemplate: function
- exportTemplate(id: string, options?: any): AxiosPromise<any>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<any>
-
getTemplate: function
- getTemplate(id: string, options?: any): AxiosPromise<Template>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<Template>
-
getTemplates: function
-
Parameters
-
Optional pageNum: number
-
Optional options: any
-
importTemplate: function
- importTemplate(template?: any, options?: any): AxiosPromise<Template>
-
Parameters
-
Optional template: any
-
Optional options: any
Returns AxiosPromise<Template>
-
renderTemplate: function
- renderTemplate(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): AxiosPromise<JobResponse>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional options: any
-
updateTemplate: function
- updateTemplate(id: string, template: Template, options?: any): AxiosPromise<Template>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<Template>
Const TemplatesApiFp
- TemplatesApiFp(configuration?: Configuration): { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
Parameters
Returns { createTemplate: any; deleteTemplate: any; duplicateTemplate: any; exportTemplate: any; getTemplate: any; getTemplates: any; importTemplate: any; renderTemplate: any; updateTemplate: any }
-
createTemplate: function
- createTemplate(template: Template, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
deleteTemplate: function
- deleteTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
duplicateTemplate: function
- duplicateTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
exportTemplate: function
- exportTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>
-
getTemplate: function
- getTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
getTemplates: function
- getTemplates(pageNum?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2004>>
-
Parameters
-
Optional pageNum: number
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2004>>
-
importTemplate: function
- importTemplate(template?: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
Optional template: any
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
renderTemplate: function
- renderTemplate(id: string, format: "pdf" | "pptx" | "xlsx" | "csv", options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JobResponse>>
-
Parameters
-
id: string
-
format: "pdf" | "pptx" | "xlsx" | "csv"
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JobResponse>>
-
updateTemplate: function
- updateTemplate(id: string, template: Template, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>
Const VisualizationApiAxiosParamCreator
- VisualizationApiAxiosParamCreator(configuration?: Configuration): { createVisualization: any }
-
Parameters
Returns { createVisualization: any }
-
createVisualization: function
-
Parameters
-
-
Optional priority: "high" | "low"
-
Default value options: any = {}
Const VisualizationApiFactory
- VisualizationApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createVisualization: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createVisualization: any }
-
createVisualization: function
- createVisualization(visualization: Visualization, priority?: "high" | "low", options?: any): AxiosPromise<void>
-
Parameters
-
-
Optional priority: "high" | "low"
-
Optional options: any
Returns AxiosPromise<void>
Const VisualizationApiFp
- VisualizationApiFp(configuration?: Configuration): { createVisualization: any }
-
Parameters
Returns { createVisualization: any }
-
createVisualization: function
- createVisualization(visualization: Visualization, priority?: "high" | "low", options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
-
Optional priority: "high" | "low"
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
BaseTemplatesApi - axios parameter creator