GET api/getXunjianPlanDetail/Detail?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOft_inspection_task| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | t_inspection_task |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"_id": 1,
"_address": "sample string 2",
"_address1": "sample string 4",
"_addressstate": 5,
"_userid": 6,
"_username": "sample string 7",
"_stime": "2026-01-11T09:00:43.9902884+08:00",
"_etime": "2026-01-11T09:00:43.9902884+08:00",
"_stimes": "sample string 10",
"_etimes": "sample string 11",
"_tweek": 12,
"_state": 13,
"_taskmark": "sample string 14",
"_addresscode": "sample string 3"
}
}
application/xml, text/xml
Sample:
<ApiResultOft_inspection_taskcPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />