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-12-09T23:41:39.0646578Z",
"publishingoffices": "49ccedb8-fffc-41a0-a4b5-5413a653d83c",
"targets": "20e0a138-13a1-466d-946f-53bd9b056cb9",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "a918c0d1-b4d3-4ccd-aae9-3dfeae78ace3",
"newstypes": "9a4824f1-994c-466a-ba1d-c735a09a6650",
"regionscountries": "cab0e04e-6813-4582-8aea-40e26f625e18",
"healthtopics": "241309dd-e39a-4f2d-8d1e-4020979e87cd",
"stakeholders": "0813fc5e-d9a1-4bb2-84f0-c7be02c50f67",
"departmentaltargets": "d1ea6096-92c8-495c-b73f-97200039638b",
"events": "bc3cdefa-14ae-4b87-a144-a2b8ffd1e8a1",
"Tags": "538d8c59-1215-4ffa-af01-d708e3dfc95c",
"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-12-09T23:41:39.0646578Z",
"publishingoffices": "49ccedb8-fffc-41a0-a4b5-5413a653d83c",
"targets": "20e0a138-13a1-466d-946f-53bd9b056cb9",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "a918c0d1-b4d3-4ccd-aae9-3dfeae78ace3",
"newstypes": "9a4824f1-994c-466a-ba1d-c735a09a6650",
"regionscountries": "cab0e04e-6813-4582-8aea-40e26f625e18",
"healthtopics": "241309dd-e39a-4f2d-8d1e-4020979e87cd",
"stakeholders": "0813fc5e-d9a1-4bb2-84f0-c7be02c50f67",
"departmentaltargets": "d1ea6096-92c8-495c-b73f-97200039638b",
"events": "bc3cdefa-14ae-4b87-a144-a2b8ffd1e8a1",
"Tags": "538d8c59-1215-4ffa-af01-d708e3dfc95c",
"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-12-09T23:41:39.0802829Z",
"publishingoffices": "69f471c6-fa49-4441-8251-162fb3dedd4d",
"targets": "77175f33-274f-4953-aca0-6e3745fcb048",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "521a591e-925d-4fc5-af9f-92d20e7a38ae",
"newstypes": "fa32c19f-191c-4d47-884b-62b7595d88cf",
"regionscountries": "581bb73f-295e-44cb-b58a-1e35087408e6",
"healthtopics": "4e9956d7-64f0-492d-80fd-a110b51829ed",
"stakeholders": "6d9537d8-9860-4369-863c-8fa82c7622d4",
"departmentaltargets": "57ab5583-15d4-4323-89a6-14e5ec60abf6",
"events": "1c1e432e-a38d-4aed-9664-c7770322fc11",
"Tags": "343417aa-d1a4-4c2a-b357-0d51c8da0f4d",
"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": "712b08b6-3bee-411a-b082-5755b2cde174"
}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-12-09T23:41:39.0802829Z",
"publishingoffices": "fbc84a5c-a5d9-4292-bcbe-c61f51227548",
"targets": "d6b3b541-63f1-4a2c-8895-45ec9059b20d",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "73520226-bfab-4d8f-8ae2-8bd81b2ab8e2",
"newstypes": "1006fd28-0e2d-47b2-8942-9c2c8c1dd8d7",
"regionscountries": "f89511d9-478e-4eab-897e-cb9c07020b3f",
"healthtopics": "7b52a4db-1d87-4a70-8c49-0e574a060acd",
"stakeholders": "b7ca587c-b66f-4007-8471-1bee15cb9d45",
"departmentaltargets": "5fe6d73b-b863-45e9-b537-f77e9758a14d",
"events": "ce1c0b67-9a68-4efe-96d8-9549eab3a662",
"Tags": "8501cada-edc1-472f-afd9-6609fdcb1d56",
"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-12-09T23:41:39.0802829Z",
"publishingoffices": "30095f7c-2d50-42b9-97d7-9bddbecc4abe",
"targets": "029c82da-c7ac-422f-a641-3b8d1dfa0949",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "d6d19e0b-20c4-4076-9caa-b08dc3d9f81f",
"newstypes": "984b7a0c-50b5-4473-8651-d9b823810c22",
"regionscountries": "20640cd7-5071-47e0-9730-2ba63b5f1820",
"healthtopics": "0ae60d47-065e-4cad-a5fc-a616c0ea53fe",
"stakeholders": "256f2448-3772-4b40-bba5-87ab9c285fd0",
"departmentaltargets": "e7b9a40a-6173-4263-84ff-a0a31b8cc36c",
"events": "a2a75fed-9958-4142-99f9-cd3da94ba13d",
"Tags": "100e879c-60c2-4cda-9d1f-228843f8da93",
"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-12-09T23:41:39.0802829Z",
"publishingoffices": "f64a9615-b2a8-4d51-a9e0-3da1fb782627",
"targets": "c901bd6e-5d49-43f9-a6ce-a94e8d449924",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "4142dd33-3dfa-4109-892f-63e08732dc66",
"newstypes": "4caffcbd-9838-48bb-847c-03d6462c1d1d",
"regionscountries": "bb90b38b-ea8d-4aed-9406-8e916e2b6a8e",
"healthtopics": "1af9a691-d796-4904-b171-bc31297503d0",
"stakeholders": "fb5d8e0b-e0b4-4295-83f2-f36b93572018",
"departmentaltargets": "5c1e5a77-796a-439b-af08-0a7d6fd70fa3",
"events": "253cda72-ed67-4341-9798-b2e43f9fd8cf",
"Tags": "87cdc952-67d7-4c6d-b82e-817eae32539e",
"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-12-09T23:41:39.0802829Z",
"publishingoffices": "0c490e59-42f8-4913-8185-ded25f2d51da",
"targets": "a626211c-9f35-4a59-b1c5-aa3fbbf39010",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "36a1c109-5a87-40d8-831c-b95d11913cae",
"newstypes": "d9578045-aa80-419f-899e-cad239b25590",
"regionscountries": "4bfadd58-5643-4e1a-8572-4b26456caf0c",
"healthtopics": "b549ef3b-5834-4d2f-b86b-b1b0e51374cb",
"stakeholders": "7d63f48d-7efb-4ede-a697-6c0cf237c3fd",
"departmentaltargets": "5b8bbe96-61c5-457d-b5f8-19e8374ac1b3",
"events": "d7fdb261-ec66-482c-bb7f-76e70f8c0a3e",
"Tags": "0a236a28-dbd2-4e39-8bc2-a3e7b6491549",
"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-12-09T23:41:39.0802829Z",
"PublicationDate": "2025-12-09T23:41:39.0802829Z",
"DateCreated": "2025-12-09T23:41:39.0802829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "307dff6a-7e5f-409c-8935-9a7d3c1c54e8",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "20ec7c8d-c72a-4f5d-a16b-74843687ae48",
"departmentaltargets": "f22c2433-83cd-4ed7-ab66-028b3c35c46e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-09T23:41:39.0802829Z",
"targetaudiences": "f58b6635-ac0f-4f9a-ae1c-31000f8b54e6",
"targets": "becc5a88-0ab8-4f2e-8990-45118d544ed7",
"publishingoffices": "0e338cc8-ee22-4e31-b5d5-760662ba7f33",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "5e8c7a18-738c-43e7-b23c-9f8170f7a950",
"events": "91a1b265-d0d3-4805-b02a-dd97c065e8ac",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.0802829+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:41:39.0802829Z",
"PublicationDate": "2025-12-09T23:41:39.0802829Z",
"DateCreated": "2025-12-09T23:41:39.0802829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "307dff6a-7e5f-409c-8935-9a7d3c1c54e8",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "20ec7c8d-c72a-4f5d-a16b-74843687ae48",
"departmentaltargets": "f22c2433-83cd-4ed7-ab66-028b3c35c46e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-09T23:41:39.0802829Z",
"targetaudiences": "f58b6635-ac0f-4f9a-ae1c-31000f8b54e6",
"targets": "becc5a88-0ab8-4f2e-8990-45118d544ed7",
"publishingoffices": "0e338cc8-ee22-4e31-b5d5-760662ba7f33",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "5e8c7a18-738c-43e7-b23c-9f8170f7a950",
"events": "91a1b265-d0d3-4805-b02a-dd97c065e8ac",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.0802829+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.