GET api/Dashboard/GetDashboardMMBDetail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of spDashboardMMBDateWise_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| entrydate | date |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"entrydate": "2025-12-07T01:49:36.8006498+05:30",
"total": 1
},
{
"entrydate": "2025-12-07T01:49:36.8006498+05:30",
"total": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfspDashboardMMBDateWise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDisruptionDAL.DBContext">
<spDashboardMMBDateWise_Result>
<entrydate>2025-12-07T01:49:36.8006498+05:30</entrydate>
<total>1</total>
</spDashboardMMBDateWise_Result>
<spDashboardMMBDateWise_Result>
<entrydate>2025-12-07T01:49:36.8006498+05:30</entrydate>
<total>1</total>
</spDashboardMMBDateWise_Result>
</ArrayOfspDashboardMMBDateWise_Result>