| GET,OPTIONS | /v1/records/compliance/summary |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Summary | form | ComplianceSummaryDto | No | |
| Exceptions | form | List<ComplianceExceptionDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Total | form | int | No | |
| Eligible | form | int | No | |
| Held | form | int | No | |
| Unscheduled | form | int | No | |
| PendingTrigger | form | int | No | |
| Running | form | int | No | |
| OverdueCheckouts | form | int | No | |
| OverdueRequests | form | int | No | |
| QaOpen | form | int | No | |
| RequestsOnTime90d | form | int | No | |
| Sessions90d | form | int | No | |
| Certs90d | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Kind | form | string | No | |
| Count | form | int | No | |
| RefRoute | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/records/compliance/summary HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: text/jsv
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,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Summary:
{
Total: 0,
Eligible: 0,
Held: 0,
Unscheduled: 0,
PendingTrigger: 0,
Running: 0,
OverdueCheckouts: 0,
OverdueRequests: 0,
QaOpen: 0,
RequestsOnTime90d: 0,
Sessions90d: 0,
Certs90d: 0
},
Exceptions:
[
{
Kind: String,
Count: 0,
RefRoute: String
}
]
}