Function getAppEvaluation

  • Retrieves a single app evaluation by its unique identifier. Use the all parameter to include full evaluation details in the response.

    Parameters

    • id: string

      The unique identifier of the app evaluation to retrieve.

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

      an object with query parameters

      • Optionalall?: boolean

        When true, includes full app evaluation details in the response.

      • Optionalformat?: string

        The output format for the response. Accepts json or xml.

    • Optionaloptions: ApiCallOptions

    Returns Promise<apps.GetAppEvaluationHttpResponse>

    GetAppEvaluationHttpError