GET api/InternalThing/GetInternalNewsByWorkOrderId?workOrderId={workOrderId}&userId={userId}
内部报事
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderId | string |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfInternalNewsDetailsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | InternalNewsDetailsResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"Id": "sample string 1",
"WorkOrderId": "sample string 2",
"WorkOrderStaffId": "sample string 3",
"OrderNo": "sample string 4",
"Created": "sample string 5",
"Content": "sample string 6",
"Images": [
"sample string 1",
"sample string 2"
],
"InternalNewsTypeName": "sample string 7",
"StandardId": "sample string 8",
"StaffId": "sample string 9",
"StaffName": "sample string 10",
"StaffTel": "sample string 11",
"Status": 0,
"IsComplete": true,
"StatusName": "sample string 13",
"CommunityId": "sample string 14",
"CommunityName": "sample string 15",
"BusinessType": 0,
"IsScore": true,
"Score": 17,
"BusinessTaskId": "sample string 18",
"BusinessTitle": "sample string 19",
"BusinessSn": "sample string 20",
"BusinessContent": "sample string 21",
"WorkOrderStaffType": 22,
"WorkOrderStaffISApproval": 23,
"TaskInfo": {
"HeadTitle": "sample string 1",
"SN_Title": "sample string 2",
"SN_Value": "sample string 3",
"Title_Title": "sample string 4",
"Title_Value": "sample string 5",
"Local_Title": "sample string 6",
"Local_Value": "sample string 7",
"TemplateId": "sample string 8",
"SubTaskId": "sample string 9",
"SubTaskExecutorId": "sample string 10",
"QuestionData": [
{
"Name": "sample string 1",
"Type": 0,
"TypeName": "sample string 2",
"RegionData": {
"MaxValue": 1.0,
"MinValue": 2.0,
"Value": "sample string 3",
"IsExcpt": true
},
"ScoresData": {
"Data": [
{
"Context": "sample string 1",
"Score": 2,
"Sort": 3
},
{
"Context": "sample string 1",
"Score": 2,
"Sort": 3
}
],
"Value": 1,
"Text": "sample string 2"
},
"RadioData": [
{
"Context": "sample string 1",
"Sort": 2,
"DeviantState": 3,
"IsChecked": true
},
{
"Context": "sample string 1",
"Sort": 2,
"DeviantState": 3,
"IsChecked": true
}
],
"ImgData": {
"Image": [
"sample string 1",
"sample string 2"
],
"Memo": "sample string 1"
},
"TextData": "sample string 3"
},
{
"Name": "sample string 1",
"Type": 0,
"TypeName": "sample string 2",
"RegionData": {
"MaxValue": 1.0,
"MinValue": 2.0,
"Value": "sample string 3",
"IsExcpt": true
},
"ScoresData": {
"Data": [
{
"Context": "sample string 1",
"Score": 2,
"Sort": 3
},
{
"Context": "sample string 1",
"Score": 2,
"Sort": 3
}
],
"Value": 1,
"Text": "sample string 2"
},
"RadioData": [
{
"Context": "sample string 1",
"Sort": 2,
"DeviantState": 3,
"IsChecked": true
},
{
"Context": "sample string 1",
"Sort": 2,
"DeviantState": 3,
"IsChecked": true
}
],
"ImgData": {
"Image": [
"sample string 1",
"sample string 2"
],
"Memo": "sample string 1"
},
"TextData": "sample string 3"
}
]
},
"SettingInfo": {
"IfQiangDan": true,
"IfBack": true,
"IfAddStaff": true,
"IfPaiDan": true
}
}
}