---
title: "Retrieves the aircraft types for the given search criteria"
method: POST
path: "/v1.0/aircraft-types"
tags: ["Aircraft Types"]
---

# Retrieves the aircraft types for the given search criteria

`POST /v1.0/aircraft-types`

## Request body

- AircraftTypeSearchCriteria — The search criteria
  - `term` string
  - `excludedAircraftTypes` AircraftTypeDTO[]
    - `manufacturer` string, required
    - `model` string, required
    - `designatorType` string, required
  - `pageNumber` integer, required
  - `pageSize` integer, required

## Response `200`

OK

- AircraftTypeSearchResults
  - `aircraftTypes` AircraftTypeDTO[]
    - `manufacturer` string, required
    - `model` string, required
    - `designatorType` string, required
  - `total` integer

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2025-11-18** `75eb25c6c016` — 2 warning
  - removed the optional property `security` from the response with the `403` status
  - removed the optional property `security` from the response with the `500` status
- **2025-09-05** `05191242085b` — 2 breaking
  - the `pageNumber` request property type/format changed from `integer`/`int64` to `integer`/`int32`
  - the `pageSize` request property type/format changed from `integer`/`int64` to `integer`/`int32`
- **2025-07-17** `ae162f3b8695` — 2 info
  - added the optional property `security` to the response with the `403` status
  - added the optional property `security` to the response with the `500` status

[Change history](https://skmtc.dev/beis/apis/mets-api-documentation/changes/v1.0/aircraft-types/post.md)

---

[API](https://skmtc.dev/beis/apis/mets-api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/mets-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/mets-api-documentation/revisions/c3a5c6052f25/schema)
