GET WebIndicators/OtherIndicators
Gets data for the 'Other Indicators' section of the website
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Rpt_TopDataValuesPerDataTypeAEM_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | string | None. | |
| PageTitle | string | None. | |
| TypeName | string | None. | |
| SectionId | string | None. | |
| SectionName | string | None. | |
| TsCode | string | None. | |
| MeasureName | string | None. | |
| TheValue | decimal number | None. | |
| ValueDate | date | None. | |
| Description | string | None. | |
| FormatNumber | string | None. | |
| FormatDate | string | None. | |
| SectionSequence | integer | None. | |
| ItemSequence | integer | None. | |
| UpInd | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "Id": "sample string 1",
    "PageTitle": "sample string 2",
    "TypeName": "sample string 3",
    "SectionId": "sample string 4",
    "SectionName": "sample string 5",
    "TsCode": "sample string 6",
    "MeasureName": "sample string 7",
    "TheValue": 8.0,
    "ValueDate": "2025-10-30T22:31:02.5919019+02:00",
    "Description": "sample string 9",
    "FormatNumber": "sample string 10",
    "FormatDate": "sample string 11",
    "SectionSequence": 12,
    "ItemSequence": 1,
    "UpInd": 13
  },
  {
    "Id": "sample string 1",
    "PageTitle": "sample string 2",
    "TypeName": "sample string 3",
    "SectionId": "sample string 4",
    "SectionName": "sample string 5",
    "TsCode": "sample string 6",
    "MeasureName": "sample string 7",
    "TheValue": 8.0,
    "ValueDate": "2025-10-30T22:31:02.5919019+02:00",
    "Description": "sample string 9",
    "FormatNumber": "sample string 10",
    "FormatDate": "sample string 11",
    "SectionSequence": 12,
    "ItemSequence": 1,
    "UpInd": 13
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfRpt_TopDataValuesPerDataTypeAEM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SarbWebApi.Models">
  <Rpt_TopDataValuesPerDataTypeAEM_Result>
    <Description>sample string 9</Description>
    <FormatDate>sample string 11</FormatDate>
    <FormatNumber>sample string 10</FormatNumber>
    <Id>sample string 1</Id>
    <ItemSequence>1</ItemSequence>
    <MeasureName>sample string 7</MeasureName>
    <PageTitle>sample string 2</PageTitle>
    <SectionId>sample string 4</SectionId>
    <SectionName>sample string 5</SectionName>
    <SectionSequence>12</SectionSequence>
    <TheValue>8</TheValue>
    <TsCode>sample string 6</TsCode>
    <TypeName>sample string 3</TypeName>
    <UpInd>13</UpInd>
    <ValueDate>2025-10-30T22:31:02.5919019+02:00</ValueDate>
  </Rpt_TopDataValuesPerDataTypeAEM_Result>
  <Rpt_TopDataValuesPerDataTypeAEM_Result>
    <Description>sample string 9</Description>
    <FormatDate>sample string 11</FormatDate>
    <FormatNumber>sample string 10</FormatNumber>
    <Id>sample string 1</Id>
    <ItemSequence>1</ItemSequence>
    <MeasureName>sample string 7</MeasureName>
    <PageTitle>sample string 2</PageTitle>
    <SectionId>sample string 4</SectionId>
    <SectionName>sample string 5</SectionName>
    <SectionSequence>12</SectionSequence>
    <TheValue>8</TheValue>
    <TsCode>sample string 6</TsCode>
    <TypeName>sample string 3</TypeName>
    <UpInd>13</UpInd>
    <ValueDate>2025-10-30T22:31:02.5919019+02:00</ValueDate>
  </Rpt_TopDataValuesPerDataTypeAEM_Result>
</ArrayOfRpt_TopDataValuesPerDataTypeAEM_Result>