GET api/HotLinks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HotLinkList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| URL | string |
None. |
|
| Stamp | integer |
None. |
|
| Description | string |
None. |
|
| LanguageID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"URL": "sample string 3",
"Stamp": 4,
"Description": "sample string 5",
"LanguageID": 6
},
{
"ID": 1,
"Name": "sample string 2",
"URL": "sample string 3",
"Stamp": 4,
"Description": "sample string 5",
"LanguageID": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfHotLinkList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetraAPI.Models">
<HotLinkList>
<Description>sample string 5</Description>
<ID>1</ID>
<LanguageID>6</LanguageID>
<Name>sample string 2</Name>
<Stamp>4</Stamp>
<URL>sample string 3</URL>
</HotLinkList>
<HotLinkList>
<Description>sample string 5</Description>
<ID>1</ID>
<LanguageID>6</LanguageID>
<Name>sample string 2</Name>
<Stamp>4</Stamp>
<URL>sample string 3</URL>
</HotLinkList>
</ArrayOfHotLinkList>