GET api/Filmes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FilmeName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Titulo | string |
None. |
|
Categoria | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Titulo": "sample string 2", "Categoria": "sample string 1" }, { "Id": 1, "Titulo": "sample string 2", "Categoria": "sample string 1" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.