POST api/Rvw/GetChkReviewWorks
GetChkReviewWorks
Request Information
URI Parameters
None.
Body Parameters
GetCheckReviewWorksInputName | Description | Type | Additional information |
---|---|---|---|
ExamId | string |
None. |
|
CourseId | string |
None. |
|
QuestionsId | string |
None. |
|
UserId | string |
None. |
|
ScoreFrom | decimal number |
None. |
|
ScoreTo | decimal number |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
RandomNumber | integer |
None. |
|
TaskRvw | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExamId": "sample string 1", "CourseId": "sample string 2", "QuestionsId": "sample string 3", "UserId": "sample string 4", "ScoreFrom": 5.0, "ScoreTo": 6.0, "DateFrom": "2025-05-03T12:41:52.6747333+08:00", "DateTo": "2025-05-03T12:41:52.6747333+08:00", "RandomNumber": 7, "TaskRvw": 8, "PageIndex": 9, "PageSize": 10, "OrderBy": "sample string 11" }
text/xml
Sample:
<GetCheckReviewWorksInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ems.Domain.Rvw.Dtos.InputDtos"> <CourseId>sample string 2</CourseId> <DateFrom>2025-05-03T12:41:52.6747333+08:00</DateFrom> <DateTo>2025-05-03T12:41:52.6747333+08:00</DateTo> <ExamId>sample string 1</ExamId> <OrderBy>sample string 11</OrderBy> <PageIndex>9</PageIndex> <PageSize>10</PageSize> <QuestionsId>sample string 3</QuestionsId> <RandomNumber>7</RandomNumber> <ScoreFrom>5</ScoreFrom> <ScoreTo>6</ScoreTo> <TaskRvw>8</TaskRvw> <UserId>sample string 4</UserId> </GetCheckReviewWorksInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServiceResultName | Description | Type | Additional information |
---|---|---|---|
RetCode | integer |
None. |
|
Msg | string |
None. |
|
Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "RetCode": 1, "Msg": "sample string 2", "Result": {} }
text/xml
Sample:
<ServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tdf.Utils.Networking"> <Msg>sample string 2</Msg> <Result /> <RetCode>1</RetCode> </ServiceResult>