GET edit/data-lookup/interpretations-rules?iKey={iKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InterpretationRules| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
None. |
|
| SectionID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleID": 1,
"SectionID": 2
},
{
"RuleID": 1,
"SectionID": 2
}
]