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

add coursesCorrelativesShow endpoint to get the correlatives from a course #77

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

gibarsin
Copy link
Collaborator

@gibarsin gibarsin commented Feb 3, 2017

Summary

Access a course correlatives by the method GET to /api/v1/courses/{courseId}/correlatives with courseId as the variable.

Example

To access course with courseId = 12.09 do /api/v1/courses/12.09/correlatives and it will return a JSON of the following format:

{
"courses": [
{
"courseId": "31.08",
"credits": 1,
"name": "Sistemas de Representacion",
"semester": 1
},
{
"courseId": "93.41",
"credits": 2,
"name": "Fisica I",
"semester": 2
}
]
}

Trello Card

https://trello.com/c/9963oiH1/74-endpoint-obtener-correlativas-de-una-materia

@gibarsin gibarsin requested review from MatiasMercado and removed request for MatiasMercado February 3, 2017 02:43
@gibarsin gibarsin merged commit 31548b8 into development Feb 3, 2017
@gibarsin gibarsin deleted the correlativesShow branch February 3, 2017 02:51
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