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-18T09:27:39.6353789Z",
"publishingoffices": "97d9dc50-f4a1-4699-a210-fa597c765e41",
"targets": "e3687cfc-119f-4894-a1e2-268c493e2a36",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "1a63939d-0bb6-4b20-bf93-29c64bebaba3",
"newstypes": "29b41b8d-86e7-4497-a121-b26753fccaf1",
"regionscountries": "857f6e7d-66f4-4bdd-b0a1-33dcce1bcfaa",
"healthtopics": "b54b24d7-428c-446d-8475-85b0e00ec3a8",
"stakeholders": "52fadd1d-8e34-4908-8500-af922da5f284",
"departmentaltargets": "d35f44bc-ea92-4eca-a99a-68b0dc394d79",
"events": "a8c4a62b-c8d4-467a-9f65-0f25a6b35804",
"Tags": "9c220459-2f26-4309-9d64-38142d947631",
"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-18T09:27:39.6353789Z",
"publishingoffices": "97d9dc50-f4a1-4699-a210-fa597c765e41",
"targets": "e3687cfc-119f-4894-a1e2-268c493e2a36",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "1a63939d-0bb6-4b20-bf93-29c64bebaba3",
"newstypes": "29b41b8d-86e7-4497-a121-b26753fccaf1",
"regionscountries": "857f6e7d-66f4-4bdd-b0a1-33dcce1bcfaa",
"healthtopics": "b54b24d7-428c-446d-8475-85b0e00ec3a8",
"stakeholders": "52fadd1d-8e34-4908-8500-af922da5f284",
"departmentaltargets": "d35f44bc-ea92-4eca-a99a-68b0dc394d79",
"events": "a8c4a62b-c8d4-467a-9f65-0f25a6b35804",
"Tags": "9c220459-2f26-4309-9d64-38142d947631",
"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-18T09:27:39.6353789Z",
"publishingoffices": "b42f8c46-7644-412c-a482-f3daeb9a215a",
"targets": "db44c596-dd8c-4c81-932a-7f7f9d1e0d71",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "087a9960-f283-4558-8d91-52ce2c584996",
"newstypes": "46ef18e8-1c96-4b88-99d4-441b1166066e",
"regionscountries": "b510eb2d-ac5f-47c5-8830-876a611f92d4",
"healthtopics": "c8d67565-41e4-4a8d-b0d4-5bda790f08b3",
"stakeholders": "099ce8e9-239a-4996-8d94-e302e11c4ae7",
"departmentaltargets": "ae3d747b-fa61-42ec-a2b3-a0df4a37cfe6",
"events": "2bb3bd36-9bfa-4979-a2c0-7649dbee9e7f",
"Tags": "96d843ac-006a-43ce-8f1c-9092c58f785a",
"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": "994680ef-2190-41c1-8cf7-b19a8e9269b9"
}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-18T09:27:39.6353789Z",
"publishingoffices": "cae6d3c9-fd27-49a7-b0bd-c5de0a18afc7",
"targets": "a0a1e479-abd6-47ae-b1ce-955e2d5bbc21",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "60234e93-a9e3-4a98-abc8-1d792d7f9e64",
"newstypes": "b2e73c45-306d-4ae4-b560-40eedbf0ed46",
"regionscountries": "a6c67089-8c42-4f85-a219-6c228abf26ab",
"healthtopics": "e6e0b0b3-4ccb-40d7-a668-c59059566f12",
"stakeholders": "5f393e0f-f766-4758-aee7-2c9048d3513f",
"departmentaltargets": "51f9d822-c404-40cb-9e89-c05b34bd72cb",
"events": "d8d9d5f2-af22-4dae-a5fb-7b182b4b1893",
"Tags": "43f5927a-5d0c-4190-be37-6566e0ebdd60",
"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-18T09:27:39.6353789Z",
"publishingoffices": "fb48df6d-87b3-4656-820c-67c42ec17b76",
"targets": "faf61f1d-daea-4f90-bb31-0c2b9d9b9bf5",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "d5370521-de93-407e-8a4b-f9a263553448",
"newstypes": "00a0d163-f453-4c4a-b7ab-3cf77bdc5180",
"regionscountries": "399a9f4f-6fb3-44a5-b37d-6e5b41e4281a",
"healthtopics": "b8332c7a-56f3-4c4c-a559-0f551d01cb2e",
"stakeholders": "06e0f356-2289-4a98-98c9-c1de6678fb5b",
"departmentaltargets": "f9f99c40-105f-445a-b81a-c284147ae9da",
"events": "99e336d3-d18b-40cc-9a25-5a6365b7cb17",
"Tags": "6a16da89-a3fd-4ad0-bde0-5b6e1986881b",
"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-18T09:27:39.6353789Z",
"publishingoffices": "d7bffed9-ca44-4570-9d10-c661b725fbba",
"targets": "aaef362b-6db4-436a-9c95-073cb39c9e83",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "33b4162c-977d-4fcc-a5fc-4d3921804c28",
"newstypes": "28916232-d1da-4bbf-bb73-50f8dc2d0f9a",
"regionscountries": "cc87e971-9a74-423a-9aa1-541b4e31554e",
"healthtopics": "e778fddc-031b-4015-8559-d550fc0ff1b5",
"stakeholders": "2089ab6c-5428-45ac-83bc-805957e3ca98",
"departmentaltargets": "79c53812-3053-4412-bfa0-cda1b06cf03b",
"events": "7eb1e3c7-a307-4b60-b303-54c6a7a25def",
"Tags": "7000c3ee-7447-4639-a4ca-633124645067",
"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-18T09:27:39.6353789Z",
"publishingoffices": "dbfd9d29-d85a-4607-b0f8-266e6249595c",
"targets": "8458d5b7-25ab-4b27-b88a-faf3c9271aac",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "a997aa19-ef3a-44b2-9edc-0cdba567362d",
"newstypes": "3bbc36ca-8d38-4399-9b0e-e15c01dd9b56",
"regionscountries": "33af8472-f640-41a4-acbc-a5f11dabff6c",
"healthtopics": "29a9474e-254d-4756-b85b-7f0083e50632",
"stakeholders": "ea546adb-f9ab-44ca-9759-9fc6cc83b447",
"departmentaltargets": "b52b8c02-0436-46fc-aef2-a722d52c8d2c",
"events": "4f651eca-daa3-4c8b-a0ed-d36872326359",
"Tags": "79a5f473-78cb-4837-91d7-3120bc25d5ae",
"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-18T09:27:39.6353789Z",
"PublicationDate": "2025-11-18T09:27:39.6353789Z",
"DateCreated": "2025-11-18T09:27:39.6353789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "40740687-5873-405d-9539-405442190024",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "211e423b-b461-459e-a940-453039467246",
"departmentaltargets": "825bd00c-e60c-4b14-baf0-38e60dfc1513",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-18T09:27:39.6353789Z",
"targetaudiences": "9e773dd6-a305-4732-a501-8423f032aac0",
"targets": "d0b47b58-187d-47cb-ab0b-b7ac90b6c370",
"publishingoffices": "220ad349-c6a1-452c-a7b6-ad4ffe34dfcc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "334092f6-961f-4a94-9f18-7a3ecbf1a3f9",
"events": "f5049bfb-ce5c-4db5-be07-241a5c4ba8d5",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T09:27:39.6353789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T09:27:39.6353789Z",
"PublicationDate": "2025-11-18T09:27:39.6353789Z",
"DateCreated": "2025-11-18T09:27:39.6353789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "40740687-5873-405d-9539-405442190024",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "211e423b-b461-459e-a940-453039467246",
"departmentaltargets": "825bd00c-e60c-4b14-baf0-38e60dfc1513",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-18T09:27:39.6353789Z",
"targetaudiences": "9e773dd6-a305-4732-a501-8423f032aac0",
"targets": "d0b47b58-187d-47cb-ab0b-b7ac90b6c370",
"publishingoffices": "220ad349-c6a1-452c-a7b6-ad4ffe34dfcc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "334092f6-961f-4a94-9f18-7a3ecbf1a3f9",
"events": "f5049bfb-ce5c-4db5-be07-241a5c4ba8d5",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T09:27:39.6353789+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.