GET api/Page/GetPageMenuDetail?UserName={UserName}&MenuNo={MenuNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
|
| MenuNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PageMenuDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuDetailID | integer |
None. |
|
| MenuID | integer |
None. |
|
| ModuleID | integer |
None. |
|
| ParameterID | integer |
None. |
|
| ParameterName | string |
None. |
|
| ParameterDatatype | string |
None. |
|
| InputControlName | string |
None. |
|
| InputControl | string |
None. |
|
| DataType | string |
None. |
|
| DropDownSP | string |
None. |
|
| DefaultValue | string |
None. |
|
| Active | boolean |
None. |
|
| SelectionChange | boolean |
None. |
|
| IsMenuFilter | boolean |
None. |
|
| DropDownValues | Collection of DropDownValue |
None. |
|
| DependentDDID | string |
None. |
|
| DDID | string |
None. |
|
| ShowInFilter | boolean |
None. |
|
| MinDate | string |
None. |
|
| MaxDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MenuDetailID": 1,
"MenuID": 2,
"ModuleID": 3,
"ParameterID": 4,
"ParameterName": "sample string 5",
"ParameterDatatype": "sample string 6",
"InputControlName": "sample string 7",
"InputControl": "sample string 8",
"DataType": "sample string 9",
"DropDownSP": "sample string 10",
"DefaultValue": "sample string 11",
"Active": true,
"SelectionChange": true,
"IsMenuFilter": true,
"DropDownValues": [
{
"Text": "sample string 1",
"Value": 2,
"Selected": true,
"AppId": 1,
"ModuleId": 1
},
{
"Text": "sample string 1",
"Value": 2,
"Selected": true,
"AppId": 1,
"ModuleId": 1
}
],
"DependentDDID": "sample string 15",
"DDID": "sample string 16",
"ShowInFilter": true,
"MinDate": "sample string 18",
"MaxDate": "sample string 19"
},
{
"MenuDetailID": 1,
"MenuID": 2,
"ModuleID": 3,
"ParameterID": 4,
"ParameterName": "sample string 5",
"ParameterDatatype": "sample string 6",
"InputControlName": "sample string 7",
"InputControl": "sample string 8",
"DataType": "sample string 9",
"DropDownSP": "sample string 10",
"DefaultValue": "sample string 11",
"Active": true,
"SelectionChange": true,
"IsMenuFilter": true,
"DropDownValues": [
{
"Text": "sample string 1",
"Value": 2,
"Selected": true,
"AppId": 1,
"ModuleId": 1
},
{
"Text": "sample string 1",
"Value": 2,
"Selected": true,
"AppId": 1,
"ModuleId": 1
}
],
"DependentDDID": "sample string 15",
"DDID": "sample string 16",
"ShowInFilter": true,
"MinDate": "sample string 18",
"MaxDate": "sample string 19"
}
]
application/xml, text/xml
Sample:
<ArrayOfPageMenuDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMBS.DO.Models">
<PageMenuDetail>
<Active>true</Active>
<DDID>sample string 16</DDID>
<DataType>sample string 9</DataType>
<DefaultValue>sample string 11</DefaultValue>
<DependentDDID>sample string 15</DependentDDID>
<DropDownSP>sample string 10</DropDownSP>
<DropDownValues>
<DropDownValue>
<AppId>1</AppId>
<ModuleId>1</ModuleId>
<Selected>true</Selected>
<Text>sample string 1</Text>
<Value>2</Value>
</DropDownValue>
<DropDownValue>
<AppId>1</AppId>
<ModuleId>1</ModuleId>
<Selected>true</Selected>
<Text>sample string 1</Text>
<Value>2</Value>
</DropDownValue>
</DropDownValues>
<InputControl>sample string 8</InputControl>
<InputControlName>sample string 7</InputControlName>
<IsMenuFilter>true</IsMenuFilter>
<MaxDate>sample string 19</MaxDate>
<MenuDetailID>1</MenuDetailID>
<MenuID>2</MenuID>
<MinDate>sample string 18</MinDate>
<ModuleID>3</ModuleID>
<ParameterDatatype>sample string 6</ParameterDatatype>
<ParameterID>4</ParameterID>
<ParameterName>sample string 5</ParameterName>
<SelectionChange>true</SelectionChange>
<ShowInFilter>true</ShowInFilter>
</PageMenuDetail>
<PageMenuDetail>
<Active>true</Active>
<DDID>sample string 16</DDID>
<DataType>sample string 9</DataType>
<DefaultValue>sample string 11</DefaultValue>
<DependentDDID>sample string 15</DependentDDID>
<DropDownSP>sample string 10</DropDownSP>
<DropDownValues>
<DropDownValue>
<AppId>1</AppId>
<ModuleId>1</ModuleId>
<Selected>true</Selected>
<Text>sample string 1</Text>
<Value>2</Value>
</DropDownValue>
<DropDownValue>
<AppId>1</AppId>
<ModuleId>1</ModuleId>
<Selected>true</Selected>
<Text>sample string 1</Text>
<Value>2</Value>
</DropDownValue>
</DropDownValues>
<InputControl>sample string 8</InputControl>
<InputControlName>sample string 7</InputControlName>
<IsMenuFilter>true</IsMenuFilter>
<MaxDate>sample string 19</MaxDate>
<MenuDetailID>1</MenuDetailID>
<MenuID>2</MenuID>
<MinDate>sample string 18</MinDate>
<ModuleID>3</ModuleID>
<ParameterDatatype>sample string 6</ParameterDatatype>
<ParameterID>4</ParameterID>
<ParameterName>sample string 5</ParameterName>
<SelectionChange>true</SelectionChange>
<ShowInFilter>true</ShowInFilter>
</PageMenuDetail>
</ArrayOfPageMenuDetail>
multipart/form-data
Sample:
<ArrayOfPageMenuDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMBS.DO.Models"><PageMenuDetail><Active>true</Active><DDID>sample string 16</DDID><DataType>sample string 9</DataType><DefaultValue>sample string 11</DefaultValue><DependentDDID>sample string 15</DependentDDID><DropDownSP>sample string 10</DropDownSP><DropDownValues><DropDownValue><AppId>1</AppId><ModuleId>1</ModuleId><Selected>true</Selected><Text>sample string 1</Text><Value>2</Value></DropDownValue><DropDownValue><AppId>1</AppId><ModuleId>1</ModuleId><Selected>true</Selected><Text>sample string 1</Text><Value>2</Value></DropDownValue></DropDownValues><InputControl>sample string 8</InputControl><InputControlName>sample string 7</InputControlName><IsMenuFilter>true</IsMenuFilter><MaxDate>sample string 19</MaxDate><MenuDetailID>1</MenuDetailID><MenuID>2</MenuID><MinDate>sample string 18</MinDate><ModuleID>3</ModuleID><ParameterDatatype>sample string 6</ParameterDatatype><ParameterID>4</ParameterID><ParameterName>sample string 5</ParameterName><SelectionChange>true</SelectionChange><ShowInFilter>true</ShowInFilter></PageMenuDetail><PageMenuDetail><Active>true</Active><DDID>sample string 16</DDID><DataType>sample string 9</DataType><DefaultValue>sample string 11</DefaultValue><DependentDDID>sample string 15</DependentDDID><DropDownSP>sample string 10</DropDownSP><DropDownValues><DropDownValue><AppId>1</AppId><ModuleId>1</ModuleId><Selected>true</Selected><Text>sample string 1</Text><Value>2</Value></DropDownValue><DropDownValue><AppId>1</AppId><ModuleId>1</ModuleId><Selected>true</Selected><Text>sample string 1</Text><Value>2</Value></DropDownValue></DropDownValues><InputControl>sample string 8</InputControl><InputControlName>sample string 7</InputControlName><IsMenuFilter>true</IsMenuFilter><MaxDate>sample string 19</MaxDate><MenuDetailID>1</MenuDetailID><MenuID>2</MenuID><MinDate>sample string 18</MinDate><ModuleID>3</ModuleID><ParameterDatatype>sample string 6</ParameterDatatype><ParameterID>4</ParameterID><ParameterName>sample string 5</ParameterName><SelectionChange>true</SelectionChange><ShowInFilter>true</ShowInFilter></PageMenuDetail></ArrayOfPageMenuDetail>