POST api/AdminTest/AdmGetTestQuestion

AdmGetTestQuestion

Request Information

URI Parameters

None.

Body Parameters

GetQuestQuestion
NameDescriptionTypeAdditional information
QuestionID

integer

None.

Question

string

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestionID": 1,
  "Question": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "b15232cc-49df-4d3e-9d62-e4e2cc94c22c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]