POST api/AdminTest/AdminGetTest

AdmGetTest

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": "9bac28ce-aa32-40b9-866b-8537104b3d6b",
  "FunCategoryID": 1,
  "TestActive": true,
  "Search": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "c179d081-9154-440d-9199-bfb69d0c4e34"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]