GET api/Admin/GetOneHomeScreenInfo

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "title": "sample string 2",
  "text": "sample string 3",
  "isShowing": "sample string 4",
  "url": "sample string 5",
  "images": null,
  "response": "sample string 6",
  "message": "sample string 7",
  "addedId": "sample string 8"
}

text/xml

Sample:
<HomeScreenInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models">
  <addedId>sample string 8</addedId>
  <message>sample string 7</message>
  <response>sample string 6</response>
  <id>sample string 1</id>
  <images i:nil="true" />
  <isShowing>sample string 4</isShowing>
  <text>sample string 3</text>
  <title>sample string 2</title>
  <url>sample string 5</url>
</HomeScreenInfo>