API (notes) : GET /ue-modules/{idModule}/{idUE}/{idPromo} #39

Closed
opened 2026-03-31 11:44:20 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité à ajouter :
Récupérer le détail d'une association UE-Module par sa clé composite.
Accessible uniquement par un administrateur.

Route :
GET /ue-modules/{idModule}/{idUE}/{idPromo}

Paramètres path :

Paramètre Type Description
idModule string Identifiant du module
idUE integer Identifiant de l'UE
idPromo string Identifiant de la promo

Exemples

GET /ue-modules/JIN702C/1/4AFISE25%2F26

{
  "idModule": "JIN702C",
  "idUE": 1,
  "idPromo": "4AFISE25/26",
  "coeff": 3.0
}

**Fonctionnalité à ajouter :** Récupérer le détail d'une association UE-Module par sa clé composite. Accessible uniquement par un administrateur. **Route :** `GET /ue-modules/{idModule}/{idUE}/{idPromo}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|------------------------| | idModule | string | Identifiant du module | | idUE | integer | Identifiant de l'UE | | idPromo | string | Identifiant de la promo| **Exemples** `GET /ue-modules/JIN702C/1/4AFISE25%2F26` ```json { "idModule": "JIN702C", "idUE": 1, "idPromo": "4AFISE25/26", "coeff": 3.0 } ``` ---
djalim added this to the Module Managment project 2026-03-31 11:48:50 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:49:03 +00:00
djalim changed title from API : GET /ue-modules/{idModule}/{idUE}/{idPromo} to API (notes) : GET /ue-modules/{idModule}/{idUE}/{idPromo} 2026-03-31 11:53:47 +00:00
clement was assigned by djalim 2026-04-22 12:53:33 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:54:00 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:56:21 +00:00
anys was assigned by clement 2026-04-23 10:07:40 +00:00
clement removed their assignment 2026-04-23 10:07:43 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-23 10:29:28 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-23 12:07:12 +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#39