GET data-lookup/footnotes?iSection={iSection}&dRevision={dRevision}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iSection | integer |
Required |
|
| dRevision | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FootnoteRule| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Note | string |
None. |
|
| RuleID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Note": "sample string 2",
"RuleID": 3
},
{
"ID": 1,
"Note": "sample string 2",
"RuleID": 3
}
]