POST V2/CMS/GetExtAttrValListByCond

Request Information

URI Parameters

None.

Body Parameters

ContentAttrValCond
NameDescriptionTypeAdditional information
AttrCode

string

None.

AttrValId

globally unique identifier

None.

SortBy

string

None.

IsMobile

boolean

None.

ContentYear

integer

None.

ContentMonth

integer

None.

ContentDay

integer

None.

CMSCatId

integer

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AttrCode": "sample string 1",
  "AttrValId": "1923d928-5e01-48e3-aa90-787a95b507de",
  "SortBy": "sample string 2",
  "IsMobile": true,
  "ContentYear": 1,
  "ContentMonth": 1,
  "ContentDay": 1,
  "CMSCatId": 1,
  "Page": 4,
  "PageSize": 5,
  "Offset": 15,
  "SortName": "sample string 6",
  "SortOrder": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContentAttrValCond'.

Response Information

Resource Description

Collection of ContentAttrValFrontView
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AttrId

globally unique identifier

None.

Code

string

None.

Name

string

None.

Seq

integer

None.

Img

string

None.

ImgS

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "3992b3f6-8180-47ff-a43e-597d126b7f00",
    "AttrId": "0de2e187-1607-4805-b6ef-aeeff4d3001c",
    "Code": "sample string 3",
    "Name": "sample string 4",
    "Seq": 5,
    "Img": "sample string 6",
    "ImgS": "sample string 7"
  },
  {
    "Id": "3992b3f6-8180-47ff-a43e-597d126b7f00",
    "AttrId": "0de2e187-1607-4805-b6ef-aeeff4d3001c",
    "Code": "sample string 3",
    "Name": "sample string 4",
    "Seq": 5,
    "Img": "sample string 6",
    "ImgS": "sample string 7"
  }
]