GET api/HelpfulHint/HelpfulHints
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HelpfulHint| Name | Description | Type | Additional information |
|---|---|---|---|
| HelpfulHintId | integer |
None. |
|
| HelpfulHintTypeId | byte |
None. |
|
| Description | string |
None. |
|
| CodeName | string |
None. |
|
| ToolTip | string |
None. |
|
| Path | string |
None. |
|
| Location | string |
None. |
|
| HelpfulHintType | HelpfulHintType |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "AHS.Server.Entities.HelpfulHint, AHS.Server",
"HelpfulHintId": 1,
"HelpfulHintTypeId": 64,
"Description": "sample string 3",
"CodeName": "sample string 4",
"ToolTip": "sample string 5",
"Path": "sample string 6",
"Location": "sample string 7",
"HelpfulHintType": {
"$id": "2",
"$type": "AHS.Server.Entities.HelpfulHintType, AHS.Server",
"HelpfulHintTypeId": 64,
"Description": "sample string 2",
"CodeName": "sample string 3",
"HelpfulHints": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "1"
}
]