POST api/CheckWorkDaily/LoadSubCode
Request Information
URI Parameters
None.
Body Parameters
CheckItemListRequest2| Name | Description | Type | Additional information |
|---|---|---|---|
| DataType | integer |
None. |
|
| Code | string |
None. |
|
| PlaceCode | string |
None. |
|
| userID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DataType": 1,
"Code": "sample string 1",
"PlaceCode": "sample string 2",
"userID": 3
}
application/xml, text/xml
Sample:
<CheckItemListRequest2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels"> <userID>3</userID> <Code>sample string 1</Code> <DataType>1</DataType> <PlaceCode>sample string 2</PlaceCode> </CheckItemListRequest2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of LoadSubCodeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| title | string |
None. |
|
| check_pic | string |
None. |
|
| check_video | string |
None. |
|
| check_remark | string |
None. |
|
| id | integer |
None. |
|
| start | date |
None. |
|
| end | date |
None. |
|
| flag |
是否超期 1:超期 2:未提交;3:未开始 |
integer |
None. |
| time_start | string |
None. |
|
| time_end | string |
None. |
|
| item_standard | string |
None. |
|
| is_pic | integer |
None. |
|
| item_type |
项目类型 0:部门项目 1:个人项目 |
integer |
None. |
| demo_img | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": "sample string 1",
"title": "sample string 2",
"check_pic": "sample string 3",
"check_video": "sample string 4",
"check_remark": "sample string 5",
"id": 6,
"start": "2025-10-30T00:44:46.2944071+08:00",
"end": "2025-10-30T00:44:46.2944071+08:00",
"flag": 9,
"time_start": "sample string 10",
"time_end": "sample string 11",
"item_standard": "sample string 12",
"is_pic": 1,
"item_type": 1,
"demo_img": "sample string 13"
},
{
"code": "sample string 1",
"title": "sample string 2",
"check_pic": "sample string 3",
"check_video": "sample string 4",
"check_remark": "sample string 5",
"id": 6,
"start": "2025-10-30T00:44:46.2944071+08:00",
"end": "2025-10-30T00:44:46.2944071+08:00",
"flag": 9,
"time_start": "sample string 10",
"time_end": "sample string 11",
"item_standard": "sample string 12",
"is_pic": 1,
"item_type": 1,
"demo_img": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfLoadSubCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels">
<LoadSubCodeResponse>
<check_pic>sample string 3</check_pic>
<check_remark>sample string 5</check_remark>
<check_video>sample string 4</check_video>
<code>sample string 1</code>
<demo_img>sample string 13</demo_img>
<end>2025-10-30T00:44:46.2944071+08:00</end>
<flag>9</flag>
<id>6</id>
<is_pic>1</is_pic>
<item_standard>sample string 12</item_standard>
<item_type>1</item_type>
<start>2025-10-30T00:44:46.2944071+08:00</start>
<time_end>sample string 11</time_end>
<time_start>sample string 10</time_start>
<title>sample string 2</title>
</LoadSubCodeResponse>
<LoadSubCodeResponse>
<check_pic>sample string 3</check_pic>
<check_remark>sample string 5</check_remark>
<check_video>sample string 4</check_video>
<code>sample string 1</code>
<demo_img>sample string 13</demo_img>
<end>2025-10-30T00:44:46.2944071+08:00</end>
<flag>9</flag>
<id>6</id>
<is_pic>1</is_pic>
<item_standard>sample string 12</item_standard>
<item_type>1</item_type>
<start>2025-10-30T00:44:46.2944071+08:00</start>
<time_end>sample string 11</time_end>
<time_start>sample string 10</time_start>
<title>sample string 2</title>
</LoadSubCodeResponse>
</ArrayOfLoadSubCodeResponse>