Querying for a Test Execution Record
The following shows a request to query the details of a Test Execution record, and can also be used to query the Status of a Test Execution record.
URL: https://ServerName:Port/siebel/<Version>/data/Keyword Automation/Automation Exec Config/88-1WCI9B
HTTP Method: GET
Content type: application/json
Authorization: Basic
Response to a successful request:
{
"Id": "88-1WCI9B",
"Status": "Completed",
"Master Suite Name": "CORE_UIF1"
}