Class ReportRunsApi

ReportRunsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • ReportRunsApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns ReportRunsApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Creates a Report Run.

    Summary

    Create a Report Run

    Throws

    Memberof

    ReportRunsApi

    Parameters

    Returns Promise<AxiosResponse<ReportRun, any>>

  • Retrieves the details of an existing Report Run.

    Summary

    Get a Report Run

    Throws

    Memberof

    ReportRunsApi

    Parameters

    Returns Promise<AxiosResponse<ReportRun, any>>

Generated using TypeDoc