POST V2/CMS/GetExtAttrValListByCond
Request Information
URI Parameters
None.
Body Parameters
ContentAttrValCond| Name | Description | Type | Additional 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": "8277fb0d-5d3b-4b30-a5d7-8231b55627d4",
"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:
Response Information
Resource Description
Collection of ContentAttrValFrontView| Name | Description | Type | Additional 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": "def3ef08-7f2e-4485-a21e-4d0600db768d",
"AttrId": "90f93a4f-52a3-43bc-be36-2d7aecbc2a08",
"Code": "sample string 3",
"Name": "sample string 4",
"Seq": 5,
"Img": "sample string 6",
"ImgS": "sample string 7"
},
{
"Id": "def3ef08-7f2e-4485-a21e-4d0600db768d",
"AttrId": "90f93a4f-52a3-43bc-be36-2d7aecbc2a08",
"Code": "sample string 3",
"Name": "sample string 4",
"Seq": 5,
"Img": "sample string 6",
"ImgS": "sample string 7"
}
]