GET api/intentionbacklogs/{id}
【待办】获取待办实现
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfIntentionBacklogDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| data | IntentionBacklogDetail |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"id": "sample string 1",
"cid": "sample string 2",
"uid": "sample string 3",
"tasktitle": "sample string 4",
"taskcont": "sample string 5",
"taskraddress": "sample string 6",
"isallday": 7,
"bdate": "2025/12/26 05:29:11",
"edate": "2025/12/26 05:29:11",
"remindname": "sample string 10",
"remindtype": 11,
"memo": "sample string 12"
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.