Learning Objects API

Learning objects are educational contents (movie, odf, file, sound, etc) which an user can show, create, update and destroy.

Get a list of submissions

GET /v1/learning_objects/submissions

Request

Headers

Accept: application/json
Content-Type: application/json
Access-Token: 50aRYZQyEHBIVZIeC_zV_g
Client: TVk15AL84KC2G0T1mY7-zg
Uid: wallace@thompsonbeahan.co
Host: example.org
Cookie: 

Route

GET /v1/learning_objects/submissions

cURL

curl -g "https://api.portalmec.c3sl.ufpr.br/v1/learning_objects/submissions" -X GET \
	-H "Accept: application/json" \
	-H "Content-Type: application/json" \
	-H "Access-Token: 50aRYZQyEHBIVZIeC_zV_g" \
	-H "Client: TVk15AL84KC2G0T1mY7-zg" \
	-H "Uid: wallace@thompsonbeahan.co"

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Total-Count: 0
Content-Type: application/json; charset=utf-8
Set-Cookie: _session_id=QklKQXl6akhLazlneEd6bWZSWGNhUUdTVGtsKzZaVy92dlY1UXFWTmxxTGgwa2xiTFIwSHBNRGlnamQvL1ZQb2xuRHFCVC9DbXFxVnZRV295TDdFWTZ6TUJPdVdMbmFBSWE0UXdGY201Z2pyWU9HZUNjdDhUb1VWN3R5VnBTNmdYaFZpU3hybnJ4b2tXQk1WY0FQM3ZmMWpBWkFEV0pPRWFsTUFxNEt6VURTZFNjeDVKdTU4U1VibHMrR0hYTjFPLS0zWDI0cVNuSWk2YlU2eldESkpXZ1VnPT0%3D--5698de8469cf1d9ce189994e754354454098edb7; path=/; HttpOnly
Vary: Origin
ETag: W/"4f53cda18c2baa0c0354bb5f9a3ecbe5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 78b2ca96-2b6d-498e-897c-b5abb1587b8b
X-Runtime: 0.094144
Content-Length: 2

Status

200 OK

Body

[

]