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": "79d8dccb-3ae4-42e4-9120-169ce94fb1fb",
  "FunCategoryID": 1,
  "TestActive": true,
  "Search": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "9d327a38-a361-4019-9646-89929de68d67"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}