GET edit/data-lookup/table-html?iTable={iTable}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iTable | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TableHTML| Name | Description | Type | Additional information |
|---|---|---|---|
| HTMLID | integer |
None. |
|
| RuleTableID | integer |
None. |
|
| HTMLText | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HTMLID": 1,
"RuleTableID": 2,
"HTMLText": "sample string 3"
},
{
"HTMLID": 1,
"RuleTableID": 2,
"HTMLText": "sample string 3"
}
]