Function getAppEvaluationComparisonXml

  • Downloads a comparison log for the two specified app evaluations (baseline and comparison), defaulting to XML format. Use the Accept header to request JSON output instead. Both evaluations must belong to the same app.

    Parameters

    • baselineId: string

      The unique identifier of the baseline app evaluation.

    • comparisonId: string

      The unique identifier of the comparison app evaluation.

    • Optionaloptions: ApiCallOptions

    Returns Promise<apps.GetAppEvaluationComparisonXmlHttpResponse>

    getAppEvaluationComparisonXml(
    "abcdefghijklmnopq",
    "abcdefghijklmnopq"
    )

    GetAppEvaluationComparisonXmlHttpError