POST api/AdminTest/AdminGetTestByUuid

AdmGetTest by uuid

Request Information

URI Parameters

None.

Body Parameters

Admin_GetTest
NameDescriptionTypeAdditional information
TestUUID

globally unique identifier

None.

FunCategoryID

integer

None.

TestActive

boolean

None.

Search

string

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TestUUID": "3229db07-c818-4dfa-8086-36bb2c3a79e8",
  "FunCategoryID": 1,
  "TestActive": true,
  "Search": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "06b1260a-6a89-42cc-b541-d87c7f3b0172"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}