GET omsapi/ProfessorEvaluate?u={u}&t={t}&d={d}

获取ProfessorEvaluate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
u

用户ID

integer

Required

t

[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密

string

Required

d

ID=[,guid]

string

Required

Body Parameters

None.

Response Information

Resource Description

获取ProfessorEvaluate

ProfessorEvaluateOmsOpt
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

ProfessorID

globally unique identifier

None.

StaffID

integer

None.

StaffName

string

None.

StaffPicUrl

string

None.

Level

Levels

None.

Content

string

None.

CreateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "54bd3991-cb9a-456d-9e10-4294006abfc9",
  "ProfessorID": "fb038bb0-719e-4d0d-a351-50658bb41718",
  "StaffID": 3,
  "StaffName": "sample string 4",
  "StaffPicUrl": "sample string 5",
  "Level": 0,
  "Content": "sample string 6",
  "CreateTime": "2025-05-13T16:17:41.9916773+08:00"
}