## 獲取欄目值
### 簡要描述
獲取欄目值,系統將根據參數計算出對應的欄目值
### 請求URL
/api/v1/stl/channel
### 請求方式
GET
### 請求參數說明

/api/v1/stl/channel的其他參數與<stl:channel>標簽一致。
### 請求示例
GET /api/v1/stl/channel?siteId=1
### 返回示例
{
"value": {
"id": 1,
"channelName": "首頁",
"siteId": 1,
"contentModelPluginId": "",
"contentRelatedPluginIds": "",
"parentId": 0,
"parentsPath": "",
"parentsCount": 0,
"childrenCount": 66,
"isLastNode": false,
"indexName": "首頁",
"groupNameCollection": "",
"taxis": 1,
"addDate": "2018-02-27 14:48:50",
"imageUrl": "",
"content": "",
"contentNum": 0,
"filePath": "",
"channelFilePathRule": "",
"contentFilePathRule": "",
"linkUrl": "",
"linkType": "None",
"channelTemplateId": 0,
"contentTemplateId": 0,
"keywords": "",
"description": "",
"additional": {
"isChannelAddable": true,
"isContentAddable": true,
"isChannelCreatable": true,
"isContentCreatable": true,
"isCreateChannelIfContentChanged": true,
"createChannelIDsIfContentChanged": "",
"contentAttributesOfDisplay": "",
"transType": 5,
"transSiteId": 0,
"transChannelIds": "",
"transChannelNames": "",
"transIsAutomatic": false,
"transDoneType": 0,
"isPreviewContents": false,
"defaultTaxisType": "OrderByTaxisDesc"
},
"attributes": {
"isChannelAddable": true,
"isContentAddable": true,
"isChannelCreatable": true,
"isContentCreatable": true,
"isCreateChannelIfContentChanged": true,
"createChannelIDsIfContentChanged": "",
"contentAttributesOfDisplay": "",
"transType": 5,
"transSiteId": 0,
"transChannelIds": "",
"transChannelNames": "",
"transIsAutomatic": false,
"transDoneType": 0,
"isPreviewContents": false,
"defaultTaxisType": "OrderByTaxisDesc"
}
}
}
### 返回參數說明

詳細字段請參考[欄目表](https://docs.siteserver.cn/model#/siteserver_Channel)
### 備注
更多返回錯誤代碼請參考錯誤代碼描述