Returning details of the most recent test run

Get test details.

get

Get test details. Only users with the Standard Registry role are allowed to make the request.

Authorizations
Path parameters
policyIdstringRequired

Policy Id

Example: 000000000000000000000001
testIdstringRequired

Test Id

Example: 000000000000000000000001
Responses
200
Successful operation.
application/json
get
GET /api/v1/policies/{policyId}/test/{testId}/details HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "left": {},
  "right": {},
  "total": 1,
  "documents": {}
}

Last updated