GET api/v_competitionLastMemes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of v_competitionLastMemes| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| memeId | integer |
None. |
|
| img | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"memeId": 1,
"img": "QEA="
},
{
"id": 1,
"memeId": 1,
"img": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfv_competitionLastMemes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
<v_competitionLastMemes>
<id>1</id>
<img>QEA=</img>
<memeId>1</memeId>
</v_competitionLastMemes>
<v_competitionLastMemes>
<id>1</id>
<img>QEA=</img>
<memeId>1</memeId>
</v_competitionLastMemes>
</ArrayOfv_competitionLastMemes>