Returning details of the most recent test run
Get test details. Only users with the Standard Registry role are allowed to make the request.
Authorizations
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001
testIdstringRequiredExample:
Test Id
000000000000000000000001
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
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