GET api/News?ProjectcId={ProjectcId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of V5News| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsId | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Protocol | string |
None. |
|
| Url | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ManualActivation | boolean |
None. |
|
| AutomaticActivation | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| DomainId | globally unique identifier |
None. |
|
| Image | string |
None. |
|
| CreationDate | date |
None. |
|
| Published | boolean |
None. |
|
| PublishedDescription | string |
None. |
|
| Status | string |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| MemberName | string |
None. |
|
| RightId | integer |
None. |
|
| RightCode | string |
None. |
|
| RightTitle | string |
None. |
|
| PublishedTitle | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NewsId": "24e5c73f-8e89-4aa2-ace0-f2e172705488",
"Number": 1,
"Protocol": "sample string 2",
"Url": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"ManualActivation": true,
"AutomaticActivation": true,
"StartDate": "2026-03-09T22:56:50.6500384+01:00",
"EndDate": "2026-03-09T22:56:50.6500384+01:00",
"DomainId": "42d39af3-eaee-4545-8a54-b8e6270f382d",
"Image": "sample string 6",
"CreationDate": "2026-03-09T22:56:50.6500384+01:00",
"Published": true,
"PublishedDescription": "sample string 7",
"Status": "sample string 8",
"MemberId": "b3182e56-7fb1-46f5-8041-38ff44146fd4",
"MemberName": "sample string 10",
"RightId": 11,
"RightCode": "sample string 12",
"RightTitle": "sample string 13",
"PublishedTitle": "sample string 14",
"ProjectId": "fa9ecfaf-bef5-4bc7-b970-3b9d5728f4df"
},
{
"NewsId": "24e5c73f-8e89-4aa2-ace0-f2e172705488",
"Number": 1,
"Protocol": "sample string 2",
"Url": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"ManualActivation": true,
"AutomaticActivation": true,
"StartDate": "2026-03-09T22:56:50.6500384+01:00",
"EndDate": "2026-03-09T22:56:50.6500384+01:00",
"DomainId": "42d39af3-eaee-4545-8a54-b8e6270f382d",
"Image": "sample string 6",
"CreationDate": "2026-03-09T22:56:50.6500384+01:00",
"Published": true,
"PublishedDescription": "sample string 7",
"Status": "sample string 8",
"MemberId": "b3182e56-7fb1-46f5-8041-38ff44146fd4",
"MemberName": "sample string 10",
"RightId": 11,
"RightCode": "sample string 12",
"RightTitle": "sample string 13",
"PublishedTitle": "sample string 14",
"ProjectId": "fa9ecfaf-bef5-4bc7-b970-3b9d5728f4df"
}
]
application/xml, text/xml
Sample:
<ArrayOfV5News xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi">
<V5News>
<AutomaticActivation>true</AutomaticActivation>
<CreationDate>2026-03-09T22:56:50.6500384+01:00</CreationDate>
<Description>sample string 5</Description>
<DomainId>42d39af3-eaee-4545-8a54-b8e6270f382d</DomainId>
<EndDate>2026-03-09T22:56:50.6500384+01:00</EndDate>
<Image>sample string 6</Image>
<ManualActivation>true</ManualActivation>
<MemberId>b3182e56-7fb1-46f5-8041-38ff44146fd4</MemberId>
<MemberName>sample string 10</MemberName>
<NewsId>24e5c73f-8e89-4aa2-ace0-f2e172705488</NewsId>
<Number>1</Number>
<ProjectId>fa9ecfaf-bef5-4bc7-b970-3b9d5728f4df</ProjectId>
<Protocol>sample string 2</Protocol>
<Published>true</Published>
<PublishedDescription>sample string 7</PublishedDescription>
<PublishedTitle>sample string 14</PublishedTitle>
<RightCode>sample string 12</RightCode>
<RightId>11</RightId>
<RightTitle>sample string 13</RightTitle>
<StartDate>2026-03-09T22:56:50.6500384+01:00</StartDate>
<Status>sample string 8</Status>
<Title>sample string 4</Title>
<Url>sample string 3</Url>
</V5News>
<V5News>
<AutomaticActivation>true</AutomaticActivation>
<CreationDate>2026-03-09T22:56:50.6500384+01:00</CreationDate>
<Description>sample string 5</Description>
<DomainId>42d39af3-eaee-4545-8a54-b8e6270f382d</DomainId>
<EndDate>2026-03-09T22:56:50.6500384+01:00</EndDate>
<Image>sample string 6</Image>
<ManualActivation>true</ManualActivation>
<MemberId>b3182e56-7fb1-46f5-8041-38ff44146fd4</MemberId>
<MemberName>sample string 10</MemberName>
<NewsId>24e5c73f-8e89-4aa2-ace0-f2e172705488</NewsId>
<Number>1</Number>
<ProjectId>fa9ecfaf-bef5-4bc7-b970-3b9d5728f4df</ProjectId>
<Protocol>sample string 2</Protocol>
<Published>true</Published>
<PublishedDescription>sample string 7</PublishedDescription>
<PublishedTitle>sample string 14</PublishedTitle>
<RightCode>sample string 12</RightCode>
<RightId>11</RightId>
<RightTitle>sample string 13</RightTitle>
<StartDate>2026-03-09T22:56:50.6500384+01:00</StartDate>
<Status>sample string 8</Status>
<Title>sample string 4</Title>
<Url>sample string 3</Url>
</V5News>
</ArrayOfV5News>