API (notes) : GET /ues/{idUE} #34

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

Fonctionnalité à ajouter :
Récupérer le détail d'une UE par son identifiant.
Accessible uniquement par un administrateur.

Route :
GET /ues/{idUE}

Paramètres path :

Paramètre Type Description
idUE integer Identifiant de l'UE

Exemples

GET /ues/1

{
  "id": 1,
  "nom": "UE Informatique"
}

Réponse 404 :

{
  "error": "Ressource introuvable"
}

**Fonctionnalité à ajouter :** Récupérer le détail d'une UE par son identifiant. Accessible uniquement par un administrateur. **Route :** `GET /ues/{idUE}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|---------------------| | idUE | integer | Identifiant de l'UE | **Exemples** `GET /ues/1` ```json { "id": 1, "nom": "UE Informatique" } ``` **Réponse 404 :** ```json { "error": "Ressource introuvable" } ``` ---
djalim added this to the Module Managment project 2026-03-31 11:48:50 +00:00
djalim moved this to Low priority in Module Managment on 2026-03-31 11:48:57 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:48:58 +00:00
djalim changed title from API : GET /ues/{idUE} to API (notes) : GET /ues/{idUE} 2026-03-31 11:54:18 +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:53:55 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:55:41 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-22 16:20:01 +00:00
anys added reference feature/get-ues-id-34 2026-04-22 16:45:37 +00:00
clement moved this to ✅ done in Module Managment on 2026-04-26 17:06:41 +00:00
anys closed this issue 2026-04-26 17:20:20 +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#34