Returns a set of data items of type multimedias.
GET /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "48c67aa2-a068-40a8-9464-70e36df4392b",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "1792d143-f484-462c-8fa9-717ba075c5a0",
"departmentaltargets": "ed989a73-1f47-4f96-bbf2-a1c70ff51a87",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "7f794dfc-f488-44a6-94d0-294f8ed22dff",
"targets": "6fad60d7-6ba5-4dcc-b58d-697af0ea362b",
"publishingoffices": "406fcba1-e843-4d41-8bcd-3a3dd5fe7a5c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "dea61284-5d0b-4e19-b597-6668531865de",
"events": "e62ad87e-3b1a-4282-a105-718654813b58",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
},
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "48c67aa2-a068-40a8-9464-70e36df4392b",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "1792d143-f484-462c-8fa9-717ba075c5a0",
"departmentaltargets": "ed989a73-1f47-4f96-bbf2-a1c70ff51a87",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "7f794dfc-f488-44a6-94d0-294f8ed22dff",
"targets": "6fad60d7-6ba5-4dcc-b58d-697af0ea362b",
"publishingoffices": "406fcba1-e843-4d41-8bcd-3a3dd5fe7a5c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "dea61284-5d0b-4e19-b597-6668531865de",
"events": "e62ad87e-3b1a-4282-a105-718654813b58",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
}
]Gets multimedias item by id.
GET /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "f87f9810-31d4-40de-b1ed-8e4d9f195e48",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "867608ac-b47e-442a-94fa-1fe45426c475",
"departmentaltargets": "0cca517b-944c-4645-b650-b04f9c05a9dc",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "f2bf0b43-e363-42c7-9946-f1ca95dadf52",
"targets": "fc595d20-37ce-42ba-92b6-e3e86cbe9c0a",
"publishingoffices": "66fe98a5-47a1-49dd-87b5-fb8c949e6183",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "aac63f16-6ae5-4a65-9cf0-6a4a959acbb4",
"events": "a857a83d-5c0d-44c1-b826-5605b219429f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
}Gets Id property from multimedias item.
GET /api/hubs/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": "0eed6ca5-57fa-45f1-91bb-fa61d9002f4e"
}Creates a multimedias item.
POST /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "00202017-9697-405d-b588-abe26558e90d",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "ee03235c-b8d3-4737-8c96-85bae78b4cec",
"departmentaltargets": "9a1859f6-3da2-4030-a7da-ee3d795c8962",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "264fcad4-fb17-4fe5-8b4e-426535be34e6",
"targets": "6dc9fde6-e54e-4314-a283-707f03736f4f",
"publishingoffices": "a6632754-ec06-40f7-a627-abdd1bc39f3f",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "75af83a2-df75-45b3-9025-b43699fa7b70",
"events": "90653201-04ca-4e7b-a048-caeaf8be777d",
"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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "42232b50-3855-417d-8403-12a2aa4d314d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "87156cd0-d79e-43bb-92ab-115188e3dc59",
"departmentaltargets": "461fd386-1141-49ec-94f4-38b8b472e655",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "dcd518a5-a413-4832-91be-d5a6809b2ed4",
"targets": "c1dba1fc-9c49-432b-96a9-75adbd331d88",
"publishingoffices": "b48db068-8ac6-45f2-ba21-7419d75bba20",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "18458510-3fd0-428a-99e7-c6b6dda70879",
"events": "f582ae5f-b298-406c-8d3f-77e685393a92",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
}Partial update for multimedias item.
PATCH /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "0413fd38-2b2d-443c-aca7-456edf8aaff2",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "1400d581-7400-4604-93b7-9a575742ffe1",
"departmentaltargets": "e40bbdd4-a9d4-48ef-b7ad-a8de85fb779c",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "6fd361e5-68ce-4d2f-9c56-41a1a1865749",
"targets": "b4f48c75-eeb1-48c1-a06e-d324267b2f9f",
"publishingoffices": "e647395f-72b9-4b95-b4d3-7d7e4a5d640a",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "5ebe9e51-f4b1-432b-9446-1b1032828131",
"events": "8bcaaeda-e03d-4bb6-ac88-ae06861228ba",
"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/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "7045220c-49ed-41f6-9780-d7523eb61645",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "5c2fea9d-d115-4339-bd9a-9865b00bd577",
"departmentaltargets": "7229bb90-f538-49ac-88b3-baa506a74d43",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"targetaudiences": "ac3a3666-3042-47e9-b70a-1d162186a00b",
"targets": "2b63b694-cb90-47da-b047-c34fa6103b29",
"publishingoffices": "b661efe7-123c-498f-b888-e7d292c782e0",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "ed63f5ed-4f0d-4708-8717-815996662db9",
"events": "19b52f30-5ec8-45ed-8438-51a5906ea9bb",
"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/hubs/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/hubs/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-08T05:08:03.705932Z",
"UrlName": "sample string 2",
"organizations": "0475bdfe-84b5-4f45-8994-54525ea5227b",
"regionscountries": "f1dde1af-c6eb-4d14-92bf-ded7a98e953b",
"sustainabledevelopmentgoals": "8e9af967-aa63-4f7b-a626-c52ee5e642cd",
"departmentaltargets": "3d4ef2dc-53d0-44e1-b2df-7908dc75e080",
"healthtopics": "88f04956-7055-47dd-975a-97a615b6dc61",
"events": "294d221c-c041-46f8-aec6-900c1f4c5be5",
"publishingoffices": "44ec9da7-ae70-4e96-96fb-08c659a55886",
"WebPageType": "sample string 10",
"targetaudiences": "2004fe75-f8e9-4de4-a7eb-1e88eceeb286",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"ShowInNavigation": true,
"ParentId": "a037bd7d-0cc1-4f48-9018-6326473724d4",
"RootId": "b896c079-c13b-420e-b000-788390e9ba99",
"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": "9018a40a-7e7f-45d0-8bdb-8dcdf9b7577d",
"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-08T05:08:03.705932Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"UrlName": "sample string 2",
"organizations": "0475bdfe-84b5-4f45-8994-54525ea5227b",
"regionscountries": "f1dde1af-c6eb-4d14-92bf-ded7a98e953b",
"sustainabledevelopmentgoals": "8e9af967-aa63-4f7b-a626-c52ee5e642cd",
"departmentaltargets": "3d4ef2dc-53d0-44e1-b2df-7908dc75e080",
"healthtopics": "88f04956-7055-47dd-975a-97a615b6dc61",
"events": "294d221c-c041-46f8-aec6-900c1f4c5be5",
"publishingoffices": "44ec9da7-ae70-4e96-96fb-08c659a55886",
"WebPageType": "sample string 10",
"targetaudiences": "2004fe75-f8e9-4de4-a7eb-1e88eceeb286",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"ShowInNavigation": true,
"ParentId": "a037bd7d-0cc1-4f48-9018-6326473724d4",
"RootId": "b896c079-c13b-420e-b000-788390e9ba99",
"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": "9018a40a-7e7f-45d0-8bdb-8dcdf9b7577d",
"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-08T05:08:03.705932Z",
"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/hubs/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/hubs/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/hubs/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 | |
| TrimmedTitle | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| Tag | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "e219941b-6eb4-4a12-ae95-c82f9dc0d96d",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "0ff5ee24-c275-46b5-88dc-1bc28fc6b1ce",
"departmentaltargets": "c24c857f-0bbe-4207-a9e3-a74a85ad4c50",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "0e4b3754-5a42-4e79-a95b-5272ccdf25b3",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "3697538a-abc2-4b38-9bd1-f7f1c200b882",
"events": "7e28b5df-1f27-4cd3-9b4c-8f2c5278bcfb",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ed3723bf-4331-4a41-931b-a1952f6381df",
"publishingoffices": "73ea7fe9-3307-4608-9220-52c867d55905",
"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-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"TrimmedTitle": "sample string 43",
"FormatedDate": "sample string 44",
"ThumbnailUrl": "sample string 45",
"DownloadUrl": "sample string 46",
"Tag": "sample string 47"
},
{
"LastModified": "2026-08-08T05:08:03.705932Z",
"PublicationDate": "2026-08-08T05:08:03.705932Z",
"DateCreated": "2026-08-08T05:08:03.705932Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "e219941b-6eb4-4a12-ae95-c82f9dc0d96d",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "0ff5ee24-c275-46b5-88dc-1bc28fc6b1ce",
"departmentaltargets": "c24c857f-0bbe-4207-a9e3-a74a85ad4c50",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-08-08T05:08:03.705932Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "0e4b3754-5a42-4e79-a95b-5272ccdf25b3",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "3697538a-abc2-4b38-9bd1-f7f1c200b882",
"events": "7e28b5df-1f27-4cd3-9b4c-8f2c5278bcfb",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ed3723bf-4331-4a41-931b-a1952f6381df",
"publishingoffices": "73ea7fe9-3307-4608-9220-52c867d55905",
"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-08T05:08:03.705932+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"TrimmedTitle": "sample string 43",
"FormatedDate": "sample string 44",
"ThumbnailUrl": "sample string 45",
"DownloadUrl": "sample string 46",
"Tag": "sample string 47"
}
]Add RelatedMeetingReport relation to multimedias item.
POST /api/hubs/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/hubs/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.