GET Api/NewsFeed/{language}/Project/{projectId}
Gets all news for a given project
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| projectId | No documentation available. |
Define this parameter in the request URI. |
| language | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"exProductId": 1,
"projectId": "sample string 2",
"exhibitorId": 3,
"exProjectId": 4,
"exhibitorName": "sample string 5",
"exhibitorUrlLogo": "sample string 6",
"title": "sample string 7",
"header": "sample string 8",
"intro": "sample string 9",
"text": "sample string 10",
"url": "sample string 11",
"productCategoryId": "sample string 12",
"productCategoryName": "sample string 13",
"createDate": "2025-10-30T00:23:18.3236903+01:00",
"updateDate": "2025-10-30T00:23:18.3236903+01:00"
},
{
"exProductId": 1,
"projectId": "sample string 2",
"exhibitorId": 3,
"exProjectId": 4,
"exhibitorName": "sample string 5",
"exhibitorUrlLogo": "sample string 6",
"title": "sample string 7",
"header": "sample string 8",
"intro": "sample string 9",
"text": "sample string 10",
"url": "sample string 11",
"productCategoryId": "sample string 12",
"productCategoryName": "sample string 13",
"createDate": "2025-10-30T00:23:18.3236903+01:00",
"updateDate": "2025-10-30T00:23:18.3236903+01:00"
},
{
"exProductId": 1,
"projectId": "sample string 2",
"exhibitorId": 3,
"exProjectId": 4,
"exhibitorName": "sample string 5",
"exhibitorUrlLogo": "sample string 6",
"title": "sample string 7",
"header": "sample string 8",
"intro": "sample string 9",
"text": "sample string 10",
"url": "sample string 11",
"productCategoryId": "sample string 12",
"productCategoryName": "sample string 13",
"createDate": "2025-10-30T00:23:18.3236903+01:00",
"updateDate": "2025-10-30T00:23:18.3236903+01:00"
}
]
text/html
Sample:
[{"exProductId":1,"projectId":"sample string 2","exhibitorId":3,"exProjectId":4,"exhibitorName":"sample string 5","exhibitorUrlLogo":"sample string 6","title":"sample string 7","header":"sample string 8","intro":"sample string 9","text":"sample string 10","url":"sample string 11","productCategoryId":"sample string 12","productCategoryName":"sample string 13","createDate":"2025-10-30T00:23:18.3236903+01:00","updateDate":"2025-10-30T00:23:18.3236903+01:00"},{"exProductId":1,"projectId":"sample string 2","exhibitorId":3,"exProjectId":4,"exhibitorName":"sample string 5","exhibitorUrlLogo":"sample string 6","title":"sample string 7","header":"sample string 8","intro":"sample string 9","text":"sample string 10","url":"sample string 11","productCategoryId":"sample string 12","productCategoryName":"sample string 13","createDate":"2025-10-30T00:23:18.3236903+01:00","updateDate":"2025-10-30T00:23:18.3236903+01:00"},{"exProductId":1,"projectId":"sample string 2","exhibitorId":3,"exProjectId":4,"exhibitorName":"sample string 5","exhibitorUrlLogo":"sample string 6","title":"sample string 7","header":"sample string 8","intro":"sample string 9","text":"sample string 10","url":"sample string 11","productCategoryId":"sample string 12","productCategoryName":"sample string 13","createDate":"2025-10-30T00:23:18.3236903+01:00","updateDate":"2025-10-30T00:23:18.3236903+01:00"}]
application/xml, text/xml
Sample:
<ArrayOfProductNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
<ProductNews>
<CreateDate>2025-10-30T00:23:18.3236903+01:00</CreateDate>
<ExProductId>1</ExProductId>
<ExProjectId>4</ExProjectId>
<ExhibitorId>3</ExhibitorId>
<ExhibitorName>sample string 5</ExhibitorName>
<ExhibitorUrlLogo>sample string 6</ExhibitorUrlLogo>
<Header>sample string 8</Header>
<Intro>sample string 9</Intro>
<ProductCategoryId>sample string 12</ProductCategoryId>
<ProductCategoryName>sample string 13</ProductCategoryName>
<ProjectId>sample string 2</ProjectId>
<Text>sample string 10</Text>
<Title>sample string 7</Title>
<UpdateDate>2025-10-30T00:23:18.3236903+01:00</UpdateDate>
<Url>sample string 11</Url>
</ProductNews>
<ProductNews>
<CreateDate>2025-10-30T00:23:18.3236903+01:00</CreateDate>
<ExProductId>1</ExProductId>
<ExProjectId>4</ExProjectId>
<ExhibitorId>3</ExhibitorId>
<ExhibitorName>sample string 5</ExhibitorName>
<ExhibitorUrlLogo>sample string 6</ExhibitorUrlLogo>
<Header>sample string 8</Header>
<Intro>sample string 9</Intro>
<ProductCategoryId>sample string 12</ProductCategoryId>
<ProductCategoryName>sample string 13</ProductCategoryName>
<ProjectId>sample string 2</ProjectId>
<Text>sample string 10</Text>
<Title>sample string 7</Title>
<UpdateDate>2025-10-30T00:23:18.3236903+01:00</UpdateDate>
<Url>sample string 11</Url>
</ProductNews>
<ProductNews>
<CreateDate>2025-10-30T00:23:18.3236903+01:00</CreateDate>
<ExProductId>1</ExProductId>
<ExProjectId>4</ExProjectId>
<ExhibitorId>3</ExhibitorId>
<ExhibitorName>sample string 5</ExhibitorName>
<ExhibitorUrlLogo>sample string 6</ExhibitorUrlLogo>
<Header>sample string 8</Header>
<Intro>sample string 9</Intro>
<ProductCategoryId>sample string 12</ProductCategoryId>
<ProductCategoryName>sample string 13</ProductCategoryName>
<ProjectId>sample string 2</ProjectId>
<Text>sample string 10</Text>
<Title>sample string 7</Title>
<UpdateDate>2025-10-30T00:23:18.3236903+01:00</UpdateDate>
<Url>sample string 11</Url>
</ProductNews>
</ArrayOfProductNews>