GET omsapi/LayerEvaluates?u={u}&t={t}&d={d}
获取LayerEvaluate列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
PageNumber=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取LayerEvaluate列表
DataResultListOfLayerEvaluateOutputName | Description | Type | Additional information |
---|---|---|---|
DataList |
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": "7dfa4e8b-9187-4600-bf60-008a8087f183", "StaffName": "sample string 2", "StaffPicUrl": "sample string 3", "Content": "sample string 4", "Level": 0, "CreateTime": "2025-05-13T22:06:30.9536264+08:00" }, { "ID": "7dfa4e8b-9187-4600-bf60-008a8087f183", "StaffName": "sample string 2", "StaffPicUrl": "sample string 3", "Content": "sample string 4", "Level": 0, "CreateTime": "2025-05-13T22:06:30.9536264+08:00" } ] }