Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseTemplatesApi

BaseTemplatesApi - object-oriented interface

export

Hierarchy

Index

Constructors

constructor

Properties

Protected axios

axios: AxiosInstance

Protected basePath

basePath: string

Protected configuration

configuration: Configuration | undefined

Methods

duplicateBaseTemplate

  • duplicateBaseTemplate(id: string, options?: any): Promise<AxiosResponse<Template>>
  • Duplicate a base template by its ID

    summary

    Duplicate a base template

    throws

    {RequiredError}

    memberof

    BaseTemplatesApi

    Parameters

    • id: string
    • Optional options: any

    Returns Promise<AxiosResponse<Template>>

getBaseTemplates

  • getBaseTemplates(pageNum?: number, page?: number, options?: any): Promise<AxiosResponse<InlineResponse200>>
  • summary

    List base templates

    throws

    {RequiredError}

    memberof

    BaseTemplatesApi

    Parameters

    • Optional pageNum: number
    • Optional page: number
    • Optional options: any

    Returns Promise<AxiosResponse<InlineResponse200>>

Generated using TypeDoc