Starting project
GET/project/:id/start
Start all checks in project
Request
Path Parameters
id stringrequired
A unique project ID
Example: 5e9602e7a39e5a46428b457f
Query Parameters
tests string[]
Array of
Example: [55ae166c25b395537a8b6029, 510fa4a3bd96e74c0200000b]
Responses
- 200
Job starts successfully
- application/json
- Schema
- Example (from schema)
Schema
projectId string
A unique Project ID
Example:
5e95ddf7a39e5a44428b4581
jobId string
A unique ID for each Job
Example:
5e9602e7a39e5a46428b457f
start string
Value ok
means your tests have successfully started
Example:
ok
results string
The URL where you can view your results
Example:
https://www.testomato.com/api/project/5e95ddf7a39e5a44428b4581/job/5e9602e7a39e5a46428b457f/results?apikey=4PJAOwTK
{
"projectId": "5e95ddf7a39e5a44428b4581",
"jobId": "5e9602e7a39e5a46428b457f",
"start": "ok",
"results": "https://www.testomato.com/api/project/5e95ddf7a39e5a44428b4581/job/5e9602e7a39e5a46428b457f/results?apikey=4PJAOwTK"
}