Waiting for engine...
Skip to main content

deployedApiTestExecutionLatest

Returns the latest test execution result for the specific version of the Deployed API. If the version is omitted, latest test execution result of the currently deployed version of the Deployed API is returned.

deployedApiTestExecutionLatest(
deployedApiId: ID!
version: String
): DeployedApiTestExecution

Arguments

deployedApiTestExecutionLatest.deployedApiId ● ID! non-null scalar miscellaneous

deployedApiTestExecutionLatest.version ● String scalar miscellaneous

Type

DeployedApiTestExecution object platform

Represents the results of API testing execution including test metrics and timing information.

On this Page