GET WebIndicators/EconFinDataForSA/GetFootNotes
Gets footnotes for Economic and Financial data section of the website
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Rpt_FootnotesPerDataType_ResultName | Description | Type | Additional information |
---|---|---|---|
DataType | string |
None. |
|
FootnoteNo | integer |
None. |
|
Footnote | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DataType": "sample string 1", "FootnoteNo": 2, "Footnote": "sample string 3" }, { "DataType": "sample string 1", "FootnoteNo": 2, "Footnote": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfRpt_FootnotesPerDataType_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SarbWebApi.Models"> <Rpt_FootnotesPerDataType_Result> <DataType>sample string 1</DataType> <Footnote>sample string 3</Footnote> <FootnoteNo>2</FootnoteNo> </Rpt_FootnotesPerDataType_Result> <Rpt_FootnotesPerDataType_Result> <DataType>sample string 1</DataType> <Footnote>sample string 3</Footnote> <FootnoteNo>2</FootnoteNo> </Rpt_FootnotesPerDataType_Result> </ArrayOfRpt_FootnotesPerDataType_Result>