Function getAppEvaluationComparison

  • Accepts two evaluation ids and returns a comparison denoting the differences between the two.

    Parameters

    • baseid: string

      Id of the baseline evaluation

    • comparisonid: string

      Id of the comparison evaluation

    • query: { all?: boolean; format?: string }

      an object with query parameters

      • Optionalall?: boolean

        Get the full list of comparisons including non-significant diffs

      • Optionalformat?: string

        Specify output format, currently supported are 'json' and 'xml'

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAppEvaluationComparisonHttpResponse>

    GetAppEvaluationComparisonHttpError