GET api/Dashboard/GetDashboardMMBDetail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of spDashboardMMBDateWise_ResultName | Description | Type | Additional information |
---|---|---|---|
entrydate | date |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "entrydate": "2025-04-22T16:07:39.7203482+05:30", "total": 1 }, { "entrydate": "2025-04-22T16:07:39.7203482+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-04-22T16:07:39.7203482+05:30</entrydate> <total>1</total> </spDashboardMMBDateWise_Result> <spDashboardMMBDateWise_Result> <entrydate>2025-04-22T16:07:39.7203482+05:30</entrydate> <total>1</total> </spDashboardMMBDateWise_Result> </ArrayOfspDashboardMMBDateWise_Result>