GET api/Product/Swipers

“Swipers”的文档。

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Src": "sample string 2",
    "Links": "sample string 3"
  },
  {
    "Id": 1,
    "Src": "sample string 2",
    "Links": "sample string 3"
  },
  {
    "Id": 1,
    "Src": "sample string 2",
    "Links": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSwiperModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
  <SwiperModel>
    <Id>1</Id>
    <Links>sample string 3</Links>
    <Src>sample string 2</Src>
  </SwiperModel>
  <SwiperModel>
    <Id>1</Id>
    <Links>sample string 3</Links>
    <Src>sample string 2</Src>
  </SwiperModel>
  <SwiperModel>
    <Id>1</Id>
    <Links>sample string 3</Links>
    <Src>sample string 2</Src>
  </SwiperModel>
</ArrayOfSwiperModel>