The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
Result:
{
Summary:
{
SinceDate: 0001-01-01,
TotalScenariosSeen: 0,
DistinctSignatures: 0,
CoveredScenariosSeen: 0,
CoveredSignatures: 0,
CoveragePct: 0,
ApprovedCases: 0,
KnownFailingCases: 0,
PendingCases: 0
},
Gap:
[
{
GrossSign: String,
DimensionSet: String,
TimesSeen: 0,
PolicyProductId: 0,
ExampleSource: 0,
ExamplePlan: String,
ExampleRecordId: 0,
ProjectedCoveragePct: 0
}
]
}
}