vsite-hr / mentor

Online learning platform.
MIT License
3 stars 2 forks source link

REST endpoint for listing unit's lectures #2

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

We need a new endpoint that will return all lectures that given unit is part of:

URL: http://localhost:1800/api/unit/{unit-id}/lectures HTTP method: GET Parameters: None Response: List of lectures. Example: http://localhost:1800/api/unit/b8ebe73e-a476-11e6-aedd-4485006d0fd8/lectures

+documentation on GitHub Wiki