GET edit/data-lookup/rule-links-into?RuleID={RuleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RuleLinks| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkID | integer |
None. |
|
| RuleID | integer |
None. |
|
| LinkRuleID | integer |
None. |
|
| LinkText | string |
None. |
|
| LinkType | string |
None. |
|
| SectionID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LinkID": 1,
"RuleID": 2,
"LinkRuleID": 3,
"LinkText": "sample string 4",
"LinkType": "sample string 5",
"SectionID": 6
},
{
"LinkID": 1,
"RuleID": 2,
"LinkRuleID": 3,
"LinkText": "sample string 4",
"LinkType": "sample string 5",
"SectionID": 6
}
]