Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the students that passed the term and the final of a course through API #108

Merged
merged 1 commit into from
Feb 5, 2017

Conversation

gibarsin
Copy link
Collaborator

@gibarsin gibarsin commented Feb 5, 2017

Summary

do a GET to /{courseId}/students/passed to return the students that have passed the course and the final.

Example of Response

{
"students": [
{
"grade": 5,
"student": {
"docket": 1,
"firstName": "Ludmila",
"lastName": "Anchorena"
}
}
]
}

Trello Card

https://trello.com/c/C6l4ZuNl/113-devolver-los-estudiantes-que-aprobaron-un-curso

@gibarsin gibarsin changed the title add getStudentsThatPassedCourse (cursada y final) endpoint for a course Get the students that passed the term and the final of a course through API Feb 5, 2017
@gibarsin gibarsin merged commit b7ba13b into development Feb 5, 2017
@gibarsin gibarsin deleted the getStudentsThatPassedCourse branch February 5, 2017 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants