GET api/Index/GetSitesColumnListAsync?shopId={shopId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SitesColumnInfo
NameDescriptionTypeAdditional information
type

string

None.

url

string

None.

img

string

None.

text

string

None.

description

string

None.

isShowText

boolean

None.

type

integer

None.

createTime

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "type": "sample string 1",
    "url": "sample string 2",
    "img": "sample string 3",
    "text": "sample string 4",
    "description": "sample string 5",
    "isShowText": true,
    "createTime": "sample string 8"
  },
  {
    "type": "sample string 1",
    "url": "sample string 2",
    "img": "sample string 3",
    "text": "sample string 4",
    "description": "sample string 5",
    "isShowText": true,
    "createTime": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIndexController.SitesColumnInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <IndexController.SitesColumnInfo>
    <createTime xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 8</createTime>
    <description xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 5</description>
    <img xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 3</img>
    <isShowText xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">true</isShowText>
    <text xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 4</text>
    <type xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">7</type>
    <url xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 2</url>
    <type>sample string 1</type>
  </IndexController.SitesColumnInfo>
  <IndexController.SitesColumnInfo>
    <createTime xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 8</createTime>
    <description xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 5</description>
    <img xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 3</img>
    <isShowText xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">true</isShowText>
    <text xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 4</text>
    <type xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">7</type>
    <url xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 2</url>
    <type>sample string 1</type>
  </IndexController.SitesColumnInfo>
</ArrayOfIndexController.SitesColumnInfo>