GET omsapi/LayerEvaluate?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 |
ID=[,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取LayerEvaluate
LayerEvaluateOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| StaffName | string |
None. |
|
| StaffPicUrl | string |
None. |
|
| Content | string |
None. |
|
| Level | Levels |
None. |
|
| CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "b2c275da-667c-4273-968f-392c72b73cee",
"StaffName": "sample string 2",
"StaffPicUrl": "sample string 3",
"Content": "sample string 4",
"Level": 0,
"CreateTime": "2025-12-16T23:31:58.041398+08:00"
}