From 11bda22ffb31c6d519395e82936afe4895a80646 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 5 Mar 2018 11:58:44 +0100 Subject: [PATCH] [TODO: config.modules.professor.filter.POST] --- config/modules.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/modules.json b/config/modules.json index ebeede3..99ee253 100644 --- a/config/modules.json +++ b/config/modules.json @@ -128,6 +128,19 @@ "URL0": {"des" : "Id of the professor", "typ": "id", "ren": "idProf", "opt" : false} } } + }, + + "filter": { + "POST": { + "des": "Get matching professors (only ids) for a given filter", + "per": [], + "par": { + "formations": { "des": "Optional formation ID list", "typ": "array", "opt": true }, + "ues": { "des": "Optional UE code list", "typ": "array", "opt": true } + }, + "out": { + "matches": { "des": "Matching professor UID(s)", "typ": "array" } + } }