## 获取内容值
### 简要描述
获取内容值,系统将根据参数计算出对应的内容值
### 请求URL
/api/v1/stl/content
### 请求方式
GET
### 请求参数说明
![](https://box.kancloud.cn/b283039edc51959469d3be88e8c33dfb_313x273.png)
/api/v1/stl/content的其他参数与<stl:content>标签一致。
### 请求示例
GET /api/v1/stl/content?siteId=1&channelId=134&contentId=1525
### 返回示例
{
"value": {
"id": 1525,
"channelId": 134,
"siteId": 1,
"addUserName": "admin",
"lastEditUserName": "admin",
"writingUserName": "",
"lastEditDate": "2018-05-21 10:13:00",
"taxis": 2000000001,
"groupNameCollection": "",
"tags": "",
"sourceId": 0,
"referenceId": 0,
"isChecked": true,
"checkedLevel": 0,
"hits": 40,
"hitsByDay": 1,
"hitsByWeek": 5,
"hitsByMonth": 40,
"lastHitsDate": "2018-05-23 00:00:00",
"title": "雪山深处, 永远热泪盈眶的年轻",
"isTop": true,
"isRecommend": true,
"isHot": true,
"isColor": true,
"addDate": "2018-02-23 10:32:00",
"linkUrl": "",
"settingsXml": "comments=0&photos=0&freereadings=&paidreadings=&fullreadingprice=&paperprice=&titleformatstring=False_False_False_&check_isadmin=True&check_username=admin&check_checkdate=2018-05-21 10:13&check_reasons="
}
}
### 返回参数说明
![](https://box.kancloud.cn/42e5713d335591e3acaf40bc21121fbe_732x80.png)
详细字段请参考 [内容表](https://docs.siteserver.cn/model#/model_Content)
### 备注
更多返回错误代码请参考错误代码描述