# Qualification Types Retrieve qualification types that define the available certifications and licenses assignable to crew members. These endpoints provide access to the operator's qualification catalogue, enabling dynamic forms and validation when assigning or updating crew qualifications. **Business Value** - Ensure accurate qualification assignments by identifying the correct type and its configuration. - Align integration behavior with the operator's specific qualification catalogue. - Support dynamic qualification interfaces that only display relevant fields for the selected type.
**Use Cases** - Retrieve the full list of available qualification types before assigning a qualification to a crew member. - Inspect a specific qualification type to understand its requirements and metadata. - Build dynamic forms that adapt based on the chosen qualification type.
## Get qualification types - [GET /api/v2/qualification-types](https://developer.fl3xx.com/reference/v2/qualification-types/qualificationtypesget.md): Retrieves available qualification types and their details for use in crew qualification assignments. Features: - Returns paginated list of available qualifications - Includes qualification metadata and configuration For more information on managing crew qualifications, see the Crew Qualification Management Guide. ## Get qualification type by ID - [GET /api/v2/qualification-types/{id}](https://developer.fl3xx.com/reference/v2/qualification-types/qualificationtypebyidget.md): Retrieves detailed information about a specific qualification type. Features: - Returns complete qualification configuration and metadata - Includes validity periods, grace periods, and relation information For more information on managing crew qualifications, see the Crew Qualification Management Guide.