Aircraft Reports
List Reports
Request Body (optional filters)
Parameter
Type
Description
Response
{
"reports": [
{
"AircraftReport": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"aircraft_id": "45",
"user_id": "123",
"type": "DEFECT",
"title": "Nose gear shimmy above 80kt",
"description": "Noticeable shimmy on landing roll and takeoff above 80 knots.",
"ata_chapter": "32",
"system": "Landing Gear",
"severity": "MEDIUM",
"aircraft_status": "FLYABLE",
"dispatch_condition": "MONITOR",
"status": "OPEN",
"hours": "12500.300",
"cycles": "8900",
"deferred_until": null,
"deferred_reference": null,
"closed_by": null,
"closed": null,
"created": "1714003200"
},
"Aircraft": {
"id": "45",
"registration": "EC-ABC"
},
"User": {
"id": "123",
"UserDetail": {
"name": "John",
"surname": "Doe"
}
}
}
],
"paginate": {
"page": 1,
"current": 10,
"count": 34,
"prevPage": false,
"nextPage": true,
"pageCount": 4,
"limit": 50
}
}View Report
Path Parameters
Parameter
Type
Description
Response
Create Report
Request Body
Parameter
Type
Required
Description
Response
Edit Report
Path Parameters
Parameter
Type
Description
Request Body
Response
Delete Report
Path Parameters
Parameter
Type
Description
Response
Enumerations Reference
Type
Value
Description
Severity
Value
Description
Aircraft Status
Value
Description
Dispatch Condition
Value
Description
Status
Value
Description
ATA Chapters
Response
Last updated