StarterTemplate ASP.NET Host

<back to all web services

RequestRunItemScriptV2

TestRunItems Service

The following routes are available for this service:
GET/service/automation/v2/hosts/{HostId}/runs/{RunId}/items/{SequenceNumber}/scriptReturns an automation script assigned to the test
Parameters:
NameParameterData TypeRequiredDescription
AgentquerystringYesThe agent you use to run the automated test.
SequenceNumberpathintYesThe 1-based index of the item in the test run
RunIdpathintYesThe ID of the test run that contains the script you need to get
HostIdpathintYesThe ID of the host computer

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/oneway/RequestRunItemScriptV2 HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: application/json
Content-Length: length

{"agent":"String","sequence_number":0,"run_id":0,"host_id":0}