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