GET api/News/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "d0432ece-41fe-4d4c-b5aa-92f3f3d72044",
"Number": 1,
"Protocol": "sample string 2",
"Url": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"ManualActivation": true,
"AutomaticActivation": true,
"StartDate": "2026-06-10T14:24:54.3717489+02:00",
"EndDate": "2026-06-10T14:24:54.3717489+02:00",
"DomainId": "41bc2fee-1aba-44f0-b42c-deeb7af95d06",
"Image": "sample string 6",
"CreationDate": "2026-06-10T14:24:54.3717489+02:00",
"Published": true,
"PublishedDescription": "sample string 7",
"Status": "sample string 8",
"MemberId": "4edb3f1b-af76-4374-a2dc-877dfd098127",
"MemberName": "sample string 10",
"RightId": 11,
"RightCode": "sample string 12",
"RightTitle": "sample string 13",
"PublishedTitle": "sample string 14",
"ProjectId": "4ce4a1f1-844a-4342-9bda-569343df9c4c"
}
application/xml, text/xml
Sample:
<V5News xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi"> <AutomaticActivation>true</AutomaticActivation> <CreationDate>2026-06-10T14:24:54.3717489+02:00</CreationDate> <Description>sample string 5</Description> <DomainId>41bc2fee-1aba-44f0-b42c-deeb7af95d06</DomainId> <EndDate>2026-06-10T14:24:54.3717489+02:00</EndDate> <Image>sample string 6</Image> <ManualActivation>true</ManualActivation> <MemberId>4edb3f1b-af76-4374-a2dc-877dfd098127</MemberId> <MemberName>sample string 10</MemberName> <NewsId>d0432ece-41fe-4d4c-b5aa-92f3f3d72044</NewsId> <Number>1</Number> <ProjectId>4ce4a1f1-844a-4342-9bda-569343df9c4c</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-06-10T14:24:54.3717489+02:00</StartDate> <Status>sample string 8</Status> <Title>sample string 4</Title> <Url>sample string 3</Url> </V5News>