GET V2/CMS?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CMSContentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Key | string |
None. |
|
| Author | string |
None. |
|
| AuthorTransId | globally unique identifier |
None. |
|
| Desc | string |
None. |
|
| DescTransId | globally unique identifier |
None. |
|
| Body | string |
None. |
|
| ContentTransId | globally unique identifier |
None. |
|
| MContentTransId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| TitleTransId | globally unique identifier |
None. |
|
| ImagePath | string |
None. |
|
| CreateDate | string |
None. |
|
| UpdateDate | string |
None. |
|
| CreateDateVal | date |
None. |
|
| UpdateDateVal | date |
None. |
|
| CatId | integer |
None. |
|
| Cover | string |
None. |
|
| CoverId | globally unique identifier |
None. |
|
| Url | string |
None. |
|
| UrlTransId | globally unique identifier |
None. |
|
| Category | CMSCategory |
None. |
|
| SeoKeyword | string |
None. |
|
| SeoKeyTransId | globally unique identifier |
None. |
|
| SeoDesc | string |
None. |
|
| SeoDescTransId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| CmsControl | Collection of CMSDynamicControl |
None. |
|
| ContentDateTime | date |
None. |
|
| IsTop | boolean |
None. |
|
| IsOpenWindows | boolean |
None. |
|
| UrlTypeTransId | globally unique identifier |
None. |
|
| IsMobile | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Key": "sample string 2",
"Author": "sample string 3",
"AuthorTransId": "1b054376-9133-48a8-a285-810398991b21",
"Desc": "sample string 5",
"DescTransId": "f552f17e-c55f-4c7d-ac17-6006d2345549",
"Body": "sample string 7",
"ContentTransId": "f32f9531-65fc-45ae-a117-8ba062bcfcd4",
"MContentTransId": "4bff803e-50cc-4415-9824-35eb59babdac",
"Title": "sample string 10",
"TitleTransId": "d8434e7b-d491-4cd7-8e40-daf4d50d635d",
"ImagePath": "sample string 12",
"CreateDate": "sample string 13",
"UpdateDate": "sample string 14",
"CreateDateVal": "2026-08-18 12:24:38",
"UpdateDateVal": "2026-08-18 12:24:38",
"CatId": 15,
"Cover": "sample string 16",
"CoverId": "7065dfe1-01f5-4ab9-995f-b5bb7802b69b",
"Url": "sample string 17",
"UrlTransId": "8efa58ba-d897-48fe-9be4-c120ad22ec13",
"Category": {
"Id": 1,
"Name": "sample string 2",
"ParentId": 3,
"Path": "sample string 4",
"CatPaths": [
{
"CatId": "sample string 1",
"PathName": "sample string 2"
},
{
"CatId": "sample string 1",
"PathName": "sample string 2"
}
]
},
"SeoKeyword": "sample string 19",
"SeoKeyTransId": "e3e5307b-566a-48be-b129-51d1215f6746",
"SeoDesc": "sample string 21",
"SeoDescTransId": "2094f505-ebcf-4a1a-8330-a2711b97d9bb",
"Status": 23,
"CmsControl": [
{
"ControlId": "sample string 1",
"ControlCode": "sample string 2",
"ControlName": "sample string 3",
"ControlValue": "sample string 4",
"ControlImageLis": [
{
"Id": 1,
"ContentId": 2,
"SmallImagePath": "sample string 3",
"BigImagePath": "sample string 4",
"Lang": "sample string 5",
"IsDetele": true,
"CreateDate": "2026-08-18 12:24:38",
"CreateDateString": "sample string 8",
"Name": "sample string 9"
},
{
"Id": 1,
"ContentId": 2,
"SmallImagePath": "sample string 3",
"BigImagePath": "sample string 4",
"Lang": "sample string 5",
"IsDetele": true,
"CreateDate": "2026-08-18 12:24:38",
"CreateDateString": "sample string 8",
"Name": "sample string 9"
}
]
},
{
"ControlId": "sample string 1",
"ControlCode": "sample string 2",
"ControlName": "sample string 3",
"ControlValue": "sample string 4",
"ControlImageLis": [
{
"Id": 1,
"ContentId": 2,
"SmallImagePath": "sample string 3",
"BigImagePath": "sample string 4",
"Lang": "sample string 5",
"IsDetele": true,
"CreateDate": "2026-08-18 12:24:38",
"CreateDateString": "sample string 8",
"Name": "sample string 9"
},
{
"Id": 1,
"ContentId": 2,
"SmallImagePath": "sample string 3",
"BigImagePath": "sample string 4",
"Lang": "sample string 5",
"IsDetele": true,
"CreateDate": "2026-08-18 12:24:38",
"CreateDateString": "sample string 8",
"Name": "sample string 9"
}
]
}
],
"ContentDateTime": "2026-08-18 12:24:38",
"IsTop": true,
"IsOpenWindows": true,
"UrlTypeTransId": "4d746acd-243e-491e-aa38-841c999a8013",
"IsMobile": true
}