GET api/sp_v_competitionView_Result

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of sp_v_competitionView_Result
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

competitionId

integer

None.

entryTStamp

date

None.

memeTitle

string

None.

img

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "memeId": 1,
    "competitionId": 1,
    "entryTStamp": "2025-12-18T07:25:29.640183+02:00",
    "memeTitle": "sample string 2",
    "img": "QEA="
  },
  {
    "id": 1,
    "memeId": 1,
    "competitionId": 1,
    "entryTStamp": "2025-12-18T07:25:29.640183+02:00",
    "memeTitle": "sample string 2",
    "img": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_v_competitionView_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <sp_v_competitionView_Result>
    <competitionId>1</competitionId>
    <entryTStamp>2025-12-18T07:25:29.640183+02:00</entryTStamp>
    <id>1</id>
    <img>QEA=</img>
    <memeId>1</memeId>
    <memeTitle>sample string 2</memeTitle>
  </sp_v_competitionView_Result>
  <sp_v_competitionView_Result>
    <competitionId>1</competitionId>
    <entryTStamp>2025-12-18T07:25:29.640183+02:00</entryTStamp>
    <id>1</id>
    <img>QEA=</img>
    <memeId>1</memeId>
    <memeTitle>sample string 2</memeTitle>
  </sp_v_competitionView_Result>
</ArrayOfsp_v_competitionView_Result>