POST api/CryptoLearn/v4/GetExamSubjects
Request Information
URI Parameters
None.
Body Parameters
GetSubjecforTestExamtDTOWithoutAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Language": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ExamSubjectListV3DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| totalExam | integer |
None. |
|
| examSubjectList | Collection of ExamSubjectV3DTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalExam": 1,
"examSubjectList": [
{
"$id": "2",
"subjectId": 1,
"subjectName": "sample string 2",
"totalQuestion": 3
},
{
"$ref": "2"
}
]
}