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-07-17T09:14:10.9648761Z",
"publishingoffices": "bcd02ca6-eb3a-4eb6-b62b-90dc3b590b7d",
"targets": "03e37c56-a649-4b63-af09-2182ac156955",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "791a26c0-e087-42bd-8d40-b193daf0c725",
"newstypes": "a3fcd094-8941-4c3a-9af1-5baed07d0351",
"regionscountries": "66a23c69-3149-46bb-aaa3-06e34a8f5e3c",
"healthtopics": "c0bb17ad-8e1b-4e09-ada1-9081a05f2ddd",
"stakeholders": "64c332f4-190b-4597-bf84-25089f28797c",
"departmentaltargets": "540c5964-af4f-4895-a08e-722f0275eecd",
"events": "fc637d92-8c5f-4f36-8afc-f624428ba96d",
"Tags": "4b99f2ac-91e8-4ebe-9b3b-3eeca799ff0c",
"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-07-17T09:14:10.9648761Z",
"publishingoffices": "bcd02ca6-eb3a-4eb6-b62b-90dc3b590b7d",
"targets": "03e37c56-a649-4b63-af09-2182ac156955",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "791a26c0-e087-42bd-8d40-b193daf0c725",
"newstypes": "a3fcd094-8941-4c3a-9af1-5baed07d0351",
"regionscountries": "66a23c69-3149-46bb-aaa3-06e34a8f5e3c",
"healthtopics": "c0bb17ad-8e1b-4e09-ada1-9081a05f2ddd",
"stakeholders": "64c332f4-190b-4597-bf84-25089f28797c",
"departmentaltargets": "540c5964-af4f-4895-a08e-722f0275eecd",
"events": "fc637d92-8c5f-4f36-8afc-f624428ba96d",
"Tags": "4b99f2ac-91e8-4ebe-9b3b-3eeca799ff0c",
"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-07-17T09:14:10.9648761Z",
"publishingoffices": "760e0383-cc47-43f9-8773-d51d279690b9",
"targets": "ba5630b9-65d2-47e6-b9ea-f52b0bd55de4",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "6643d5f7-1c6b-4355-9d5c-0fa9cba9e563",
"newstypes": "9df2f1a2-fe49-4b07-a145-7a66aeccd3bd",
"regionscountries": "67f119a8-37fa-40c0-a247-e109d0a13793",
"healthtopics": "97b2e415-089e-46f1-98b9-442d3e33ae49",
"stakeholders": "2c7daf11-ccb0-4526-aa16-41e3ff6d62db",
"departmentaltargets": "3db7fd47-0be4-466d-8820-ed7e7d12b885",
"events": "909c915a-fba2-4815-a8f2-e4e50d759e63",
"Tags": "cbfc401e-3196-46d1-ab35-cead9b7eae9c",
"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": "703638de-1370-487f-91da-cba10528c9ab"
}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-07-17T09:14:10.9648761Z",
"publishingoffices": "006f38b1-5297-4acf-91f1-de3d5f565790",
"targets": "d2260687-e905-4cd0-87c8-c9e026a4e268",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "d6b78348-85ff-453e-b93c-bfa470536096",
"newstypes": "9ffbe4a4-789b-41e6-8172-e14032ecc098",
"regionscountries": "37890b16-d0f0-4f47-bfdb-912a2f05cf76",
"healthtopics": "f96ba4dc-300f-4698-b620-258094bb60dc",
"stakeholders": "461070e3-992a-439c-b619-5206bd564327",
"departmentaltargets": "455fd3b9-8a44-407e-8614-7b6b951f47da",
"events": "58783974-1c16-45dc-bad3-7dd4a4cf0d3d",
"Tags": "c08d6a39-5427-4d92-82c4-89f9f9f0f6f2",
"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-07-17T09:14:10.9648761Z",
"publishingoffices": "eabd72ce-fca9-420f-a46d-86571434f658",
"targets": "b677a88c-5d01-4705-9886-451ffbd12e75",
"MultimediaNumberOfAdditionalItems": 9.0,
"targetaudiences": "27693956-d0fd-47e1-a80d-e9d0676185ee",
"newstypes": "77b24575-1f47-47ee-861b-e4396ce77807",
"regionscountries": "fec63e1a-2f11-4407-a888-b191ad6bd62c",
"healthtopics": "f7f064a3-a6a9-47b4-af7e-2946cdbabbd9",
"stakeholders": "b63a5e68-3787-4404-89a6-677d7a61e660",
"departmentaltargets": "f740b25a-9dc4-4ddd-9090-cb7cf7666bb5",
"events": "88c2e5c1-3c6c-4a54-88ab-8527def6ae61",
"Tags": "c7cbbbd1-c914-4ae6-a224-16a4dcb172d9",
"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-07-17T09:14:10.9648761Z",
"publishingoffices": "b7450686-b6e8-4e66-8cbf-4e9fbd8fcdbc",
"targets": "18ed1d81-33d6-442c-8db9-b20006269e0e",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "fa89bdc9-cad9-477e-a717-3cd04908c558",
"newstypes": "ffeed623-669c-4f20-97ab-b91fe0d7245d",
"regionscountries": "ee1237e0-336f-4968-b3cf-142e112c40bd",
"healthtopics": "e378670f-c496-475d-a0b1-becbc7717cbb",
"stakeholders": "2d5ae12c-9642-46cc-9dd0-11b05668a78f",
"departmentaltargets": "12efc965-e3a4-438e-8bec-e1f58c1aac4c",
"events": "8fc11077-466e-47bc-82bb-84921a632a2e",
"Tags": "503bab24-9d35-4553-b99d-430ed83e2b57",
"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-07-17T09:14:10.9648761Z",
"publishingoffices": "ff02187b-43f5-43ee-9f12-2de7c2017a90",
"targets": "d03aaa37-33da-423c-abfc-4b2d422449d9",
"MultimediaNumberOfAdditionalItems": 8.0,
"targetaudiences": "5279717a-f0f6-4acc-ba18-8e9cfc20869b",
"newstypes": "16f487f0-4918-40b7-a70f-d70e27768e8d",
"regionscountries": "fba4cc26-9cfb-4ebd-bcac-c116749de87b",
"healthtopics": "4c415a20-10bd-41bd-9cba-4a2ff3f9e409",
"stakeholders": "91bb9c46-ff7e-47ad-98f1-6780499627e1",
"departmentaltargets": "190b2530-3e1a-46de-a408-1956d6744801",
"events": "62f0c1d8-1146-40e2-b1e6-6cac55f988f7",
"Tags": "90378598-5851-4117-ac5d-4ba6dd5f8414",
"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-07-17T09:14:10.9648761Z",
"PublicationDate": "2026-07-17T09:14:10.9648761Z",
"DateCreated": "2026-07-17T09:14:10.9648761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "17a208de-5ae9-4687-9234-afd28da743d6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3d8294d3-d557-4795-9fdf-57ff1760cac8",
"departmentaltargets": "827e1fbd-d2a9-4d6c-b789-15864129deb3",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T09:14:10.9648761Z",
"targetaudiences": "1b055025-4bf4-4055-8768-2bce715bdc62",
"targets": "391b4e2a-cfe8-4459-ac5e-2572a90e8155",
"publishingoffices": "2f4ce13c-96a9-4fd3-96f0-5d3c96cf97fd",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3e19725a-3390-4de3-82e9-290cd864a981",
"events": "236d17ee-64ce-4b86-ada0-c230e5f5f950",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:14:10.9648761+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-17T09:14:10.9648761Z",
"PublicationDate": "2026-07-17T09:14:10.9648761Z",
"DateCreated": "2026-07-17T09:14:10.9648761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "17a208de-5ae9-4687-9234-afd28da743d6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3d8294d3-d557-4795-9fdf-57ff1760cac8",
"departmentaltargets": "827e1fbd-d2a9-4d6c-b789-15864129deb3",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T09:14:10.9648761Z",
"targetaudiences": "1b055025-4bf4-4055-8768-2bce715bdc62",
"targets": "391b4e2a-cfe8-4459-ac5e-2572a90e8155",
"publishingoffices": "2f4ce13c-96a9-4fd3-96f0-5d3c96cf97fd",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3e19725a-3390-4de3-82e9-290cd864a981",
"events": "236d17ee-64ce-4b86-ada0-c230e5f5f950",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:14:10.9648761+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.