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": "5d37bfc9-3ce0-48e2-b90b-32982f74ae07",
  "FunCategoryID": 1,
  "TestActive": true,
  "Search": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "ae5ceca2-7743-4350-8521-755d5b48a448"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]