Batch Create Test Case Results
Description
Creates a batch of test case results
Details
This API can be used to create multiple test case results so users do not have to the incur the cost of repeated network calls. To use this API, pass in a list of test case results in the request body.
Authorizations
Headers
Path Parameters
Body
UNAUDITED
, FIXED
, APPROVED
PENDING
, COMPLETED
, FAILED
Response
The ID of the account that owns the given entity.
The date and time when the entity was created in ISO format.
The user who originally created the entity.
The unique identifier of the entity.
The status of the test case result. This should not be explictly set when creating a test case result. When patching a test case result, this field can be set to 'PENDING' to prevent the test case result from being marked 'COMPLETED'.
PENDING
, COMPLETED
, FAILED
The user who annotated the task.
The date and time when the entity was archived in ISO format.
UNAUDITED
, FIXED
, APPROVED
The result of the test case evaluation, in JSON form where the key is the question ID and the value is the result.
GENERATION
The time spent labeling in seconds.