Last Updated on : 2023-06-15 05:11:42
Query the details of the content, such as the article body, article number, and content ID.
GET: /v1.0/iot-03/app-contents/{content_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
content_id | String | uri | true | The ID of a specified content. |
Parameter name | Type | Description |
---|---|---|
result | ArticleDetailRsp | The details of the content. |
Description of result
Parameter name | Type | Description |
---|---|---|
content | String | The body of a specified article. |
article_code | String | The number of a specified article. |
content_id | String | The ID of a specified content. |
tenant_id | String | The ID of a specified tenant. |
title | String | The title. |
sub_title | String | The sub-title. |
lang | String | The language. |
main_pic | String | The main image. |
sub_pic | String | The sub-image of a specified article. |
content_url | String | The URL of a specified content. |
video_url | String | The URL of the video. |
type | Integer | The type of the article. Valid values:
|
top | Boolean | Indicates whether the article is sticky on the top. Valid values:
|
status | Integer | The status of the article. Valid values:
|
create_time | Long | The time when it is created. |
publish_time | Long | The time when it is released. |
update_time | Long | The time when it is updated. |
read_count | Integer | The page views of the article. |
like_count | Integer | The number of likes of the article. |
category_id | String | The ID of a specified category. |
category_name | String | The name of a specified category. |
creator | String | The person who has created the article. |
modifier | String | The person who has modified the article. |
schema | String | App schema |
GET: /v1.0/iot-03/app-contents/12
{
"result": {
"schema": 1395714112,
"main_pic": "/suramar/content/1619002638fd391d975de.jpeg",
"tenant_id": "bay1617694933431vh5n",
"creator": "bay1617694933431vh5n",
"category_name": "Recommended",
"like_count": 0,
"create_time": 1629971949689,
"content_id": "1430832178920423485",
"modifier": "bay1617694933431vh5n",
"title": "Great Discount on Smart Locks",
"type": 2,
"article_code": "Kavcjocm4ym2z",
"update_time": 1629971949689,
"video_url": "/suramar/content/16196872089f000412038.mp4",
"category_id": "1430815593119879245",
"top": false,
"publish_time": 1629971949667,
"lang": "zh",
"read_count": 0,
"status": 1
},
"t": 1630398030916,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback