GET api/Topic?searchText={searchText}&pageNum={pageNum}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchText | string |
Required |
|
pageNum | integer |
Default value is 1 |
|
pageSize | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/xml
Sample:
Sample not available.