Returns a set of data items of type outbreaks.
GET /api/news/outbreaks
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "726277bc-0cd5-406b-96ea-eb8cff530c45",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "190b416c-10bd-4e24-bfda-fa21bfb70f37",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "566b4172-91f6-423d-98c6-ae20ea33d48b",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "b24ab0c9-6fdb-4179-b34e-8be06c0c5e97",
"healthtopics": "92341dd4-1ac0-4981-abdf-95ae7bd9eb0b",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "726277bc-0cd5-406b-96ea-eb8cff530c45",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "190b416c-10bd-4e24-bfda-fa21bfb70f37",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "566b4172-91f6-423d-98c6-ae20ea33d48b",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "b24ab0c9-6fdb-4179-b34e-8be06c0c5e97",
"healthtopics": "92341dd4-1ac0-4981-abdf-95ae7bd9eb0b",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets outbreaks item by id.
GET /api/news/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "70facb6e-df32-42f0-80de-b1f5b9ce6f81",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "ee9aa586-e4b4-4d9a-b1c5-c3d7496eec9c",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "4d59e228-7205-4e2e-9c79-1cca34563c99",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "397c5b43-3c8d-48a3-b895-d19b3703ff7e",
"healthtopics": "23aafdab-f970-4be3-a44b-7c1c48799c39",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from outbreaks item.
GET /api/news/outbreaks({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "1883eed0-9452-4aa2-b8d8-580e9554a802"
}Creates a outbreaks item.
POST /api/news/outbreaks
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "b6a16a86-cf91-46e3-ae26-d66803acbfe3",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "20215ad8-12c7-4b20-8fb2-b25141448fa0",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "aacd7f76-cc6a-44e5-9556-80431441456c",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "083f87d2-0d75-41aa-99aa-6ed976f0532e",
"healthtopics": "4e30db1a-cb26-4552-9ac8-73119c32c95e",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "7ae04b2a-51d5-43b1-bb46-0af027ceafef",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "abc656db-d3e0-40c0-81ba-db833db9ff31",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "c854ae44-063d-4718-93bd-b79e035f6dff",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "5cf4ee47-4c62-4d8e-9dc5-6def02429db6",
"healthtopics": "614d90dd-1672-45c5-8e18-5d76aaa7ecc8",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for outbreaks item.
PATCH /api/news/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "a122dfff-8af9-4def-8d1e-5cf1b57c605e",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "78c8a2dd-f821-4cf0-907d-6bf661ab9792",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "a6b5fabb-b282-4924-b1e4-751a5f8dacc9",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "bebace24-e92c-4818-bfc7-6db9ed2c9be8",
"healthtopics": "431c6485-750b-48d2-a938-802ceebda462",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for outbreaks item.
PUT /api/news/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "a3c53af9-125f-405c-b150-3ed2c7057830",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "4001d27a-8670-4737-8d5b-6dd116624b34",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "2f70ee67-2e6e-4c52-8f37-9fda35f34757",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "ba83a543-aa9c-48c2-bf8d-552cbfdd3321",
"healthtopics": "36bc9517-d115-44aa-8af7-4568966f2b9d",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a outbreaks item by Id.
DELETE /api/news/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Partners from outbreaks item.
GET /api/news/outbreaks({key})/Partners
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| WebsiteURL | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6349f9eb-184c-4aab-af2c-f1a9e8217847",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.9545491Z",
"PublicationDate": "2025-12-10T00:11:05.9545491Z",
"DateCreated": "2025-12-10T00:11:05.9545491Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6349f9eb-184c-4aab-af2c-f1a9e8217847",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.9545491+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Partners relation to outbreaks item.
POST /api/news/outbreaks({key})/Partners/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Partners from outbreaks item.
DELETE /api/news/outbreaks({key})/Partners/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type NewsRelatedData from outbreaks item.
GET /api/news/outbreaks({key})/NewsRelatedData
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Title | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| newstypes | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| NewsType | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True |
application/json
[
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ItemDefaultUrl": "sample string 5",
"PublicationDateAndTime": "2025-12-10T00:11:05.9545491Z",
"publishingoffices": "ccd43645-bf6f-410f-9a39-001da8e25345",
"targets": "17c056f2-310b-4cea-8703-a9b79214ea91",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "e8f99d1f-15ee-4718-903b-8bd2336624f3",
"newstypes": "144bf968-7c1a-4b89-871f-3d2b4d70a38c",
"regionscountries": "b8854bda-c66c-4010-915b-adb982ac4f95",
"healthtopics": "05f47955-bf1c-4cea-a509-ceb71a9fdbcb",
"stakeholders": "5d7c88cf-3260-4a7a-b1f2-add2be91d18d",
"departmentaltargets": "d834425a-444c-4102-b29a-5cbaed8dd018",
"events": "c2a4aa5a-aefe-4fb3-bb17-370837facae4",
"Tags": "2e44f9c4-ad61-4f21-ab00-d994e4352443",
"AllowComments": true,
"Provider": "sample string 19",
"NewsType": "sample string 20",
"FormatedDate": "sample string 21"
},
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ItemDefaultUrl": "sample string 5",
"PublicationDateAndTime": "2025-12-10T00:11:05.9545491Z",
"publishingoffices": "ccd43645-bf6f-410f-9a39-001da8e25345",
"targets": "17c056f2-310b-4cea-8703-a9b79214ea91",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "e8f99d1f-15ee-4718-903b-8bd2336624f3",
"newstypes": "144bf968-7c1a-4b89-871f-3d2b4d70a38c",
"regionscountries": "b8854bda-c66c-4010-915b-adb982ac4f95",
"healthtopics": "05f47955-bf1c-4cea-a509-ceb71a9fdbcb",
"stakeholders": "5d7c88cf-3260-4a7a-b1f2-add2be91d18d",
"departmentaltargets": "d834425a-444c-4102-b29a-5cbaed8dd018",
"events": "c2a4aa5a-aefe-4fb3-bb17-370837facae4",
"Tags": "2e44f9c4-ad61-4f21-ab00-d994e4352443",
"AllowComments": true,
"Provider": "sample string 19",
"NewsType": "sample string 20",
"FormatedDate": "sample string 21"
}
]Add NewsRelatedData relation to outbreaks item.
POST /api/news/outbreaks({key})/NewsRelatedData/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type NewsRelatedData from outbreaks item.
DELETE /api/news/outbreaks({key})/NewsRelatedData/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.