POST api/CryptoLearn/v5/GetTestSubjectsWithoutAuth
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
TestSubjectListDTOv2| Name | Description | Type | Additional information |
|---|---|---|---|
| totalTest | integer |
None. |
|
| testSubjectList | Collection of TestSubjectDTOv2 |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalTest": 1,
"testSubjectList": [
{
"$id": "2",
"subjectId": 1,
"subjectName": "sample string 2",
"totalQuestion": 3
},
{
"$ref": "2"
}
]
}