POST apiTopic/TopicComplaintGetList
职工互助投诉列表查询
Request Information
URI Parameters
None.
Body Parameters
d=[CID =[节点ID,long],KeyWords=[关键词,string]]
UploadParametersName | Description | Type | Additional information |
---|---|---|---|
u |
用户ID StaffID |
integer |
None. |
t |
全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密] |
string |
Required |
d |
数据参数 加密(单点登陆除外) 不同API,参数格式不同 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "u": 1, "t": "sample string 2", "d": "sample string 3" }
application/x-www-form-urlencoded
Sample:
u=Value&t=Value&d=Value
Response Information
Resource Description
职工互助投诉列表查询
DataResultListOfAPITopicComplaintAndTopicReturnName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of APITopicComplaintAndTopicReturn |
None. |
|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
PageCount | integer |
None. |
|
PreviousIndex | integer |
None. |
|
NextIndex | integer |
None. |
|
RecordCount | integer |
None. |
|
Error | boolean |
None. |
|
ErrorInfo | Collection of string |
None. |
|
ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{ "_pageSize": 2, "_recordCount": 3, "_pageNum": 1, "_error": true, "_errorInfo": [ "sample string 1", "sample string 2" ], "_exInfo": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "_dataList": [ { "ID": 1, "TID": 2, "Content": "sample string 3", "StaffID": 4, "StaffName": "sample string 5", "CreateTime": "2025-05-13T14:29:29.6506889+08:00", "Title": "sample string 7", "Subject": "sample string 8", "AppCategoryMarking": 9, "AppCategoryMarkingName": "sample string 10", "State": 11, "StateName": "sample string 12", "CreaterIdInGlobal": 13, "CreaterIdInGlobalName": "sample string 14", "CreateUserTypeInGlobal": 15, "CreaterIDApp": 16, "CreaterIP": "sample string 17", "CreaterParentID": 18, "CreaterParentName": "sample string 19", "CreaterParentType": 20, "DeaLine": "2025-05-13T14:29:29.6506889+08:00", "IMGUrl": "sample string 22" }, { "ID": 1, "TID": 2, "Content": "sample string 3", "StaffID": 4, "StaffName": "sample string 5", "CreateTime": "2025-05-13T14:29:29.6506889+08:00", "Title": "sample string 7", "Subject": "sample string 8", "AppCategoryMarking": 9, "AppCategoryMarkingName": "sample string 10", "State": 11, "StateName": "sample string 12", "CreaterIdInGlobal": 13, "CreaterIdInGlobalName": "sample string 14", "CreateUserTypeInGlobal": 15, "CreaterIDApp": 16, "CreaterIP": "sample string 17", "CreaterParentID": 18, "CreaterParentName": "sample string 19", "CreaterParentType": 20, "DeaLine": "2025-05-13T14:29:29.6506889+08:00", "IMGUrl": "sample string 22" } ] }