GET edit/data-lookup/attribute-rules?iAttr={iAttr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iAttr | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttributeRule| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
None. |
|
| SectionID | integer |
None. |
|
| Section | string |
None. |
|
| Rule | string |
None. |
|
| SectNum | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleID": 1,
"SectionID": 2,
"Section": "sample string 3",
"Rule": "sample string 4",
"SectNum": "sample string 5"
},
{
"RuleID": 1,
"SectionID": 2,
"Section": "sample string 3",
"Rule": "sample string 4",
"SectNum": "sample string 5"
}
]