GET api/AppUISettingHomeButton
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AppUISettingHomeButton| Name | Description | Type | Additional information |
|---|---|---|---|
| BUTTONID | string |
None. |
|
| BUTTONCAPTION | string |
None. |
|
| BUTTONCAPTIONARABIC | string |
None. |
|
| BUTTONVISIBLE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BUTTONID": "sample string 1",
"BUTTONCAPTION": "sample string 2",
"BUTTONCAPTIONARABIC": "sample string 3",
"BUTTONVISIBLE": "sample string 4"
},
{
"BUTTONID": "sample string 1",
"BUTTONCAPTION": "sample string 2",
"BUTTONCAPTIONARABIC": "sample string 3",
"BUTTONVISIBLE": "sample string 4"
}
]
text/html
Sample:
[{"BUTTONID":"sample string 1","BUTTONCAPTION":"sample string 2","BUTTONCAPTIONARABIC":"sample string 3","BUTTONVISIBLE":"sample string 4"},{"BUTTONID":"sample string 1","BUTTONCAPTION":"sample string 2","BUTTONCAPTIONARABIC":"sample string 3","BUTTONVISIBLE":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfAppUISettingHomeButton xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
<AppUISettingHomeButton>
<BUTTONCAPTION>sample string 2</BUTTONCAPTION>
<BUTTONCAPTIONARABIC>sample string 3</BUTTONCAPTIONARABIC>
<BUTTONID>sample string 1</BUTTONID>
<BUTTONVISIBLE>sample string 4</BUTTONVISIBLE>
</AppUISettingHomeButton>
<AppUISettingHomeButton>
<BUTTONCAPTION>sample string 2</BUTTONCAPTION>
<BUTTONCAPTIONARABIC>sample string 3</BUTTONCAPTIONARABIC>
<BUTTONID>sample string 1</BUTTONID>
<BUTTONVISIBLE>sample string 4</BUTTONVISIBLE>
</AppUISettingHomeButton>
</ArrayOfAppUISettingHomeButton>