POST api/TreatmentReview/GetReviewsForApproval
Request Information
URI Parameters
None.
Body Parameters
GetReviewsForAdminDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ReviewStatus |
None. |
|
| Search | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": 1,
"Search": "sample string 1",
"PageNumber": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<GetReviewsForAdminDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Silver.Agenda.Core.Application.Dtos"> <PageNumber>2</PageNumber> <PageSize>3</PageSize> <Search>sample string 1</Search> <Status>Pending</Status> </GetReviewsForAdminDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.