REST reference
Trials
curl -X POST "https://example.com/trials" \ -H "Content-Type: application/json" \ -d '{ "problemType": "string", "packageFileId": "ebf2e86f-ebbd-401c-9131-463c0fb8473f" }'{ "id": "string", "activityId": "string", "state": "string", "problemType": "string", "createdAt": "string", "finishedAt": "string", "failureReason": "string", "measurement": "string", "hasPackage": true}curl -X GET "https://example.com/trials/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "string", "activityId": "string", "state": "string", "problemType": "string", "createdAt": "string", "finishedAt": "string", "failureReason": "string", "measurement": "string", "hasPackage": true}