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

[
    {
        "id": 1,
        "nom": "Business intelligence",
        "createdAt": "2021-07-29T09:54:33.127104Z",
        "updatedAt": "2021-07-29T09:54:33.127175Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 2,
        "nom": "Marketing",
        "createdAt": "2021-07-29T09:55:30.976035Z",
        "updatedAt": "2021-07-29T09:55:30.976066Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 3,
        "nom": "Génie logiciel et système d'information",
        "createdAt": "2021-07-29T09:55:59.112685Z",
        "updatedAt": "2021-07-29T09:55:59.112770Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 4,
        "nom": "Finance",
        "createdAt": "2021-07-29T09:56:35.404328Z",
        "updatedAt": "2021-07-29T09:56:35.404382Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 5,
        "nom": "GRH",
        "createdAt": "2021-07-29T10:09:02.550010Z",
        "updatedAt": "2021-07-29T10:09:02.550059Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 6,
        "nom": "Management",
        "createdAt": "2021-07-29T10:09:22.282375Z",
        "updatedAt": "2021-07-29T10:09:22.282435Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 7,
        "nom": "Économie",
        "createdAt": "2021-07-29T10:09:38.958341Z",
        "updatedAt": "2021-07-29T10:09:38.958368Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 8,
        "nom": "Comptabilité",
        "createdAt": "2021-07-29T10:09:55.105427Z",
        "updatedAt": "2021-07-29T10:09:55.105470Z",
        "parcour": {
            "id": 1,
            "nom": "Licences"
        }
    },
    {
        "id": 9,
        "nom": "Data science",
        "createdAt": "2021-07-29T10:10:09.687251Z",
        "updatedAt": "2021-07-29T10:10:09.687310Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 10,
        "nom": "Marketing digital",
        "createdAt": "2021-07-29T10:10:28.465793Z",
        "updatedAt": "2021-07-29T10:10:28.465837Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 11,
        "nom": "Entreprenariat et création d'entreprise",
        "createdAt": "2021-07-29T10:10:44.073699Z",
        "updatedAt": "2021-07-29T10:10:44.073733Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 12,
        "nom": "Marché financier & gestion des risques",
        "createdAt": "2021-07-29T10:11:01.714225Z",
        "updatedAt": "2021-07-29T10:11:01.714265Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 13,
        "nom": "Économie du transport et logistique",
        "createdAt": "2021-07-29T10:11:18.694387Z",
        "updatedAt": "2021-07-29T10:11:18.694446Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    },
    {
        "id": 14,
        "nom": "Gestion des risques des banques islamiques",
        "createdAt": "2021-07-29T10:11:36.898434Z",
        "updatedAt": "2021-07-29T10:11:36.898499Z",
        "parcour": {
            "id": 2,
            "nom": "Mastères"
        }
    }
]