Function getAppEvaluation

  • Find an evaluation by a specific id.

    Parameters

    • id: string

      Id of the desired evaluation.

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

      an object with query parameters

      • Optionalall?: boolean

        Get the full data of the evaluation

      • Optionalformat?: string

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

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAppEvaluationHttpResponse>

    GetAppEvaluationHttpError