GET api/EtaWebsiteNews/GetEtaWebsiteNews/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

EtaWebsiteNews
NameDescriptionTypeAdditional information
EtaWebsiteNewsId

integer

None.

LanguageId

integer

None.

NewsTitleShort

string

None.

NewsTitleLong

string

None.

NewsDescriptionShort

string

None.

NewsDescriptionLong

string

None.

NewsImageName

string

None.

EtaWebsiteNewsIsInUse

boolean

None.

NewsDateCreated

date

None.

ObjectState

ObjectState

None.

Response Formats

application/json, text/json

Sample:
{
  "etaWebsiteNewsId": 1,
  "languageId": 2,
  "newsTitleShort": "sample string 3",
  "newsTitleLong": "sample string 4",
  "newsDescriptionShort": "sample string 5",
  "newsDescriptionLong": "sample string 6",
  "newsImageName": "sample string 7",
  "etaWebsiteNewsIsInUse": true,
  "newsDateCreated": "2025-12-11T17:46:02.9383094+01:00",
  "objectState": 0
}

application/xml, text/xml

Sample:
<EtaWebsiteNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models">
  <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState>
  <EtaWebsiteNewsId>1</EtaWebsiteNewsId>
  <EtaWebsiteNewsIsInUse>true</EtaWebsiteNewsIsInUse>
  <LanguageId>2</LanguageId>
  <NewsDateCreated>2025-12-11T17:46:02.9383094+01:00</NewsDateCreated>
  <NewsDescriptionLong>sample string 6</NewsDescriptionLong>
  <NewsDescriptionShort>sample string 5</NewsDescriptionShort>
  <NewsImageName>sample string 7</NewsImageName>
  <NewsTitleLong>sample string 4</NewsTitleLong>
  <NewsTitleShort>sample string 3</NewsTitleShort>
</EtaWebsiteNews>