-
-
Save cedac/457240b68dad7550fa84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/person/groups/?academicTerm=2014/2015&course=761253478614 | |
/courses/761253478614/groups/?academicTerm=2014/2015 | |
/person/groups/course/761253478614 | |
{ | |
"academicTerm": "2014/2015", | |
"groups": [ | |
{ | |
"groupingId": "does not exist... any primary key? - alternative is duplicate info about the grouping", | |
"groupNumber": "4", | |
"name": "Projecto", | |
"course": { | |
"acronym": "ESof964511", | |
"name": "Engenharia de Software", | |
"academicTerm": "2º Semestre 2014/2015", | |
"url": "https://fenix.tecnico.ulisboa.pt/disciplinas/ESof964511/2014-2015/2-semestre", | |
"id": "846035542875936" | |
}, | |
"members": [ | |
{ | |
"username": "ist1234", | |
"name": "is it okay? - only accessed by group members", | |
"email": "[email protected]", | |
"degree": { | |
"name": "Mestrado Bolonha em Engenharia Informática e de Computadores - Alameda", | |
"acronym": "MEIC-A", | |
"id": "2761663971475" | |
} | |
} | |
] | |
} | |
] | |
} | |
[ | |
{ | |
}, | |
{ | |
"name":"Projecto", | |
"description":"Agrupamento para a constituição dos grupos de alunos que irão realizar o projecto. Os grupos devem ser homogéneos, todos os alunos devem ir realizar o mesmo tipo de projecto: ES+SD ou apenas SD.", | |
"enrolmentPeriod":{ | |
"start":"2015-02-18 20:00:00", | |
"end":"2015-02-23 23:59:00" | |
}, | |
"enrolmentPolicy":"ATOMICA", | |
"minimumCapacity":6, | |
"maximumCapacity":6, | |
"idealCapacity":6, | |
"associatedCourses":[ | |
{ | |
"name":"Engenharia de Software", | |
"degrees":[ | |
{ | |
"id":"2761663971474", | |
"name":"Engenharia Informática e de Computadores - Alameda", | |
"acronym":"LEIC-A" | |
}, | |
{ | |
"id":"2761663971475", | |
"name":"Engenharia Informática e de Computadores - Alameda", | |
"acronym":"MEIC-A" | |
} | |
], | |
"id":"846035542875936" | |
} | |
] | |
}, | |
{ | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment