POST api/AdminTest/AdminGetTestByUuid
AdmGetTest by uuid
Request Information
URI Parameters
None.
Body Parameters
Admin_GetTest| Name | 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": "e8722666-335b-4b43-94cb-8a2dbf6081ad",
"FunCategoryID": 1,
"TestActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "d8562e3d-bb05-4a78-8e9d-4b558870bb63"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}