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

[
    {
        "id": 1,
        "nom": "Droit Public",
        "createdAt": "2021-08-05T11:11:31.072069Z",
        "updatedAt": "2021-08-05T11:11:31.072103Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 2,
        "nom": "Droit Privé",
        "createdAt": "2021-08-05T11:11:45.616651Z",
        "updatedAt": "2021-08-05T11:11:45.616701Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 3,
        "nom": "Marketing",
        "createdAt": "2021-08-05T11:12:07.703787Z",
        "updatedAt": "2021-08-05T11:12:07.703842Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 4,
        "nom": "Droit Privé des affaires",
        "createdAt": "2021-08-05T11:12:22.139537Z",
        "updatedAt": "2021-08-05T11:12:22.139608Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 5,
        "nom": "Relations internationales et diplomatie",
        "createdAt": "2021-08-05T11:12:41.079074Z",
        "updatedAt": "2021-08-05T11:12:41.079127Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 6,
        "nom": "Ingénierie des risques économiques et financiers",
        "createdAt": "2021-08-05T11:12:56.651625Z",
        "updatedAt": "2021-08-05T11:12:56.651672Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 7,
        "nom": "Assurance, Banque, Finance",
        "createdAt": "2021-08-05T11:13:13.117031Z",
        "updatedAt": "2021-08-05T11:13:13.117086Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 8,
        "nom": "Marchés financiers & gestion des risques",
        "createdAt": "2021-08-05T11:13:30.670211Z",
        "updatedAt": "2021-08-05T11:13:30.670240Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    }
]