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": "32d511d2-42c3-4c5e-9154-b3639802186d",
  "FunCategoryID": 1,
  "TestActive": true,
  "Search": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "13b3368f-d53d-4260-9d32-41cfed188996"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}