Rule Testing API
The Rule Testing API is a secure REST API that manage test runs.
Request authorization
Authorization: Bearer YOUR_SOLVER_API_KEYA custom correlation ID to track the job execution. If not provided, a GUID will be automatically generated.
A list of Test Suite IDs to be executed.
A list of individual Test IDs to be executed.
The test run job has been successfully created and queued.
The ID of the newly created test run job.
Initial status of the test run job (e.g., WAITING).
Business error. Missing parameters or rule resolution failed.
Unauthorized. Invalid or missing API key.
The ID of the test run job to retrieve details for.
Job details retrieved successfully.
Business error.
Unauthorized. Invalid or missing API key.
The Test Run ID to retrieve results for.
Test run details retrieved successfully. Returns an array of evaluated rules, grouped by test suites and their nested test executions.
Business error.
Unauthorized. Invalid or missing API key.
Last updated
Was this helpful?

