GET api/Filmes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Filmes| Name | 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 3"
},
{
"Id": 1,
"Titulo": "sample string 2",
"Categoria": "sample string 3"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.