Suggestions API

Are the suggestion forms of the API.

Getting all suggestions

GET /v1/suggestions

Request

Headers

Accept: application/json
Content-Type: application/json
Host: example.org
Cookie: 

Route

GET /v1/suggestions

cURL

curl -g "https://api.portalmec.c3sl.ufpr.br/v1/suggestions" -X GET \
	-H "Accept: application/json" \
	-H "Content-Type: application/json"

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Total-Count: 12
Content-Type: application/json; charset=utf-8
Vary: Origin
ETag: W/"66c24d0b7ac6fda9572c61110a2405c6"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: e91ff0a3-e670-4c57-9b17-9610958cf0b6
X-Runtime: 0.008593
Content-Length: 1455

Status

200 OK

Body

[binary data]