GET ticket/startpage/rightbar
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BarItem| Name | Description | Type | Additional information |
|---|---|---|---|
| sid | string |
None. |
|
| textTop | string |
None. |
|
| textBottom | string |
None. |
|
| targetUrl | URI |
None. |
|
| target | string |
None. |
|
| altText | string |
None. |
|
| imageUrl | URI |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sid": "sample string 1",
"textTop": "sample string 2",
"textBottom": "sample string 3",
"targetUrl": "http://webapihelppage4.com",
"target": "sample string 5",
"altText": "sample string 6",
"imageUrl": "http://webapihelppage7.com"
},
{
"sid": "sample string 1",
"textTop": "sample string 2",
"textBottom": "sample string 3",
"targetUrl": "http://webapihelppage4.com",
"target": "sample string 5",
"altText": "sample string 6",
"imageUrl": "http://webapihelppage7.com"
}
]
application/xml, text/xml
Sample:
<ArrayOfBarItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models">
<BarItem>
<altText>sample string 6</altText>
<imageUrl>http://webapihelppage7.com/</imageUrl>
<sid>sample string 1</sid>
<target>sample string 5</target>
<targetUrl>http://webapihelppage4.com/</targetUrl>
<textBottom>sample string 3</textBottom>
<textTop>sample string 2</textTop>
</BarItem>
<BarItem>
<altText>sample string 6</altText>
<imageUrl>http://webapihelppage7.com/</imageUrl>
<sid>sample string 1</sid>
<target>sample string 5</target>
<targetUrl>http://webapihelppage4.com/</targetUrl>
<textBottom>sample string 3</textBottom>
<textTop>sample string 2</textTop>
</BarItem>
</ArrayOfBarItem>