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. |
|
| WeekNum | string |
None. |
|
| ContentDateTimeStr | string |
None. |
|
| Parentid | integer |
None. |
|
| CatKey | string |
None. |
|
| PreviousId | string |
None. |
|
| NextId | string |
None. |
|
| Seq | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Key": "sample string 2",
"Author": "sample string 3",
"AuthorTransId": "8c1dd0c9-9066-49ae-9f83-c9b3030d009f",
"Desc": "sample string 5",
"DescTransId": "5b63cb3c-c58e-4d6c-ada0-2b5ff95d3040",
"Body": "sample string 7",
"ContentTransId": "f5afe19f-a7ef-4db0-a72c-1c897424accc",
"MContentTransId": "c1c81e0c-3f64-4f58-a0db-2fdf01d5a4e7",
"Title": "sample string 10",
"TitleTransId": "e0937323-f04c-49fb-a028-fce440468464",
"ImagePath": "sample string 12",
"CreateDate": "sample string 13",
"UpdateDate": "sample string 14",
"CreateDateVal": "2026-06-23 12:38:56",
"UpdateDateVal": "2026-06-23 12:38:56",
"CatId": 15,
"Cover": "sample string 16",
"CoverId": "8c69db87-accc-46e3-8fe7-9adba8a81cc1",
"Url": "sample string 17",
"UrlTransId": "3a9596f4-8f09-4bad-99d3-fa71746f2065",
"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": "06646ec2-762c-4780-9244-5ec9f11190b7",
"SeoDesc": "sample string 21",
"SeoDescTransId": "0494ffe7-7470-4288-9267-15dbbb6ee3b7",
"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-06-23 12:38:56",
"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-06-23 12:38:56",
"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-06-23 12:38:56",
"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-06-23 12:38:56",
"CreateDateString": "sample string 8",
"Name": "sample string 9"
}
]
}
],
"ContentDateTime": "2026-06-23 12:38:56",
"IsTop": true,
"IsOpenWindows": true,
"UrlTypeTransId": "16c03dbd-30da-414d-ad20-98e2687cbd07",
"IsMobile": true,
"WeekNum": "sample string 28",
"ContentDateTimeStr": "sample string 29",
"Parentid": 30,
"CatKey": "sample string 31",
"PreviousId": "sample string 32",
"NextId": "sample string 33",
"Seq": 1
}