API (student) : GET /promotions #13

Closed
opened 2026-03-30 10:07:47 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité a ajouter :
Liste toutes les promotions présentes dans la base de données.
Doit retourner une liste vide pour toute personne autre qu'un administrateur.

Route :
GET /promotions

Exemples

GET /promotions

[
  {
    "idPromo": "JIA4A2526",
    "annee": "2025"
  },
  ...
]

**Fonctionnalité a ajouter :** Liste toutes les promotions présentes dans la base de données. Doit retourner une liste vide pour toute personne autre qu'un administrateur. **Route :** `GET /promotions` **Exemples** `GET /promotions` ```json [ { "idPromo": "JIA4A2526", "annee": "2025" }, ... ] ``` ---
djalim changed title from GET /promotions to API : GET /promotions 2026-03-30 10:08:19 +00:00
djalim added this to the Module Managment project 2026-03-31 11:32:44 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:33:00 +00:00
djalim changed title from API : GET /promotions to API (student) : GET /promotions 2026-03-31 11:59:10 +00:00
anys moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:26:46 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:39:56 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:42:41 +00:00
djalim self-assigned this 2026-04-22 12:57:07 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/PolyMPR#13