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": "81071b44-b06a-4354-b593-7c77bdb96efc",
"Number": 1,
"Protocol": "sample string 2",
"Url": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"ManualActivation": true,
"AutomaticActivation": true,
"StartDate": "2026-09-07T12:51:15.5749998+02:00",
"EndDate": "2026-09-07T12:51:15.5749998+02:00",
"DomainId": "66536428-4c8c-4ad5-aab8-b7684521890b",
"Image": "sample string 6",
"CreationDate": "2026-09-07T12:51:15.5749998+02:00",
"Published": true,
"PublishedDescription": "sample string 7",
"Status": "sample string 8",
"MemberId": "2fa6f5ba-359c-4bf5-9e8b-f5507458a7d8",
"MemberName": "sample string 10",
"RightId": 11,
"RightCode": "sample string 12",
"RightTitle": "sample string 13",
"PublishedTitle": "sample string 14",
"ProjectId": "dffcc828-748d-4c88-98aa-121f4e755d72"
}
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-09-07T12:51:15.5749998+02:00</CreationDate> <Description>sample string 5</Description> <DomainId>66536428-4c8c-4ad5-aab8-b7684521890b</DomainId> <EndDate>2026-09-07T12:51:15.5749998+02:00</EndDate> <Image>sample string 6</Image> <ManualActivation>true</ManualActivation> <MemberId>2fa6f5ba-359c-4bf5-9e8b-f5507458a7d8</MemberId> <MemberName>sample string 10</MemberName> <NewsId>81071b44-b06a-4354-b593-7c77bdb96efc</NewsId> <Number>1</Number> <ProjectId>dffcc828-748d-4c88-98aa-121f4e755d72</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-09-07T12:51:15.5749998+02:00</StartDate> <Status>sample string 8</Status> <Title>sample string 4</Title> <Url>sample string 3</Url> </V5News>