Listar notas

GET - 200

{
  "result": {
    "total": 2,
    "page_index": 0,
    "page_size": 15,
    "results": [
      {
        "id": 1,
        "name": "NGC003 - Amazon",
        "number": 1
      },
      {
        "id": 2,
        "name": "Nome da qualificação",
        "number": 2
      }
    ]
  }
}
Language
Click Try It! to start a request and see the response here!