GET /parcours/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "nom": "Licences",
        "createdAt": "2021-07-29T09:52:02.265137Z",
        "updatedAt": "2021-07-29T09:52:02.265194Z"
    },
    {
        "id": 2,
        "nom": "Mastères",
        "createdAt": "2021-07-29T09:52:22.886409Z",
        "updatedAt": "2021-07-29T09:52:22.886442Z"
    }
]