Returns a set of data items of type multimedias.
GET /api/news/multimedias
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 |
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-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "60a3493e-b575-401c-b057-7bfe7f925b20",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "09165f85-3f5f-4231-bc83-aa39d887d40c",
"departmentaltargets": "db15a9ab-53ed-4103-8b60-a03d4571f367",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "e6fe403d-3b28-4345-a21c-b2cb986c88fc",
"targets": "d15dec5a-7ee9-4336-b6f3-27073961d678",
"publishingoffices": "cde6cfd4-5f5f-4e42-9ab8-b49865cd8a7d",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "7ee83175-65e9-4177-8a02-cbf0d7b81552",
"events": "90dc68fe-458b-4ac4-bde0-0ce717f5633e",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "60a3493e-b575-401c-b057-7bfe7f925b20",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "09165f85-3f5f-4231-bc83-aa39d887d40c",
"departmentaltargets": "db15a9ab-53ed-4103-8b60-a03d4571f367",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "e6fe403d-3b28-4345-a21c-b2cb986c88fc",
"targets": "d15dec5a-7ee9-4336-b6f3-27073961d678",
"publishingoffices": "cde6cfd4-5f5f-4e42-9ab8-b49865cd8a7d",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "7ee83175-65e9-4177-8a02-cbf0d7b81552",
"events": "90dc68fe-458b-4ac4-bde0-0ce717f5633e",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets multimedias item by id.
GET /api/news/multimedias({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 |
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-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "2baa6261-4710-400e-aec2-0c160cf1d5b1",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a38185af-2887-4998-b60f-e181c6ad9a99",
"departmentaltargets": "3f9d9f83-83b8-4f12-931a-b9ee9cceec86",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "a4de6c4d-056c-4acc-9823-0c74c80bcabc",
"targets": "31be5df2-b22e-4376-9c99-09ec566258fd",
"publishingoffices": "a48e2f11-3fef-4e86-b980-f6bd871c48e2",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "f3935bff-212e-4f29-a229-8c7cbcb9a669",
"events": "d102d760-53bc-4a79-9b9d-504569189a71",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from multimedias item.
GET /api/news/multimedias({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": "c65de53e-2ed2-4617-b526-6300a288291e"
}
Creates a multimedias item.
POST /api/news/multimedias
None
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
{
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "f2673add-bc4d-4408-ae5c-87add2f837d7",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "aca7e383-8e35-4f28-82cf-282fc0adc848",
"departmentaltargets": "2892b8df-ae30-46cb-8d33-0da8668f46e7",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "7f8077f4-2390-4010-975b-dce3fc51fc92",
"targets": "2c51f459-2193-451d-9de9-f9a6b30f0948",
"publishingoffices": "487859c4-9102-4df7-99ff-3c589a202049",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "0104ce5d-4c38-418d-8b1c-2fb1ed506eaa",
"events": "874b8f4c-648f-46e5-80f2-8408d567a3fd",
"FacebookVideo": "sample string 21"
}
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 |
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-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "64caba61-4d6c-4417-8e8e-ed74d1246f6e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "180cbb95-4ac3-4595-8438-4ddc8149ab99",
"departmentaltargets": "93bf00e4-a4e1-4a0e-9759-99c6ee287071",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "a056170f-caac-4b7b-9c69-1ea852527c80",
"targets": "097eb778-c797-4bee-be2a-10cb59c49bf0",
"publishingoffices": "99d600b5-dadc-4525-bb2c-cf365ad97f89",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c8497cc7-dc9d-4eda-abba-4dd47146cf70",
"events": "c7aca335-13c4-4fb0-988d-405225b52ccf",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for multimedias item.
PATCH /api/news/multimedias({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
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
{
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "81b0fd38-22fb-4f54-8861-c1520961259a",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "6b6b002d-af02-4431-a7ca-33ab81bf4acf",
"departmentaltargets": "fcbe3968-1750-49cf-8126-3fd049b083f8",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "459f0c40-e57c-41bf-91d9-fbca2af4d6c3",
"targets": "30004333-b102-46cc-b8f2-a5947085afc0",
"publishingoffices": "73631443-5963-4009-80d6-77118db1834b",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "f3cbee40-bbaf-4677-a663-0196221f4cd1",
"events": "21f419c9-e620-4e88-869d-63e2e4652457",
"FacebookVideo": "sample string 21"
}
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 multimedias item.
PUT /api/news/multimedias({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
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
{
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "506644c4-a160-4978-8f21-9b5ae1b549fc",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "fbe9c5c9-3eca-417d-8c17-eb7d1ea083b7",
"departmentaltargets": "eedf3c68-bc82-46b1-a666-5de72aacc196",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"targetaudiences": "be00f505-51ba-4147-8ed8-d73afaeb0ee8",
"targets": "6de29ce9-5bb5-4a25-9761-4f70b63939e9",
"publishingoffices": "767e8ccb-be0e-4219-962c-c79c500b618e",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "59850649-61ed-471d-8fd6-4f3eeeff8759",
"events": "175275e4-b7b5-44f3-8c63-1c88978a1bde",
"FacebookVideo": "sample string 21"
}
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 multimedias item by Id.
DELETE /api/news/multimedias({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 RelatedPage from multimedias item.
GET /api/news/multimedias({key})/RelatedPage
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 | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-06T16:57:26.2495802Z",
"UrlName": "sample string 2",
"organizations": "60943623-3e76-4222-ae0b-ee8fa4a2ff34",
"regionscountries": "0761619e-3c5c-4dbe-9f22-b0bcc2bc564e",
"sustainabledevelopmentgoals": "a0709648-ea5d-497c-a7ef-c94236e7e80d",
"departmentaltargets": "16eb9706-0153-44a8-b791-6f9ade4efc0e",
"healthtopics": "2e71eccc-1ec4-470d-ba30-cbbc3d4176a3",
"events": "d42547f4-a805-4cd6-a375-049a176158ee",
"publishingoffices": "47f64752-1d97-4f38-b097-0abbbc6fd756",
"WebPageType": "sample string 10",
"targetaudiences": "6a63e274-554e-4689-8619-8bb70cb9fb5d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"ShowInNavigation": true,
"ParentId": "b2a8b90b-fc20-4619-9489-af7a54b8aeaa",
"RootId": "92c157b8-07ab-4c9d-92a3-c0ed20cdb984",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "88b2b6d0-907d-48da-9cc6-55d8b1c1cb10",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:57:26.2495802Z",
"UrlName": "sample string 2",
"organizations": "60943623-3e76-4222-ae0b-ee8fa4a2ff34",
"regionscountries": "0761619e-3c5c-4dbe-9f22-b0bcc2bc564e",
"sustainabledevelopmentgoals": "a0709648-ea5d-497c-a7ef-c94236e7e80d",
"departmentaltargets": "16eb9706-0153-44a8-b791-6f9ade4efc0e",
"healthtopics": "2e71eccc-1ec4-470d-ba30-cbbc3d4176a3",
"events": "d42547f4-a805-4cd6-a375-049a176158ee",
"publishingoffices": "47f64752-1d97-4f38-b097-0abbbc6fd756",
"WebPageType": "sample string 10",
"targetaudiences": "6a63e274-554e-4689-8619-8bb70cb9fb5d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"ShowInNavigation": true,
"ParentId": "b2a8b90b-fc20-4619-9489-af7a54b8aeaa",
"RootId": "92c157b8-07ab-4c9d-92a3-c0ed20cdb984",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "88b2b6d0-907d-48da-9cc6-55d8b1c1cb10",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add RelatedPage relation to multimedias item.
POST /api/news/multimedias({key})/RelatedPage/$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 RelatedPage from multimedias item.
DELETE /api/news/multimedias({key})/RelatedPage/$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.
Returns a set of related items of type RelatedMeetingReport from multimedias item.
GET /api/news/multimedias({key})/RelatedMeetingReport
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 | |
Overview | System.String | Read only: False | |
FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
regionscountries | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
OtherRelated | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
ISBN | System.String | Read only: False | |
Subtitle | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
Links | System.String | Read only: False | |
Summary | System.String | Read only: False | |
SourceKey | System.String | Read only: False | |
Editors | System.String | Read only: False | |
Copyright | System.String | Read only: False | |
meetingreporttypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
Highlight | System.String | Read only: False | |
NumberOfPagesField | System.Decimal | Read only: False | |
WHOReferenceNumber | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
MetaDescription | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "ae2fb9cb-8e67-4081-bc48-82fdcd2b6d6a",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "300c6981-3251-4629-83e6-b85da9206605",
"departmentaltargets": "031f5910-abd0-4edc-b715-399e7f4297c4",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "9258effd-a3e7-4e64-a417-5679f3646c55",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "21b6a183-9a16-4bc2-b6b2-5fb8c9668275",
"events": "cea74540-da6e-4f0e-a5d6-c5c8a1a77272",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ca246be5-e40e-4736-8305-9a9c6b982f45",
"publishingoffices": "dad4482e-7f89-4fb2-afe3-7e7d816672c6",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:26.2495802Z",
"PublicationDate": "2025-10-06T16:57:26.2495802Z",
"DateCreated": "2025-10-06T16:57:26.2495802Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "ae2fb9cb-8e67-4081-bc48-82fdcd2b6d6a",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "300c6981-3251-4629-83e6-b85da9206605",
"departmentaltargets": "031f5910-abd0-4edc-b715-399e7f4297c4",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-06T16:57:26.2495802Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "9258effd-a3e7-4e64-a417-5679f3646c55",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "21b6a183-9a16-4bc2-b6b2-5fb8c9668275",
"events": "cea74540-da6e-4f0e-a5d6-c5c8a1a77272",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ca246be5-e40e-4736-8305-9a9c6b982f45",
"publishingoffices": "dad4482e-7f89-4fb2-afe3-7e7d816672c6",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.2495802+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedMeetingReport relation to multimedias item.
POST /api/news/multimedias({key})/RelatedMeetingReport/$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 RelatedMeetingReport from multimedias item.
DELETE /api/news/multimedias({key})/RelatedMeetingReport/$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.