GET api/superadmin/admins/{adminId}/projects?pageSize={pageSize}&pageNumber={pageNumber}&orderBy={orderBy}&search={search}
list of projects from this admin, orderBy - name of columns, example addDate(ascending) and -addDate(desending)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminId | string |
Required |
|
| 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.