POST api/CodingTest/GenerateJSON?reset={reset}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reset | boolean |
Required |
|
| token | string |
Required |
Body Parameters
TE_Students| Name | Description | Type | Additional information |
|---|---|---|---|
| TST_Id | integer |
None. |
|
| TET_Id | integer |
None. |
|
| SCS_Id | integer |
None. |
|
| TST_QuestionsGenerated | boolean |
None. |
|
| TST_TestSubmited | boolean |
None. |
|
| TST_TotalAttempted | integer |
None. |
|
| TST_TotalMarks | decimal number |
None. |
|
| STE_Id | integer |
None. |
|
| TST_StartTime | date |
None. |
|
| TST_EndTime | date |
None. |
|
| TST_Authentication | string |
None. |
|
| TST_BrowserDesc | string |
None. |
|
| TST_IPAddress | string |
None. |
|
| TST_Rank | integer |
None. |
|
| TST_ResetAttempts | integer |
None. |
|
| STB_Id | integer |
None. |
|
| STS_Id | integer |
None. |
|
| STP_Id | integer |
None. |
|
| SCM_Id | integer |
None. |
|
| TST_ForcefullySubmitted | boolean |
None. |
|
| TST_TabChangeCount | integer |
None. |
|
| USA_Id_CreatedBy | integer |
None. |
|
| TST_CreatedOn | date |
None. |
|
| TST_LastModifiedOn | date |
None. |
|
| APP_Report_Questions | Collection of APP_Report_Questions |
None. |
|
| ST_StudentBatches | ST_StudentBatches |
None. |
|
| ST_StudentCollegeSemesters | ST_StudentCollegeSemesters |
None. |
|
| ST_StudentCourseModules | ST_StudentCourseModules |
None. |
|
| ST_StudentEnquiries | ST_StudentEnquiries |
None. |
|
| ST_StudentsRewardsPoints | Collection of ST_StudentsRewardsPoints |
None. |
|
| ST_StudentTestpacks | ST_StudentTestpacks |
None. |
|
| ST_Users | ST_Users |
None. |
|
| TE_Save_TempJSON | Collection of TE_Save_TempJSON |
None. |
|
| TE_Students_SectionSummary | Collection of TE_Students_SectionSummary |
None. |
|
| TE_Test | TE_Test |
None. |
|
| US_AdminUsers | US_AdminUsers |
None. |
|
| TE_StudentsQuestions | Collection of TE_StudentsQuestions |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>