POST api/CryptoLearn/v3/GetTestSubjects

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

TestSubjectListV3DTO
NameDescriptionTypeAdditional information
totalSubject

integer

None.

testSubjectList

Collection of TestSubjecV3tDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "totalSubject": 1,
  "testSubjectList": [
    {
      "$id": "2",
      "subjectId": 1,
      "subjectName": "sample string 2",
      "totalTest": 3
    },
    {
      "$ref": "2"
    }
  ]
}