GET api/CompanyStepsByCIDLevel?u={u}&t={t}&d={d}
根据节点ID获取单位步数列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
CID=[公司ID(默认为0),long],Level=[工会等级(如:二级工会传2,默认为0),int],PageNumber=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据节点ID获取单位步数列表
DataResultListOfCompanyStepOutputName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of CompanyStepOutput |
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": "ab6c7148-c450-4459-ba55-ab8ebe51fe48", "CompanyID": 2, "CompanyName": "sample string 3", "CompanyPic": "sample string 4", "UserAmounts": 5, "Steps": 6, "Date": "2025-05-13T21:40:53.2545262+08:00", "UpdateTime": "2025-05-13T21:40:53.2545262+08:00" }, { "ID": "ab6c7148-c450-4459-ba55-ab8ebe51fe48", "CompanyID": 2, "CompanyName": "sample string 3", "CompanyPic": "sample string 4", "UserAmounts": 5, "Steps": 6, "Date": "2025-05-13T21:40:53.2545262+08:00", "UpdateTime": "2025-05-13T21:40:53.2545262+08:00" } ] }