GET api/ProfessorProtocol?u={u}&t={t}&d={d}
获取专家协议
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
ID=[专家ID,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取专家协议
ProfessorProtocolName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Details | string |
None. |
|
CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "46aaf427-202f-4b60-a2a1-4f502104b66d", "Name": "sample string 3", "Details": "sample string 4", "CreateTime": "2025-05-13T20:40:52.7749592+08:00" }