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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | 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": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "a5ee783a-2f6d-4e34-8077-c50bdde1bd65",
"targets": "0ddad916-a55a-4792-ab81-cb7a0798b584",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "256d8267-2777-4c95-9149-45402901c63b",
"newstypes": "76d46ad6-b2c8-4d61-909f-7da30ef422a9",
"regionscountries": "aea522b9-0808-43cd-b2c1-49bdffa02899",
"healthtopics": "afbb8098-f845-4f13-ac3d-4ccbbd9c58ea",
"stakeholders": "7bd6acdf-66d9-49b0-8e11-241dbb3f8376",
"departmentaltargets": "93decb56-e549-47fe-a028-e88ee3e0bca5",
"events": "e2a668cc-59b8-4cfa-9635-d7a1f3cf2bf6",
"Tags": "7fc3c441-d2de-4570-b828-c944fc7f1702",
"AllowComments": true,
"Provider": "sample string 19",
"FormatedDate": "sample string 20",
"NewsType": "sample string 21"
},
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ItemDefaultUrl": "sample string 5",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "a5ee783a-2f6d-4e34-8077-c50bdde1bd65",
"targets": "0ddad916-a55a-4792-ab81-cb7a0798b584",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "256d8267-2777-4c95-9149-45402901c63b",
"newstypes": "76d46ad6-b2c8-4d61-909f-7da30ef422a9",
"regionscountries": "aea522b9-0808-43cd-b2c1-49bdffa02899",
"healthtopics": "afbb8098-f845-4f13-ac3d-4ccbbd9c58ea",
"stakeholders": "7bd6acdf-66d9-49b0-8e11-241dbb3f8376",
"departmentaltargets": "93decb56-e549-47fe-a028-e88ee3e0bca5",
"events": "e2a668cc-59b8-4cfa-9635-d7a1f3cf2bf6",
"Tags": "7fc3c441-d2de-4570-b828-c944fc7f1702",
"AllowComments": true,
"Provider": "sample string 19",
"FormatedDate": "sample string 20",
"NewsType": "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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | 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": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "46dea8c0-6ca7-4e60-aba0-202ccf47fe6b",
"targets": "14f4c206-6072-47cc-b61d-7ce3d675004f",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "71c20f32-ae4d-46a0-a360-e7c5aa4b1a0e",
"newstypes": "c3b3e839-b42d-4488-90ac-a4079557eb96",
"regionscountries": "ef49d076-3782-44fc-af1a-0dbf4eb77578",
"healthtopics": "6151d78b-80ee-4bbe-b3c7-6382779496b3",
"stakeholders": "6b538c37-5d13-4bed-8904-e95199840c2c",
"departmentaltargets": "9e1ed16f-3675-4470-964c-0ca454d7b225",
"events": "cefb527e-ec3d-44f4-9854-3c6e824019b3",
"Tags": "b718b912-bccc-4c48-8010-946c61a7239f",
"AllowComments": true,
"Provider": "sample string 19",
"FormatedDate": "sample string 20",
"NewsType": "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": "e2b7a1a2-63de-4cb3-80f4-6c301095ea3f"
}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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | System.String | Read only: True |
application/json
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "dc6a943f-647a-4461-8072-afdd02f2e109",
"targets": "6f4d2d20-8d7a-4c2a-8116-d5cfa878a382",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "0fc47ce6-dee1-4414-a33c-1d8282814d7b",
"newstypes": "de08bfe1-e4ca-4c5e-9472-1af0b861ed34",
"regionscountries": "2e5d7ad9-19cd-41dc-a603-04b876cd18e9",
"healthtopics": "e150a993-dce0-4358-bfc4-5a946b5a945a",
"stakeholders": "4c7ff76a-ab09-4bfa-baa4-3f4c6619bf34",
"departmentaltargets": "cca08af1-9191-4252-9691-36a7d6145ade",
"events": "4b6fb648-84d8-4b64-b93c-b47dde5644cc",
"Tags": "f605af58-9d93-4994-afc8-d2159ee2d103",
"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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | 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": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "009a86c3-aefa-439f-ad5f-e4319020cfe6",
"targets": "54b056c9-a4c9-4166-9953-527718e4837d",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "bb78c880-2c13-4238-b8d3-4f4bddae2bbe",
"newstypes": "a6ba6140-a13e-42f7-a694-447934352eaa",
"regionscountries": "49554ea1-9a82-49ec-93f5-b51f927ade53",
"healthtopics": "e452ac78-2ef3-47ce-a2a8-a221bfc37acc",
"stakeholders": "4e38d107-8b07-4c9d-84fd-2bce2ed2c35b",
"departmentaltargets": "d6172874-fcb3-4d0b-b530-8eabe1308510",
"events": "a72696f8-59f7-44ca-9674-74e138733fad",
"Tags": "2620a431-1fba-487a-bda2-e971d6d1a38c",
"AllowComments": true,
"Provider": "sample string 19",
"FormatedDate": "sample string 20",
"NewsType": "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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | System.String | Read only: True |
application/json
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "22b7b5f9-eaf5-47c0-99cd-84a756ca2194",
"targets": "3c0ef670-9d6c-4a7f-b529-2c32543fa30c",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "de728a98-b0e3-4cff-9929-9091be51e8f3",
"newstypes": "9c477538-a24a-4d2f-bd70-ac058421dc01",
"regionscountries": "9a3606d5-8796-4a44-801f-6b67de70c0fb",
"healthtopics": "5a5b1c95-ab18-4420-98ed-0bd5587eff0d",
"stakeholders": "9df25deb-daed-40eb-9341-8f9b2e5293e1",
"departmentaltargets": "bad92102-cc5e-435b-a19a-4dbdd0ddc92a",
"events": "7220b5a6-63c1-4390-af8b-71fb3efd4981",
"Tags": "6ba8cf8c-499f-4dbf-b46a-94369ced5314",
"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 | |
| FormatedDate | System.String | Read only: True | |
| NewsType | System.String | Read only: True |
application/json
{
"Title": "sample string 1",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"publishingoffices": "dd335776-5bd5-4109-8aeb-ff1e234e7615",
"targets": "ec8ac4c6-3ab9-49b0-8913-45b5db3af38b",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "f9fd40aa-39a4-4ba8-a382-246bdc41ce24",
"newstypes": "bfdaf2af-3577-4e4b-b841-0f6e9f98a999",
"regionscountries": "16139411-9b70-432b-8c33-f94e693c1f9d",
"healthtopics": "fcf97a49-7ff1-4064-a44c-6cbf6c1a4039",
"stakeholders": "c2fcdee2-1e37-44e6-b868-ba184223d721",
"departmentaltargets": "68b337b3-0cc7-4a3d-aef9-d5fea0139dac",
"events": "f723c8a2-9be4-4cf5-bab9-d1ad6fc3c073",
"Tags": "f6b4b97c-f26f-486c-8754-16779df4c6ca",
"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": "2026-09-18T15:58:39.1310125Z",
"PublicationDate": "2026-09-18T15:58:39.1310125Z",
"DateCreated": "2026-09-18T15:58:39.1310125Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "6efb5648-ae66-4d5b-a3e6-c7078c5abddc",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a9bdc44f-c84d-4ad9-9d23-08a5d28f685f",
"departmentaltargets": "6b60eea7-3690-4d08-be89-bd2e2a378bf3",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"targetaudiences": "86f9352c-9b58-4f4c-8cec-b8f670bd40af",
"targets": "5d961b43-606d-4e55-9572-d208a29c243d",
"publishingoffices": "076e227c-ce24-486a-8c11-2535b6588845",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "4d6ae26a-a21e-4e62-a1e9-2c90378b0927",
"events": "f67ba1fc-e0b9-4c01-a500-807f17129e2a",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.1310125+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T15:58:39.1310125Z",
"PublicationDate": "2026-09-18T15:58:39.1310125Z",
"DateCreated": "2026-09-18T15:58:39.1310125Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "6efb5648-ae66-4d5b-a3e6-c7078c5abddc",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a9bdc44f-c84d-4ad9-9d23-08a5d28f685f",
"departmentaltargets": "6b60eea7-3690-4d08-be89-bd2e2a378bf3",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-18T15:58:39.1310125Z",
"targetaudiences": "86f9352c-9b58-4f4c-8cec-b8f670bd40af",
"targets": "5d961b43-606d-4e55-9572-d208a29c243d",
"publishingoffices": "076e227c-ce24-486a-8c11-2535b6588845",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "4d6ae26a-a21e-4e62-a1e9-2c90378b0927",
"events": "f67ba1fc-e0b9-4c01-a500-807f17129e2a",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.1310125+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.