Returns a set of data items of type newsitems.
GET /api/news/newsitems
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 |
| 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-11-16T08:02:13.9371837Z",
"publishingoffices": "6b5f6dcf-3970-44ea-ba45-94561d0f9b34",
"targets": "b81c709f-9dcd-49f4-aded-11651d7fe0ba",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "b0bde0d0-0d55-47f5-9ad2-d231cdeb67c9",
"newstypes": "6aa7e62e-0cbf-4ba2-b031-21634768b6aa",
"regionscountries": "65b90dc2-0004-4ef5-98f5-3b5c7509a267",
"healthtopics": "c78c6b4c-fb52-4d19-a785-3f966e508d9c",
"stakeholders": "5db7292a-2a1d-4231-bad0-262a7a774c00",
"departmentaltargets": "fb1a4577-d286-443b-9733-42ac9c28b337",
"events": "28974a45-d696-40c5-9493-91557ab83eef",
"Tags": "88f34b94-1e79-49db-abce-a354641b930a",
"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-11-16T08:02:13.9371837Z",
"publishingoffices": "6b5f6dcf-3970-44ea-ba45-94561d0f9b34",
"targets": "b81c709f-9dcd-49f4-aded-11651d7fe0ba",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "b0bde0d0-0d55-47f5-9ad2-d231cdeb67c9",
"newstypes": "6aa7e62e-0cbf-4ba2-b031-21634768b6aa",
"regionscountries": "65b90dc2-0004-4ef5-98f5-3b5c7509a267",
"healthtopics": "c78c6b4c-fb52-4d19-a785-3f966e508d9c",
"stakeholders": "5db7292a-2a1d-4231-bad0-262a7a774c00",
"departmentaltargets": "fb1a4577-d286-443b-9733-42ac9c28b337",
"events": "28974a45-d696-40c5-9493-91557ab83eef",
"Tags": "88f34b94-1e79-49db-abce-a354641b930a",
"AllowComments": true,
"Provider": "sample string 19",
"NewsType": "sample string 20",
"FormatedDate": "sample string 21"
}
]Gets newsitems item by id.
GET /api/news/newsitems({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 |
| 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-11-16T08:02:13.9371837Z",
"publishingoffices": "aa5c734e-7afa-42d0-8366-60ae38893502",
"targets": "f3568ebc-04b8-45d6-bcee-fb3970d4cee5",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "11018c85-cf73-4ce6-8983-0966ed8b279b",
"newstypes": "6487706e-0280-4957-8e03-fa6a947d3bca",
"regionscountries": "df021d99-9e36-4f75-8b45-08fec0e264d2",
"healthtopics": "694b21f8-a0ba-4759-a816-0f3891e3ef09",
"stakeholders": "b61bb126-b668-4c0c-91f4-1113633d14e2",
"departmentaltargets": "89543758-9f6c-4e01-a65b-b69e2294577f",
"events": "1a1c044c-2616-4830-8b83-c49e11b52cb5",
"Tags": "16928dda-0cf4-4b7c-8129-58bd0a241320",
"AllowComments": true,
"Provider": "sample string 19",
"NewsType": "sample string 20",
"FormatedDate": "sample string 21"
}Gets Id property from newsitems item.
GET /api/news/newsitems({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": "1448fc2b-8e21-40d3-9901-fdf5db196b1f"
}Creates a newsitems item.
POST /api/news/newsitems
None
| 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",
"PublicationDateAndTime": "2025-11-16T08:02:13.9371837Z",
"publishingoffices": "d42b88f1-f8ef-41aa-afdf-26d0fa3ca919",
"targets": "83a5768c-23ce-402d-8ac8-b2322831ccaa",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "44eaff29-2259-4168-b8e3-a926066bbc00",
"newstypes": "45abf75c-de7f-4925-a9f9-12185ae8e0d8",
"regionscountries": "c4688d17-515e-436b-9740-058adb8e3eaa",
"healthtopics": "5b8ad1f4-72b5-40b2-8b4d-75a304536916",
"stakeholders": "88bb11f2-19b4-4425-8205-1f4f69feb2fb",
"departmentaltargets": "886ad6ab-aa9a-419a-a90f-896d064cd233",
"events": "3a90f6f9-caab-4f0f-b35f-c6b74630f429",
"Tags": "d58fb91f-1e6f-45fa-84ad-6c0af3df7312",
"AllowComments": true
}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 |
| 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-11-16T08:02:13.9371837Z",
"publishingoffices": "1f01a085-ff93-4b5f-9059-88acc619a255",
"targets": "942d68f8-3e20-4467-9d6a-d1b8648c7e7b",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "3084de08-685e-4402-80ab-f04bf0495a71",
"newstypes": "de68ccc8-8581-4a03-a03a-a258f01eb44e",
"regionscountries": "50b8de47-2c12-4ca8-bcbc-84aebb2d9186",
"healthtopics": "0ba44d50-7f7f-4a44-aafd-ba192cc042eb",
"stakeholders": "5cc78e4a-de09-4f10-ae99-db390576d8c0",
"departmentaltargets": "b4748f0d-4499-4d5a-b835-1b8f535cd2cb",
"events": "5be9fd97-060a-4dcf-9f87-12589911c93b",
"Tags": "cd98454d-acde-4caf-a0fd-85c9a80ed748",
"AllowComments": true,
"Provider": "sample string 19",
"NewsType": "sample string 20",
"FormatedDate": "sample string 21"
}Partial update for newsitems item.
PATCH /api/news/newsitems({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| 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",
"PublicationDateAndTime": "2025-11-16T08:02:13.9371837Z",
"publishingoffices": "f29bb01e-8531-4e44-bb26-edfde9cf64a3",
"targets": "68f7c355-6f4b-467c-a2db-88a6766ace89",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "1345a4d1-818a-4c03-a448-719f5abca1e5",
"newstypes": "04869d3f-c920-41e3-9626-c9004562ac30",
"regionscountries": "b3325829-9d28-4abf-9d6d-12734caac4d5",
"healthtopics": "d7868046-0213-491b-a233-64ef6a276a2b",
"stakeholders": "ffd93e3e-69e1-49f0-bd17-84e38742f7af",
"departmentaltargets": "6bd4811b-ea01-4656-87d5-1a51c9417712",
"events": "9fa80ad7-f8db-4460-8b5f-b82af51c3e99",
"Tags": "c7c3f48e-097b-45be-b9b9-f9b80d7c9cf3",
"AllowComments": true
}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 newsitems item.
PUT /api/news/newsitems({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| 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",
"PublicationDateAndTime": "2025-11-16T08:02:13.9371837Z",
"publishingoffices": "d5e59c93-164b-44b9-9727-5591ca1ddaf6",
"targets": "04ac83e1-3cdb-4951-8956-ddd5de958069",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "b45fb91d-0504-4358-916c-a946071b7984",
"newstypes": "ca294ac2-b822-4a27-8c52-e597ada07a63",
"regionscountries": "e3596411-7ff1-4ea3-a5de-009c0e8fc37e",
"healthtopics": "035d93e7-f3c0-4a6b-a3a5-b8b227c779c9",
"stakeholders": "3a8e7d99-ff5e-48f1-b009-cf6475f93d77",
"departmentaltargets": "83a55a8b-0829-4850-8e2a-a61bc1a5e9fc",
"events": "93985a14-7c45-403a-bb52-4d6849e392fc",
"Tags": "46862560-33d4-4952-8311-d4661e5421c0",
"AllowComments": true
}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 newsitems item by Id.
DELETE /api/news/newsitems({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 MultimediaRelatedData from newsitems item.
GET /api/news/newsitems({key})/MultimediaRelatedData
| 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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T08:02:13.9371837Z",
"PublicationDate": "2025-11-16T08:02:13.9371837Z",
"DateCreated": "2025-11-16T08:02:13.9371837Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "17ec0de8-96de-4c30-9ec6-3935c6c02fbf",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3380697d-496b-4598-9dad-f02c4d6ce39c",
"departmentaltargets": "e6585dfc-d4c8-487c-b6c4-cd6d39385092",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-16T08:02:13.9371837Z",
"targetaudiences": "adaf6d0b-a9c1-43e5-8c84-e1eae7d4b19f",
"targets": "8d06e1b3-73c0-4448-bd37-1886a9901104",
"publishingoffices": "a437809e-d9b2-4ae1-b3bf-6183a9c159ce",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "9989ff8d-e03e-4600-87ee-46bddf19f025",
"events": "332e41c1-06b7-4d98-ae66-3650055c0c13",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:13.9371837+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T08:02:13.9371837Z",
"PublicationDate": "2025-11-16T08:02:13.9371837Z",
"DateCreated": "2025-11-16T08:02:13.9371837Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "17ec0de8-96de-4c30-9ec6-3935c6c02fbf",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3380697d-496b-4598-9dad-f02c4d6ce39c",
"departmentaltargets": "e6585dfc-d4c8-487c-b6c4-cd6d39385092",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-16T08:02:13.9371837Z",
"targetaudiences": "adaf6d0b-a9c1-43e5-8c84-e1eae7d4b19f",
"targets": "8d06e1b3-73c0-4448-bd37-1886a9901104",
"publishingoffices": "a437809e-d9b2-4ae1-b3bf-6183a9c159ce",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "9989ff8d-e03e-4600-87ee-46bddf19f025",
"events": "332e41c1-06b7-4d98-ae66-3650055c0c13",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:13.9371837+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add MultimediaRelatedData relation to newsitems item.
POST /api/news/newsitems({key})/MultimediaRelatedData/$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 MultimediaRelatedData from newsitems item.
DELETE /api/news/newsitems({key})/MultimediaRelatedData/$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.