GET product/getLMSTestDetails?TestCode={TestCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TestCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CourseTestList| Name | Description | Type | Additional information |
|---|---|---|---|
| TestCode | string |
None. |
|
| TestName | string |
None. |
|
| TestTypeCode | string |
None. |
|
| TestTypeName | string |
None. |
|
| TestCategoryCode | string |
None. |
|
| DifficultyLevel | string |
None. |
|
| TestDirections | string |
None. |
|
| TestStartDate | date |
None. |
|
| TestEndDate | date |
None. |
|
| PaperCode | string |
None. |
|
| PaperName | string |
None. |
|
| PaperTotalDuration | string |
None. |
|
| PaperTotalQuestion | integer |
None. |
|
| PaperTotalMarks | decimal number |
None. |
|
| Instructions | string |
None. |
|
| PaperQuestionCode | string |
None. |
|
| PQMarks | string |
None. |
|
| SubjectiveTestHtml | string |
None. |
|
| IsTextSolution | boolean |
None. |
|
| IsAVSolution | boolean |
None. |
|
| IsPPTSolution | boolean |
None. |
|
| QuestionUpdate | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"TestCode": "sample string 1",
"TestName": "sample string 2",
"TestTypeCode": "sample string 3",
"TestTypeName": "sample string 4",
"TestCategoryCode": "sample string 5",
"DifficultyLevel": "sample string 6",
"TestDirections": "sample string 7",
"TestStartDate": "2026-07-27T15:38:25.6273421+05:30",
"TestEndDate": "2026-07-27T15:38:25.6273421+05:30",
"PaperCode": "sample string 8",
"PaperName": "sample string 9",
"PaperTotalDuration": "sample string 10",
"PaperTotalQuestion": 1,
"PaperTotalMarks": 11.0,
"Instructions": "sample string 12",
"PaperQuestionCode": "sample string 13",
"PQMarks": "sample string 14",
"SubjectiveTestHtml": "sample string 15",
"IsTextSolution": true,
"IsAVSolution": true,
"IsPPTSolution": true,
"QuestionUpdate": true
}
application/xml, text/xml
Sample:
<ProductEntity.CourseTestList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <DifficultyLevel>sample string 6</DifficultyLevel> <Instructions>sample string 12</Instructions> <IsAVSolution>true</IsAVSolution> <IsPPTSolution>true</IsPPTSolution> <IsTextSolution>true</IsTextSolution> <PQMarks>sample string 14</PQMarks> <PaperCode>sample string 8</PaperCode> <PaperName>sample string 9</PaperName> <PaperQuestionCode>sample string 13</PaperQuestionCode> <PaperTotalDuration>sample string 10</PaperTotalDuration> <PaperTotalMarks>11</PaperTotalMarks> <PaperTotalQuestion>1</PaperTotalQuestion> <QuestionUpdate>true</QuestionUpdate> <SubjectiveTestHtml>sample string 15</SubjectiveTestHtml> <TestCategoryCode>sample string 5</TestCategoryCode> <TestCode>sample string 1</TestCode> <TestDirections>sample string 7</TestDirections> <TestEndDate>2026-07-27T15:38:25.6273421+05:30</TestEndDate> <TestName>sample string 2</TestName> <TestStartDate>2026-07-27T15:38:25.6273421+05:30</TestStartDate> <TestTypeCode>sample string 3</TestTypeCode> <TestTypeName>sample string 4</TestTypeName> </ProductEntity.CourseTestList>