POST api/Report/GetReport

Request Information

URI Parameters

None.

Body Parameters

SearchMdl
NameDescriptionTypeAdditional 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": "2024-11-22T21:40:14.2694563-06:00",
  "toDate": "2024-11-22T21:40:14.2694563-06:00",
  "IsFullData": true,
  "IsMyReports": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportResponseMdl
NameDescriptionTypeAdditional information
Status

boolean

None.

Data

Object

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Data": {},
  "Message": "sample string 3"
}