POST api/CryptoLearn/v3/GetExamSubjects

Request Information

URI Parameters

None.

Body Parameters

GetSubjecforTestExamtDTOWithoutAuth
NameDescriptionTypeAdditional 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

ExamSubjectListDTOV2
NameDescriptionTypeAdditional information
totalExam

integer

None.

examSubjectList

Collection of ExamSubjectDTOv2

None.

Response Formats

application/json, text/json

Sample:
{
  "totalExam": 1,
  "examSubjectList": [
    {
      "$id": "2",
      "subjectId": 1,
      "subjectName": "sample string 2",
      "totalQuestion": 3
    },
    {
      "$ref": "2"
    }
  ]
}