Returning Policy Test by ID
Get policy test.
Get policy test. Only users with the Standard Registry role are allowed to make the request.
GET/api/v1/policies/{policyId}/test/{testId}
Authorization
Path parameters
policyId*string
Policy Id
"000000000000000000000001"
testId*string
Test Id
"000000000000000000000001"
Response
Successful operation.
Body
id*string
Test ID
"000000000000000000000001"
uuid*string
Test UUID
"00000000-0000-0000-0000-000000000000"
name*string
Test Name
"Test Name"
policyId*string
Policy ID
"000000000000000000000001"
owner*string
Test owner
"#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001"
status*enum
Test status
"New"
NewRunningStoppedSuccessFailure
date*string
Last start date
"1900-01-01T00:00:00.000Z"
duration*string
Test duration
0
progress*string
Test progress
0
resultId*string
Test result
"00000000-0000-0000-0000-000000000000"
result*string
Test result
Request
Response
Last updated