POST api/Report/GetReport
Request Information
URI Parameters
None.
Body Parameters
SearchMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | integer |
None. |
|
| reportStatusID | Collection of integer |
None. |
|
| reportTypeID | integer |
None. |
|
| airportID | integer |
None. |
|
| aircraftID | integer |
None. |
|
| generalSearch | string |
None. |
|
| limitTo | integer |
None. |
|
| pageNumber | integer |
None. |
|
| selectedDate | date |
None. |
|
| toDate | date |
None. |
|
| IsFullData | boolean |
None. |
|
| IsMyReports | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": 1,
"reportStatusID": [
1,
2
],
"reportTypeID": 1,
"airportID": 1,
"aircraftID": 1,
"generalSearch": "sample string 1",
"limitTo": 2,
"pageNumber": 3,
"selectedDate": "2026-06-03T18:39:50.7508818-05:00",
"toDate": "2026-06-03T18:39:50.7508818-05:00",
"IsFullData": true,
"IsMyReports": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReportResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}