GET News/LimoNews
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NewsTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LocalizedName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"LocalizedName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfNewsTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.Models.MobileForms">
<NewsTable>
<Id>sample string 1</Id>
<LocalizedName>sample string 2</LocalizedName>
</NewsTable>
</ArrayOfNewsTable>