GET api/Cursos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CursoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
banner | string |
None. |
|
texto | string |
None. |
|
nome | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "banner": "sample string 2", "texto": "sample string 3", "nome": "sample string 4" }, { "id": 1, "banner": "sample string 2", "texto": "sample string 3", "nome": "sample string 4" } ]