GET api/questions/commented?since={since}&thru={thru}&restrictSpecialist={restrictSpecialist}&count={count}
取得專業醫師回答 EX : api/questions/commented
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| since |
開始時間 |
date |
None. |
| thru |
結束時間 |
date |
None. |
| restrictSpecialist |
是專業醫師 |
boolean |
Default value is False |
| count |
預設筆數100 |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.