GET api/Express/SecondaryDisplay?userid={userid}&subcategoryid={subcategoryid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

integer

Required

subcategoryid

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

Express_KPIReports
NameDescriptionTypeAdditional information
ReportType

string

None.

Scores

KPIScore

None.

Output

Collection of Express_Report_Output

None.

BrandColors

Collection of Colors

None.

SubcategoryColors

Collection of Colors

None.

SKUColors

Collection of Colors

None.

Response Formats

application/json, text/json

Sample:
{
  "ReportType": "sample string 1",
  "Scores": {
    "MyTotalShelfShare": "sample string 1",
    "MyTotalShelfShare2": "sample string 2",
    "MyTotalShelfShare3": "sample string 3",
    "Total_Target": "sample string 4",
    "Title": "sample string 5",
    "Unit": "sample string 1",
    "Unit2": "sample string 2",
    "Unit3": "sample string 3"
  },
  "Output": [
    {
      "Title": "sample string 1",
      "Description": "sample string 2",
      "Info": "sample string 3",
      "Type": "sample string 4",
      "Unit": "sample string 5",
      "Unit2": "sample string 6",
      "Unit3": "sample string 7",
      "View_By": "sample string 8",
      "Group": 9,
      "isSelectable": true,
      "ChartUI_Title": "sample string 11",
      "ChartUI_Title2": "sample string 12",
      "ChartUI_Title3": "sample string 13",
      "SelectedID": 14,
      "SelectedKey": "sample string 15",
      "Data": {}
    },
    {
      "Title": "sample string 1",
      "Description": "sample string 2",
      "Info": "sample string 3",
      "Type": "sample string 4",
      "Unit": "sample string 5",
      "Unit2": "sample string 6",
      "Unit3": "sample string 7",
      "View_By": "sample string 8",
      "Group": 9,
      "isSelectable": true,
      "ChartUI_Title": "sample string 11",
      "ChartUI_Title2": "sample string 12",
      "ChartUI_Title3": "sample string 13",
      "SelectedID": 14,
      "SelectedKey": "sample string 15",
      "Data": {}
    }
  ],
  "BrandColors": [
    {
      "Color": "sample string 1",
      "Id": 2
    },
    {
      "Color": "sample string 1",
      "Id": 2
    }
  ],
  "SubcategoryColors": [
    {
      "Color": "sample string 1",
      "Id": 2
    },
    {
      "Color": "sample string 1",
      "Id": 2
    }
  ],
  "SKUColors": [
    {
      "Color": "sample string 1",
      "Id": 2
    },
    {
      "Color": "sample string 1",
      "Id": 2
    }
  ]
}

text/xml

Sample:
<Express_KPIReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYE2Api.Models">
  <BrandColors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
  </BrandColors>
  <Output>
    <Express_Report_Output>
      <ChartUI_Title>sample string 11</ChartUI_Title>
      <ChartUI_Title2>sample string 12</ChartUI_Title2>
      <ChartUI_Title3>sample string 13</ChartUI_Title3>
      <Data />
      <Description>sample string 2</Description>
      <Group>9</Group>
      <Info>sample string 3</Info>
      <SelectedID>14</SelectedID>
      <SelectedKey>sample string 15</SelectedKey>
      <Title>sample string 1</Title>
      <Type>sample string 4</Type>
      <Unit>sample string 5</Unit>
      <Unit2>sample string 6</Unit2>
      <Unit3>sample string 7</Unit3>
      <View_By>sample string 8</View_By>
      <isSelectable>true</isSelectable>
    </Express_Report_Output>
    <Express_Report_Output>
      <ChartUI_Title>sample string 11</ChartUI_Title>
      <ChartUI_Title2>sample string 12</ChartUI_Title2>
      <ChartUI_Title3>sample string 13</ChartUI_Title3>
      <Data />
      <Description>sample string 2</Description>
      <Group>9</Group>
      <Info>sample string 3</Info>
      <SelectedID>14</SelectedID>
      <SelectedKey>sample string 15</SelectedKey>
      <Title>sample string 1</Title>
      <Type>sample string 4</Type>
      <Unit>sample string 5</Unit>
      <Unit2>sample string 6</Unit2>
      <Unit3>sample string 7</Unit3>
      <View_By>sample string 8</View_By>
      <isSelectable>true</isSelectable>
    </Express_Report_Output>
  </Output>
  <ReportType>sample string 1</ReportType>
  <SKUColors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
  </SKUColors>
  <Scores>
    <MyTotalShelfShare>sample string 1</MyTotalShelfShare>
    <MyTotalShelfShare2>sample string 2</MyTotalShelfShare2>
    <MyTotalShelfShare3>sample string 3</MyTotalShelfShare3>
    <Title>sample string 5</Title>
    <Total_Target>sample string 4</Total_Target>
    <Unit>sample string 1</Unit>
    <Unit2>sample string 2</Unit2>
    <Unit3>sample string 3</Unit3>
  </Scores>
  <SubcategoryColors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
    <Colors>
      <Color>sample string 1</Color>
      <Id>2</Id>
    </Colors>
  </SubcategoryColors>
</Express_KPIReports>