[TODO: config.modules.professor.filter.POST]

This commit is contained in:
xdrm-brackets 2018-03-05 11:58:44 +01:00
parent 18302be8b6
commit 11bda22ffb
1 changed files with 13 additions and 0 deletions

View File

@ -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<id>", "opt": true },
"ues": { "des": "Optional UE code list", "typ": "array<varchar(2,30,alphanumeric)>", "opt": true }
},
"out": {
"matches": { "des": "Matching professor UID(s)", "typ": "array<id>" }
}
}