GET api/MobileSliders

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MobileSliderModel
NameDescriptionTypeAdditional information
Image

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Image": "sample string 1"
  },
  {
    "Image": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMobileSliderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VullamAPIProject.Models">
  <MobileSliderModel>
    <Image>sample string 1</Image>
  </MobileSliderModel>
  <MobileSliderModel>
    <Image>sample string 1</Image>
  </MobileSliderModel>
</ArrayOfMobileSliderModel>