GET api/superadmin/forums?pageSize={pageSize}&pageNumber={pageNumber}&orderBy={orderBy}&search={search}
get all forums froms service; Pagination => type field name with "-"for descending or without
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
Required |
|
| pageNumber | integer |
Required |
|
| orderBy | string |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.