GET api/Express/SecondaryDisplay_SubCategory_Tabs?userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Express_Report_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Info | string |
None. |
|
| Type | string |
None. |
|
| Unit | string |
None. |
|
| Unit2 | string |
None. |
|
| Unit3 | string |
None. |
|
| View_By | string |
None. |
|
| Group | integer |
None. |
|
| isSelectable | boolean |
None. |
|
| ChartUI_Title | string |
None. |
|
| ChartUI_Title2 | string |
None. |
|
| ChartUI_Title3 | string |
None. |
|
| SelectedID | integer |
None. |
|
| SelectedKey | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"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": {}
}
text/xml
Sample:
<Express_Report_Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYE2Api.Models"> <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>