GET api/InternalThing/MyInternalNews?staffId={staffId}&txtSearch={txtSearch}&status={status}&pageIndex={pageIndex}
我的内部报事
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | string |
Required |
|
| txtSearch |
单号,内容 |
string |
Required |
| status |
空-全部,0-发起,1-抢单,2-派单,3-转派,4-外派,5-退回,6-报备,7-加人,8-完成,9-关闭,10-评价 |
string |
Required |
| pageIndex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfMyInternalNewsResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of MyInternalNewsResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"OrderNo": "sample string 2",
"Created": "sample string 3",
"Content": "sample string 4",
"CommunityId": "sample string 5",
"CommunityName": "sample string 6",
"InternalNewsType": 7,
"InternalNewsTypeName": "sample string 8",
"StatusName": "sample string 9",
"WorkOrderId": "sample string 10"
},
{
"Id": "sample string 1",
"OrderNo": "sample string 2",
"Created": "sample string 3",
"Content": "sample string 4",
"CommunityId": "sample string 5",
"CommunityName": "sample string 6",
"InternalNewsType": 7,
"InternalNewsTypeName": "sample string 8",
"StatusName": "sample string 9",
"WorkOrderId": "sample string 10"
}
]
}