# MEF

## En entrée ?

Un code MEF 10 ou 11 caractères dont je recherche les informations détaillées. Défini comme ci-dessous&#x20;

* liste les formations qui existent de droit et reconnue par l'état
* dépend du ministère de l'Education Nationale
* utilisé par Parcoursup et Affelnet car plus précis que le code formation diplôme, données supplémentaires : durée de formation et année sur laquelle on s'inscrit

**Exemple pour le CAP Arts et technique du verre - option décorateur :**

| MEF | 2402242711 ([table](http://infocentre.pleiade.education.fr/bcn/index.php/workspace/viewTable/n/N_MEF/nbElements/20))                            | 1CAP1 ARTS & TECH.VERRE: DECORATEUR      |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| 240 | Dispositif formation ([table](http://infocentre.pleiade.education.fr/bcn/index.php/workspace/viewTable/n/N_DISPOSITIF_FORMATION/nbElements/20)) | CAP EN 1 AN                              |
| 224 | Groupe spécialité ou NSF ([table](http://infocentre.pleiade.education.fr/bcn/workspace/viewTable/n/N_GROUPE_SPECIALITE))                        | MATERIAUX DE CONSTRUCTION, VERRE, CERAM. |
| 27  | Numéro d’ordre                                                                                                                                  | ??                                       |
| 1   | Durée                                                                                                                                           | 1 an                                     |
| 1   | Année                                                                                                                                           | 1ère année                               |

## En sortie ?

Ce que je peux récupérer à partir d'un MEF.&#x20;

| Nom du champ | Description | Type |
| ------------ | ----------- | ---- |
|              |             |      |

## Intégration ?&#x20;

### API

Swagger: <https://tables-correspondances.apprentissage.beta.gouv.fr/api/v1/docs/#/Outils/post_mef>

## Récupérer les informations liées à un MEF&#x20;

<mark style="color:green;">`POST`</mark> `https://tables-correspondances.apprentissage.beta.gouv.fr/api/v1/mef`

Cette api vous permet de récupérer les informations relatives à un MEF 10 ou 11 caractères. \
Appels sous-jacents aux tables BCN V et N formations, MEF&#x20;

#### Request Body

| Name | Type   | Description |
| ---- | ------ | ----------- |
| mef  | string |             |

{% tabs %}
{% tab title="200 MEF successfully retrieved." %}

```javascript
```

{% endtab %}
{% endtabs %}

#### Exemple:

<https://tables-correspondances.apprentissage.beta.gouv.fr/api/v1/docs/#/Outils/post_mef>

![](/files/-MZx13ISNKpEvK2vTB69)

### SDK

```javascript
// TODO
```

## Annexes


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mission-apprentissage.gitbook.io/catalogue/tables-de-correspondances/documentation/mef.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
