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": "dde8f698-acb9-4832-bddc-49d6d6f37fc3",
"Number": 1,
"Protocol": "sample string 2",
"Url": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"ManualActivation": true,
"AutomaticActivation": true,
"StartDate": "2026-01-22T17:30:58.3420696+01:00",
"EndDate": "2026-01-22T17:30:58.3420696+01:00",
"DomainId": "9de80733-dab8-451c-b104-cd1c2e078629",
"Image": "sample string 6",
"CreationDate": "2026-01-22T17:30:58.3420696+01:00",
"Published": true,
"PublishedDescription": "sample string 7",
"Status": "sample string 8",
"MemberId": "21a43a78-014e-4921-a3fb-b30469e0110e",
"MemberName": "sample string 10",
"RightId": 11,
"RightCode": "sample string 12",
"RightTitle": "sample string 13",
"PublishedTitle": "sample string 14",
"ProjectId": "872d3332-7973-49b5-a4ea-86da087cd99c"
}
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-01-22T17:30:58.3420696+01:00</CreationDate> <Description>sample string 5</Description> <DomainId>9de80733-dab8-451c-b104-cd1c2e078629</DomainId> <EndDate>2026-01-22T17:30:58.3420696+01:00</EndDate> <Image>sample string 6</Image> <ManualActivation>true</ManualActivation> <MemberId>21a43a78-014e-4921-a3fb-b30469e0110e</MemberId> <MemberName>sample string 10</MemberName> <NewsId>dde8f698-acb9-4832-bddc-49d6d6f37fc3</NewsId> <Number>1</Number> <ProjectId>872d3332-7973-49b5-a4ea-86da087cd99c</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-01-22T17:30:58.3420696+01:00</StartDate> <Status>sample string 8</Status> <Title>sample string 4</Title> <Url>sample string 3</Url> </V5News>