POST apiTopic/TopicGetList
职工互助列表查询
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
职工互助列表查询
DataResultListOfAPITopicListReturnName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of APITopicListReturn |
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": [ { "CreateTime": "2025-05-13T14:15:57.1925677+08:00", "ID": 1, "Subject": "sample string 2", "State": 0, "CreaterIdInGlobal": 3, "CreaterIdInGlobalName": "sample string 4", "CreateUserTypeInGlobal": 0, "CreaterIDInApp": 5, "CreaterParentID": 6, "CreaterParentType": 0, "CreaterIP": "sample string 7", "Sort": 8, "AppCategoryMarking": 9, "Name": "sample string 10", "DeadLine": "2025-05-13T14:15:57.1925677+08:00", "CompanyName": "sample string 12", "IMGUrl": "sample string 13", "AppCategoryName": "sample string 14", "StateName": "sample string 15" }, { "CreateTime": "2025-05-13T14:15:57.1925677+08:00", "ID": 1, "Subject": "sample string 2", "State": 0, "CreaterIdInGlobal": 3, "CreaterIdInGlobalName": "sample string 4", "CreateUserTypeInGlobal": 0, "CreaterIDInApp": 5, "CreaterParentID": 6, "CreaterParentType": 0, "CreaterIP": "sample string 7", "Sort": 8, "AppCategoryMarking": 9, "Name": "sample string 10", "DeadLine": "2025-05-13T14:15:57.1925677+08:00", "CompanyName": "sample string 12", "IMGUrl": "sample string 13", "AppCategoryName": "sample string 14", "StateName": "sample string 15" } ] }