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-03T13:18:03.7893813Z",
"publishingoffices": "bb8cb99e-f020-4ef2-b1e5-4d3f68dc71ae",
"targets": "a7769187-1b5f-471e-9809-7b81ffb25e97",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "e7031736-16af-4889-8c51-862ea20f818c",
"newstypes": "addd44a5-8c77-4b24-aa1d-f49e9efe2357",
"regionscountries": "a84de024-dda0-4e99-842e-a167b3092c87",
"healthtopics": "d61b5ead-524c-44ff-a492-373d5ccf4fbf",
"stakeholders": "c04c1035-8f44-4349-907b-47b418f77693",
"departmentaltargets": "9a04153a-5ea8-458e-b629-4400f7092d1d",
"events": "6faee2f9-73b7-4c0f-a995-2ccd9dd809d3",
"Tags": "f90c7b7f-e663-42ec-8c98-3b4559f9a840",
"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-03T13:18:03.7893813Z",
"publishingoffices": "bb8cb99e-f020-4ef2-b1e5-4d3f68dc71ae",
"targets": "a7769187-1b5f-471e-9809-7b81ffb25e97",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "e7031736-16af-4889-8c51-862ea20f818c",
"newstypes": "addd44a5-8c77-4b24-aa1d-f49e9efe2357",
"regionscountries": "a84de024-dda0-4e99-842e-a167b3092c87",
"healthtopics": "d61b5ead-524c-44ff-a492-373d5ccf4fbf",
"stakeholders": "c04c1035-8f44-4349-907b-47b418f77693",
"departmentaltargets": "9a04153a-5ea8-458e-b629-4400f7092d1d",
"events": "6faee2f9-73b7-4c0f-a995-2ccd9dd809d3",
"Tags": "f90c7b7f-e663-42ec-8c98-3b4559f9a840",
"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-03T13:18:03.7893813Z",
"publishingoffices": "d9fbbb7c-ffdc-429b-b8ab-e34006ef8ed1",
"targets": "6bd54b86-6e89-4850-a0c2-ef9a34668bf5",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "865c88cd-abdf-4ff5-b3ce-52a82383c407",
"newstypes": "22a96ed7-aeee-4c59-a8a1-2e3d1bef8338",
"regionscountries": "be3d0586-52a5-4379-9f0d-702e2adcddd8",
"healthtopics": "95331f15-3524-423e-807d-e44e15608ac8",
"stakeholders": "9e40e034-6937-4e83-89a2-212db745cbab",
"departmentaltargets": "29e948cb-c181-4d4b-a871-103abab11860",
"events": "f88c6be0-cdbd-4107-a672-fd963db595c9",
"Tags": "c267991b-8ede-4d45-a4da-f1b2c2fc14ce",
"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": "cb93f22f-e319-4f37-a6d0-5a906e713a88"
}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-03T13:18:03.7893813Z",
"publishingoffices": "4ee40cae-6a06-4ba4-aab3-1df4f7cc233a",
"targets": "816a7697-5b5f-4438-ae05-dc63eda58e4e",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "36808697-096f-4fc3-9932-40a374e9fb81",
"newstypes": "1ff19ca3-4c88-417c-955f-fa472839b64c",
"regionscountries": "7912ce1b-0e64-49d3-8e41-0fc16d1e556d",
"healthtopics": "24a591bf-4d6d-43b6-99fd-88f16b77dc25",
"stakeholders": "c888a7bd-5b00-4f5d-b288-13e7d1963da9",
"departmentaltargets": "0df0926d-5eae-4f48-8552-94060e474133",
"events": "4973971e-4f03-4b16-95f5-4b499f09ebfa",
"Tags": "28496e87-f288-4f13-a763-1f2204236d56",
"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-03T13:18:03.7893813Z",
"publishingoffices": "d6f70a02-eccc-4c65-968d-1d78a200eff3",
"targets": "6e5c6ee1-e82a-4bff-9cd2-e5a130fc199f",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "166cc2d7-99fd-4b02-9c32-91df974ebd45",
"newstypes": "72eaecc4-35d3-4ca8-95a4-30eb34db8f6d",
"regionscountries": "645d970f-75ee-4c88-af75-bae8c7d6cab1",
"healthtopics": "268d8835-99c3-41d7-9563-c57e825b87a0",
"stakeholders": "d26d19e0-f0f1-44e7-b027-2e0722bd17ee",
"departmentaltargets": "5a9ac906-8c19-4c65-bd69-b7aa5cfc9217",
"events": "05c8df4b-179c-4742-9f3d-709548463cd2",
"Tags": "80fcdc31-80f5-47bb-a748-044c45dc1a5f",
"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-03T13:18:03.7893813Z",
"publishingoffices": "ffb45b48-bdf9-46f3-9055-83c1d8593f2b",
"targets": "43e8241a-60ee-43db-923e-f4c26909dc5a",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "83134098-fce6-4181-9ba3-2ee386f2c30a",
"newstypes": "093ac89d-656a-4881-b449-8815f9e381ba",
"regionscountries": "7d1fcf2a-1414-4361-95f5-860d82e9043b",
"healthtopics": "183886cb-0fff-48b9-9d2c-bed4b8049cf7",
"stakeholders": "f642d96f-b513-4c37-b75c-8d9c5466c719",
"departmentaltargets": "82dc3d7c-e9b7-4f99-bc40-9acebadd02a1",
"events": "710dd70c-21de-45fa-a73c-7d350aeea99c",
"Tags": "2097344d-b5c5-4ecb-87b8-b77c324c87ab",
"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-03T13:18:03.7893813Z",
"publishingoffices": "c1bfb289-e6df-4664-9997-3f2ea84c7cee",
"targets": "fe1eeebb-b6a3-46d8-bff1-9bf1b4cef358",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "f32b48e7-f77a-4688-9d55-8652a2e16e7a",
"newstypes": "92bcd217-3c2a-41f6-b95c-996b9e30aeff",
"regionscountries": "1cb6d07e-6cb6-4214-9f23-95ff8bb10c4f",
"healthtopics": "3d0addce-0667-4d05-9428-22a0e453d884",
"stakeholders": "806af991-d975-4eaa-a5ac-b9a7378f0414",
"departmentaltargets": "b2928a60-cb1a-42c7-ab25-d0e6f916071a",
"events": "4063a1a9-0110-4738-be78-1e2216373bf6",
"Tags": "380fa950-0b31-43a3-a358-16b1e2e381da",
"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-03T13:18:03.7893813Z",
"PublicationDate": "2026-03-03T13:18:03.7893813Z",
"DateCreated": "2026-03-03T13:18:03.7893813Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "257eede3-31a6-4e63-ad07-5a6ae72beadb",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "7ca5ffdd-1f3f-4b09-949f-f5dd3b2f5a32",
"departmentaltargets": "3890e28f-46c8-4f6b-b06c-d35dca10b3bd",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-03T13:18:03.7893813Z",
"targetaudiences": "4e063027-d4f5-4f26-ac44-71004690a9b1",
"targets": "9db190e6-ab92-4039-9326-bb062d5cb02d",
"publishingoffices": "27c09203-b80b-4997-8a43-e04571a1e465",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "339300d5-0dee-42e9-8970-955e7b8b3a7c",
"events": "26ef26c8-de6a-478c-9e9c-b9a6f7f9d645",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.7893813+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T13:18:03.7893813Z",
"PublicationDate": "2026-03-03T13:18:03.7893813Z",
"DateCreated": "2026-03-03T13:18:03.7893813Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "257eede3-31a6-4e63-ad07-5a6ae72beadb",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "7ca5ffdd-1f3f-4b09-949f-f5dd3b2f5a32",
"departmentaltargets": "3890e28f-46c8-4f6b-b06c-d35dca10b3bd",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-03T13:18:03.7893813Z",
"targetaudiences": "4e063027-d4f5-4f26-ac44-71004690a9b1",
"targets": "9db190e6-ab92-4039-9326-bb062d5cb02d",
"publishingoffices": "27c09203-b80b-4997-8a43-e04571a1e465",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "339300d5-0dee-42e9-8970-955e7b8b3a7c",
"events": "26ef26c8-de6a-478c-9e9c-b9a6f7f9d645",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.7893813+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.