POST api/Reliability/GetAllDashboardGraphCount
Request Information
URI Parameters
None.
Body Parameters
TotalNumberOfEventFilterMdlName | 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": "2024-11-22T21:55:28.5868401-06:00", "EndDate": "2024-11-22T21:55:28.5868401-06:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DashnoardGraphCommonMdlName | 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" }