Executions

Get Executions

GET https://[customer].testresults.io/api/projects/:pId/executions

Gets all active (without archive) Executions.

Path Parameters

NameTypeDescription

pId

string

Project ID

Headers

NameTypeDescription

Ayuthentication

string

Authentication token

[
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "98bab3a6-9079-49ca-ba28-c8a50bfec5ee",
    "EnvironmentName": "Windows 10 Pro - IE",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-26T15:05:43.7133333Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-26T15:43:12.5800000Z",
    "Result": "Error",
    "Id": "27f8f8ce-b214-4479-9e28-e610ca623bd9"
  },
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "286250eb-23aa-4de5-abc1-6d9505815116",
    "EnvironmentName": "Windows 10 Pro (de-DE) - Firefox",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-10T08:10:16.7400000Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-10T09:07:48.7666667Z",
    "Result": "Passed",
    "Id": "65749aa9-c328-45ef-bd9d-a1ac2d8cbb6c"
  }
]

Get archive Executions

GET https://[customer].testresults.io/api/projects/:pId/executions/archive

Gets archive Executions.

Path Parameters

NameTypeDescription

pId

string

Project ID

Headers

NameTypeDescription

Authentication

string

Authentication token

[
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "98bab3a6-9079-49ca-ba28-c8a50bfec5ee",
    "EnvironmentName": "Windows 10 Pro - IE",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-26T15:05:43.7133333Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-26T15:43:12.5800000Z",
    "Result": "Error",
    "Id": "27f8f8ce-b214-4479-9e28-e610ca623bd9"
  },
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "286250eb-23aa-4de5-abc1-6d9505815116",
    "EnvironmentName": "Windows 10 Pro (de-DE) - Firefox",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-10T08:10:16.7400000Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-10T09:07:48.7666667Z",
    "Result": "Passed",
    "Id": "65749aa9-c328-45ef-bd9d-a1ac2d8cbb6c"
  }
]

Get Recent Executions by Test Set

GET https://[customer].testresults.io/api/projects/:pId/testsets/:tsId/executions

Gets no more than 30 recent executions for the current Test Set.

Path Parameters

NameTypeDescription

pId

string

Project ID

tsId

string

Test Set ID.

Headers

NameTypeDescription

Authentication

string

Authentication token

[
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "98bab3a6-9079-49ca-ba28-c8a50bfec5ee",
    "EnvironmentName": "Windows 10 Pro - IE",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-26T15:05:43.7133333Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-26T15:43:12.5800000Z",
    "Result": "Error",
    "Id": "27f8f8ce-b214-4479-9e28-e610ca623bd9"
  },
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "286250eb-23aa-4de5-abc1-6d9505815116",
    "EnvironmentName": "Windows 10 Pro (de-DE) - Firefox",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-10T08:10:16.7400000Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-10T09:07:48.7666667Z",
    "Result": "Passed",
    "Id": "65749aa9-c328-45ef-bd9d-a1ac2d8cbb6c"
  }
]

Get All Executions by Test Set

GET https://[customer].testresults.io/api/projects/:pId/testsets/:tsId/executions/history

Gets all executions for the current Test Set.

Path Parameters

NameTypeDescription

pId

string

Project ID

tsId

string

Test Set ID

Headers

NameTypeDescription

Authentication

string

Authentication token

[
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "98bab3a6-9079-49ca-ba28-c8a50bfec5ee",
    "EnvironmentName": "Windows 10 Pro - IE",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-26T15:05:43.7133333Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-26T15:43:12.5800000Z",
    "Result": "Error",
    "Id": "27f8f8ce-b214-4479-9e28-e610ca623bd9"
  },
  {
    "TestSetId": "f2da399c-00e7-4001-9a34-bf4873fbf8cd",
    "TestSetName": "All Test Types",
    "SoftwareVersionId": "fe36cc18-87dc-4b02-969a-1559641c8a9c",
    "SoftwareVersion": "1.0",
    "SoftwareName": "TestResults.io",
    "EnvironmentId": "286250eb-23aa-4de5-abc1-6d9505815116",
    "EnvironmentName": "Windows 10 Pro (de-DE) - Firefox",
    "RequestUser": "pascal.gyger@progile.ch",
    "RequestTime": "2019-04-10T08:10:16.7400000Z",
    "Tags": "",
    "CompletionDateTime": "2019-04-10T09:07:48.7666667Z",
    "Result": "Passed",
    "Id": "65749aa9-c328-45ef-bd9d-a1ac2d8cbb6c"
  }
]

Get Execution details

GET https://[customer].testresults.io/api/projects/:pId/executions/:eId

Gets Execution details.

Path Parameters

NameTypeDescription

pId

string

Project ID

eId

string

Execution ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Update Execution

PUT https://[customer].testresults.io/api/projects/:pId/executions/:eId

Updates Execution.

Path Parameters

NameTypeDescription

pId

string

Project ID

eId

string

Execution ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Request Body

NameTypeDescription

Archived

boolean

Archive flag

Cancel Execution

DELETE https://[customer].testresults.io/api/projects/:pId/executions/:eId

Cancel Execution.

Path Parameters

NameTypeDescription

pId

string

Project ID

eId

string

Execution ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Last updated