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": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "10906674-7483-4a4a-90dc-d0de090d0814",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "36c7981e-f83b-4feb-8851-44272fd43836",
"departmentaltargets": "a7b1a4ba-adfd-4503-a84b-c874f66ba625",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "02214936-5813-4792-8afd-f4ebdecf2ebe",
"targets": "c5b79926-9660-4b83-b8da-70f770f66ce5",
"publishingoffices": "544420a9-acee-4843-877a-e9b296c50333",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "ec2abced-69a9-4940-b65b-73a2de5991e2",
"events": "254358fc-890c-46d7-a19a-e07228cdaf30",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:09:21.8451615+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "10906674-7483-4a4a-90dc-d0de090d0814",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "36c7981e-f83b-4feb-8851-44272fd43836",
"departmentaltargets": "a7b1a4ba-adfd-4503-a84b-c874f66ba625",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "02214936-5813-4792-8afd-f4ebdecf2ebe",
"targets": "c5b79926-9660-4b83-b8da-70f770f66ce5",
"publishingoffices": "544420a9-acee-4843-877a-e9b296c50333",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "ec2abced-69a9-4940-b65b-73a2de5991e2",
"events": "254358fc-890c-46d7-a19a-e07228cdaf30",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:09:21.8451615+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": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4cfa0225-1d21-4de8-8317-47283721e960",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c71b39e9-4b7d-4087-91c2-eecbb12b80ab",
"departmentaltargets": "d64a8575-001a-4955-afe9-70e8fc4b4681",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "253b47de-457c-4d90-b2f4-a48a922b5fc8",
"targets": "5ecad273-1ba1-4939-b985-ccb909742bed",
"publishingoffices": "991484a2-5ea3-44eb-a584-06bc91b33097",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "75f6a348-f360-4af8-af03-a049fc513c12",
"events": "d4811b98-381d-42be-95c3-f67398ba6f41",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:09:21.8451615+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": "80f833c9-8dc9-46a1-87b2-a2c8d145e956"
}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": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "c65d93d4-6076-4893-b420-fc5710e0b6d9",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "ea565e2d-776a-40dc-b02b-4e18352d090f",
"departmentaltargets": "73e0d648-457b-44f5-bff9-701bbb1b79fc",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "9a46a39c-df65-450a-8bb1-94528821aa0f",
"targets": "1f001aa0-8923-4262-a788-c1043a02318e",
"publishingoffices": "09393b68-c8a5-4cf0-af88-a87794f306af",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "3935ea5a-c6cf-46ce-8b7f-0e139ae535de",
"events": "44e4816a-7651-4a5a-9ec4-5185a95ed580",
"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": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "dac7fc6a-5bf1-4aaf-8ca0-64e3b9c24bcc",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "0c8e7f3e-c8e8-4cc2-9b6f-060f59982105",
"departmentaltargets": "4449ea03-a396-4ccd-9992-5a370276bf6d",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "b6f78c4d-b6d1-4734-9892-96c825336aa4",
"targets": "d94185f5-7a94-4d3e-bc2e-247596978803",
"publishingoffices": "03e035e8-8bea-48f9-857a-deb86c06c845",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "17e26f19-ff02-42e6-adee-d1ff2b9d58eb",
"events": "3ac3a33a-3b96-4cff-9555-6b7f338fd385",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:09:21.8451615+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": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "e7873890-b3b2-4af6-aa86-5b4ae9cd7247",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "23e5de22-346f-4296-af31-53c1b5caba44",
"departmentaltargets": "625691e6-62fc-45be-99a4-1519f85588a8",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "a139cdd9-5f66-4bdf-aff4-3e0a149080a0",
"targets": "d045c80a-1865-4f28-a614-c697a7bc67b5",
"publishingoffices": "8b68959a-8458-4e1b-91a9-f20f2054110a",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "993d6633-cb32-4ae4-bd23-8b39b99a48c6",
"events": "6a09ebbf-dc44-48e9-96fa-65774464881f",
"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": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "bb448cc1-207d-4739-b5c5-ebc4f33408b8",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "0495687b-ad52-4ad9-a206-c96c57debd5c",
"departmentaltargets": "6153c85d-1f1a-4835-8bc9-2b3a412ec0ad",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"targetaudiences": "3f238a06-d90a-4915-842b-b5daea29a8ea",
"targets": "11eece20-07a9-41e8-93d1-92f5473f29d3",
"publishingoffices": "7851a99e-d64d-4227-8df9-aec67301239c",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "f96c9c50-480b-423e-9421-40218b4fad39",
"events": "c9e7419c-ce50-460c-bf6d-982560f8176a",
"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": "2026-08-29T01:09:21.8451615Z",
"UrlName": "sample string 2",
"organizations": "b846703c-d32c-4e1a-ac29-7a97ea2d04bd",
"regionscountries": "e79cae73-a5b5-46dc-9301-8e867bcd1ef0",
"sustainabledevelopmentgoals": "34d43bbb-ef58-4921-933e-dc1b416f3167",
"departmentaltargets": "172b5766-59d3-4622-ba52-c74fa6038a27",
"healthtopics": "76187449-4a0d-4c9f-91de-fb98d18460fd",
"events": "aaabc866-c2e2-4410-938c-c9cec30744e5",
"publishingoffices": "2c6388b0-2113-4719-981d-578f22c9698a",
"WebPageType": "sample string 10",
"targetaudiences": "711cab07-cd4c-42f4-a70e-65549eb1356c",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"ShowInNavigation": true,
"ParentId": "950c97c0-8f97-4409-9da0-2c3c77419664",
"RootId": "aa02d0df-1752-4102-931c-e1551b62ecc2",
"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": "d0023761-55fc-4249-9109-c809b0fd9568",
"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": "2026-08-29T01:09:21.8451615Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-08-29T01:09:21.8451615Z",
"UrlName": "sample string 2",
"organizations": "b846703c-d32c-4e1a-ac29-7a97ea2d04bd",
"regionscountries": "e79cae73-a5b5-46dc-9301-8e867bcd1ef0",
"sustainabledevelopmentgoals": "34d43bbb-ef58-4921-933e-dc1b416f3167",
"departmentaltargets": "172b5766-59d3-4622-ba52-c74fa6038a27",
"healthtopics": "76187449-4a0d-4c9f-91de-fb98d18460fd",
"events": "aaabc866-c2e2-4410-938c-c9cec30744e5",
"publishingoffices": "2c6388b0-2113-4719-981d-578f22c9698a",
"WebPageType": "sample string 10",
"targetaudiences": "711cab07-cd4c-42f4-a70e-65549eb1356c",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"ShowInNavigation": true,
"ParentId": "950c97c0-8f97-4409-9da0-2c3c77419664",
"RootId": "aa02d0df-1752-4102-931c-e1551b62ecc2",
"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": "d0023761-55fc-4249-9109-c809b0fd9568",
"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": "2026-08-29T01:09:21.8451615Z",
"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": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "6a787f73-fb60-4e4f-a4e8-8b4bf5bcb415",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "810ad271-37c2-457d-9024-02f354a76a93",
"departmentaltargets": "5a82f008-5ec7-4791-bd3d-f92c50a554b9",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "8ebde439-8d14-4b7a-bfb4-d62e75c74c48",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "444d356d-dfe2-49bd-abc3-ec5773e1ef23",
"events": "890c10aa-34d2-46da-b498-0b68c5639a91",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "9c08dc1d-2110-429e-9e00-9e5976a68fde",
"publishingoffices": "738d5542-afe7-4f3c-a543-43b3bae13d5f",
"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": "2026-08-29T01:09:21.8451615+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T01:09:21.8451615Z",
"PublicationDate": "2026-08-29T01:09:21.8451615Z",
"DateCreated": "2026-08-29T01:09:21.8451615Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "6a787f73-fb60-4e4f-a4e8-8b4bf5bcb415",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "810ad271-37c2-457d-9024-02f354a76a93",
"departmentaltargets": "5a82f008-5ec7-4791-bd3d-f92c50a554b9",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-08-29T01:09:21.8451615Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "8ebde439-8d14-4b7a-bfb4-d62e75c74c48",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "444d356d-dfe2-49bd-abc3-ec5773e1ef23",
"events": "890c10aa-34d2-46da-b498-0b68c5639a91",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "9c08dc1d-2110-429e-9e00-9e5976a68fde",
"publishingoffices": "738d5542-afe7-4f3c-a543-43b3bae13d5f",
"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": "2026-08-29T01:09:21.8451615+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.