# 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>

![](https://1191786081-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6ZLIoTJurOYqstj6y_%2F-MZx-xdx-TC3nzhGwGl3%2F-MZx13ISNKpEvK2vTB69%2Fimage.png?alt=media\&token=96a8b18f-b03a-4c0f-bacf-c4469363da05)

### SDK

```javascript
// TODO
```

## Annexes
