Web: Transaction detail

GET https://{{base_url}}/v6/web/transactions/{{testId}}/{{agentId}}/{{roundId}}.json

(Web) Transaction detail

Returns transaction time, duration and error counts of steps and pages transited during a execution of a transaction. An agent and roundId is required, since results from a single round of transaction execution will be returned.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Request

  • {testId} the ID of the transaction you wish to retrieve
  • {agentId} the ID of the agent for which you wish to obtain transaction data
  • {roundId} the roundID for which data is being requested

HEADERS

KeyDatatypeRequiredDescription
Acceptstring