Feature #9394
REST: allow for non numerical ids in get requests
Start date:
18.10.2019
Due date:
% Done:
0%
Estimated time:
Discuss:
Description
we want to use a REST API to transfer student data. So the best common identifier would be the shortname, but QFQ does not allow for a text in the id...
(We can probably work around this by using the student id and removing the "-" signes, but this is not really elegant)
Updated by Carsten Rose over 1 year ago
- Subject changed from allow for non numerical ids in REST get requests to REST: allow for non numerical ids in get requests
- Assignee set to Carsten Rose
- Priority changed from Normal to High
- Target version set to 146
Irgendwie hatte ich bei der Implementierung schon befuerchtet das 'numerisch' nicht ausreicht - ich schaue mal wie aufwendig das ist.