GET v1/getHint?ControlID={ControlID}&HintID={HintID}
Метод для отримання корисної інформації
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| controlID | string |
None. |
|
| hintID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Hint| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| controlID | string |
None. |
|
| html | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"controlID": "sample string 2",
"html": "sample string 3"
}