POST api/AdminTest/AdminGetTestByUuid
AdmGetTest by uuid
Request Information
URI Parameters
None.
Body Parameters
Admin_GetTestName | Description | Type | Additional 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": "c7629366-9463-4e4c-87c8-f3c0d667c24b", "FunCategoryID": 1, "TestActive": true, "Search": "sample string 1", "LanguageID": 1, "UserUUIDCur": "85d93d7d-f22b-4224-a68e-6426287cca93" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}