GET /parcours/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 1,
"nom": "Cycle ingénieur",
"nom_arabe": "مراحل الهندسة",
"createdAt": "2021-07-28T14:24:31.247922Z",
"updatedAt": "2021-10-29T14:26:19.390746Z",
"nom_anglais": "Engineer cycles"
},
{
"id": 2,
"nom": "Cycle préparatoires",
"nom_arabe": "المراحل التحضيرية",
"createdAt": "2021-07-28T14:24:40.247902Z",
"updatedAt": "2021-10-29T14:23:24.139335Z",
"nom_anglais": "Preparatory cycles"
},
{
"id": 3,
"nom": "Licences",
"nom_arabe": "الاجازة",
"createdAt": "2021-07-28T14:24:51.514529Z",
"updatedAt": "2021-10-29T14:29:14.068144Z",
"nom_anglais": "Licences"
},
{
"id": 4,
"nom": "Mastères",
"nom_arabe": "الماجستير",
"createdAt": "2021-07-28T14:25:01.436946Z",
"updatedAt": "2021-10-29T14:31:10.186545Z",
"nom_anglais": "Masters"
}
]