POST api/Reliability/GetAllDashboardGraphCount
Request Information
URI Parameters
None.
Body Parameters
TotalNumberOfEventFilterMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| IsYear | boolean |
None. |
|
| IsQuarter | boolean |
None. |
|
| IsMonth | boolean |
None. |
|
| IsWeek | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsYear": true,
"IsQuarter": true,
"IsMonth": true,
"IsWeek": true,
"StartDate": "2026-06-03T18:39:11.2440175-05:00",
"EndDate": "2026-06-03T18:39:11.2440175-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DashnoardGraphCommonMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | DashnoardGraphCommonMdls |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {
"TotalQAPartsCountMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"QAPartsTotalCount": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"QAPartsTotalCount": 1,
"rn": 1
}
],
"TotalResolvedNotResolvedQAPartsCountMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"ResolvedCount": 1,
"NotResolvedCount": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"ResolvedCount": 1,
"NotResolvedCount": 1,
"rn": 1
}
],
"TotalNoFaultFoundReplacedItemQAPartsCountMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"NoFaultFondCount": 1,
"ReplacedItemCount": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"NoFaultFondCount": 1,
"ReplacedItemCount": 1,
"rn": 1
}
],
"TotalServiceReportAttachedWeatherEventCountMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"AttachedServiceReportTotalCount": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"AttachedServiceReportTotalCount": 1,
"rn": 1
}
],
"TotalFlaggedQAPartsCountMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"FlaggedReportTotalCount": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"FlaggedReportTotalCount": 1,
"rn": 1
}
],
"AverageCompletionTimesByEventsMdl": [
{
"Type": "sample string 1",
"Item": "sample string 2",
"QAPartsEvents": 1,
"WeatherEvents": 1,
"ReliabilityEvents": 1,
"rn": 1
},
{
"Type": "sample string 1",
"Item": "sample string 2",
"QAPartsEvents": 1,
"WeatherEvents": 1,
"ReliabilityEvents": 1,
"rn": 1
}
]
},
"Message": "sample string 2"
}