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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "f97c8abe-d5a7-4600-baa0-65c9549f9e79",
"targets": "fbabb9c1-94b0-471a-9b01-75566c337e6e",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "8b274c81-de8c-40a3-870e-6e87037073f5",
"newstypes": "914a6785-07fa-46ad-b503-fbfab4fe0782",
"regionscountries": "b3c1c9ed-d57a-4c33-8d03-ccb11a337605",
"healthtopics": "bfe9f3ca-80e4-48c5-899c-3633e32bcaa5",
"stakeholders": "aac4cd19-a818-41d0-8b10-7526991f0f58",
"departmentaltargets": "bf37f7c7-1427-4ecc-87c2-a2bfc4aace5c",
"events": "44dc9fb9-0828-4eac-8d63-aa35d51c47c3",
"Tags": "7ad4a0c8-9c59-4e16-9752-d77695d8c48c",
"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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "f97c8abe-d5a7-4600-baa0-65c9549f9e79",
"targets": "fbabb9c1-94b0-471a-9b01-75566c337e6e",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "8b274c81-de8c-40a3-870e-6e87037073f5",
"newstypes": "914a6785-07fa-46ad-b503-fbfab4fe0782",
"regionscountries": "b3c1c9ed-d57a-4c33-8d03-ccb11a337605",
"healthtopics": "bfe9f3ca-80e4-48c5-899c-3633e32bcaa5",
"stakeholders": "aac4cd19-a818-41d0-8b10-7526991f0f58",
"departmentaltargets": "bf37f7c7-1427-4ecc-87c2-a2bfc4aace5c",
"events": "44dc9fb9-0828-4eac-8d63-aa35d51c47c3",
"Tags": "7ad4a0c8-9c59-4e16-9752-d77695d8c48c",
"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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "bf0d3adc-e927-45cd-a359-8189589f9101",
"targets": "8ac23401-a545-4247-8775-8450a70f19bf",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "e2622c1f-99a9-417c-9945-ad59f0d23480",
"newstypes": "b6c7aee9-5f9d-4e1a-8c36-c09a14c997e7",
"regionscountries": "66863523-fe74-44e8-b450-4e6c2d40575d",
"healthtopics": "12b9a824-2065-4894-8968-28862594efac",
"stakeholders": "76e61e74-8729-4fe8-b4a2-5b0bbb23ea9e",
"departmentaltargets": "481c8f2c-93d7-4e21-ab95-c8ce588d99b5",
"events": "98b1ae80-0bc7-481e-a430-be79137e514d",
"Tags": "31a69c30-bd3d-4c6c-a30d-ce8f3a559b63",
"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": "04835ecc-baa7-4a2b-920c-01385eba0d7a"
}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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "8125ff0a-7e8d-40d5-9e15-7f4f56c509d2",
"targets": "2365fd73-6fe7-475b-a30a-3de84c7cff46",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "9b6494d4-8b74-48b0-b834-9e6d5bf58d1c",
"newstypes": "40c7c1ab-6011-4f45-b765-0f020d1e0575",
"regionscountries": "b3d8e8f3-da78-4d91-abe4-5b5e29865e89",
"healthtopics": "1abdf231-b581-4f80-b3f0-88afdf19085f",
"stakeholders": "60745772-0c0c-4303-8e7f-b50196516191",
"departmentaltargets": "f4735433-fa8a-4a67-aa1a-b83b2c9dcebc",
"events": "bac6ad88-e024-4b2f-b289-ec43cee8de3a",
"Tags": "9737e198-f0df-4b38-9bd1-3c3d582c0764",
"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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "bd79ae79-6833-40e2-a933-a2e868e9cadb",
"targets": "761d5154-8659-4448-893f-9a7497e7f3de",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "2f87b15e-94d9-44b4-9576-4f07dc1fc597",
"newstypes": "d0a9f309-3e02-4e5d-be35-1e6637b3f278",
"regionscountries": "e061a8c1-7add-4786-9281-4f1e445797c3",
"healthtopics": "8b4774e1-a691-4d7e-aa4b-4bc7f88a4e51",
"stakeholders": "50669be3-0f8e-4b9f-9e49-0396e033deec",
"departmentaltargets": "1b04a636-eee7-4c57-b37f-24c7f5048987",
"events": "cd7af135-5423-4e82-986e-9a04cf68fbee",
"Tags": "1ea04569-c83e-4b08-836e-ee1ddca71d3a",
"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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "0362308d-63fd-437d-ad0b-94fe84f5c112",
"targets": "4669282e-e087-4921-aa8f-63e8b96a6005",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "af762dd2-6f7a-4eea-9aed-da14877ecf8a",
"newstypes": "247f1260-c746-4c3b-b680-924e8454b160",
"regionscountries": "7c0f01eb-6750-445b-b437-971257b67e68",
"healthtopics": "dbd9c800-b072-4917-be39-6056b11496d8",
"stakeholders": "393971bd-4afa-45b7-a80a-04ff32451f84",
"departmentaltargets": "7af9a593-2ea7-49bc-b870-913da983d7c6",
"events": "073d5607-f181-45b2-93d2-2f25b66cc3d9",
"Tags": "bb8cac17-ee31-4364-bfec-2762eb5e977e",
"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": "2026-03-26T13:27:45.4887525Z",
"publishingoffices": "519effc4-fb7b-4ad0-b4c6-b08f3219467f",
"targets": "b1172e26-2d16-40f3-a904-d1438d5ea62d",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "aeae46d6-2859-4241-8dde-6ba7a91c54c5",
"newstypes": "1d93a6f8-9205-4e8b-9792-f47e01802128",
"regionscountries": "a102f62b-301a-4a6b-a503-d7e5c2fcddf5",
"healthtopics": "fe41e7d4-9e78-4185-882e-e759832ca533",
"stakeholders": "bfa57a0c-0823-4ada-977f-40177d686d44",
"departmentaltargets": "1822c3c1-9240-48ac-86b1-2a9dfac3aae4",
"events": "a38619e8-85e6-441c-8b5a-d43bf7577a93",
"Tags": "b8466f03-eadc-454b-8089-13507f72f86d",
"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-03-26T13:27:45.4887525Z",
"PublicationDate": "2026-03-26T13:27:45.4887525Z",
"DateCreated": "2026-03-26T13:27:45.4887525Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "c002c21d-415f-418d-9178-085e1f223b86",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "6629ca76-d769-45e2-bb8b-8b5f36b5a1cd",
"departmentaltargets": "397fb2c8-3f27-4fea-bdd6-46992b8665fb",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T13:27:45.4887525Z",
"targetaudiences": "405638f2-1ae3-48e1-a4ae-d4e9c6685644",
"targets": "596c42d9-8878-49b2-8bdd-3f3350f5be13",
"publishingoffices": "60d41e44-2120-453c-ad48-1518b257ec29",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "1bafd54c-fe00-476e-956b-a797ad7a7caa",
"events": "9f38d28e-cf55-49f9-abe0-4bc1e0ab7700",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:27:45.4887525+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:27:45.4887525Z",
"PublicationDate": "2026-03-26T13:27:45.4887525Z",
"DateCreated": "2026-03-26T13:27:45.4887525Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "c002c21d-415f-418d-9178-085e1f223b86",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "6629ca76-d769-45e2-bb8b-8b5f36b5a1cd",
"departmentaltargets": "397fb2c8-3f27-4fea-bdd6-46992b8665fb",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T13:27:45.4887525Z",
"targetaudiences": "405638f2-1ae3-48e1-a4ae-d4e9c6685644",
"targets": "596c42d9-8878-49b2-8bdd-3f3350f5be13",
"publishingoffices": "60d41e44-2120-453c-ad48-1518b257ec29",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "1bafd54c-fe00-476e-956b-a797ad7a7caa",
"events": "9f38d28e-cf55-49f9-abe0-4bc1e0ab7700",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:27:45.4887525+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.