### departements #### GET /departements ```json [ { "id": 1, "acronym": "TAPI", "description": null, "visible": true, "date_creation": "2022-08-10T10:07:53.423920+02:00" }, { "id": 2, "acronym": "AA", "description": null, "visible": true, "date_creation": "2022-08-10T10:07:53.446148+02:00" }, { "id": 3, "acronym": "BB", "description": null, "visible": true, "date_creation": "2022-08-10T10:07:53.454411+02:00" }, { "id": 4, "acronym": "CC", "description": null, "visible": true, "date_creation": "2022-08-10T10:07:53.465650+02:00" }, { "id": 5, "acronym": "DD", "description": null, "visible": true, "date_creation": "2022-08-10T10:07:53.482100+02:00" } ] ```