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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "cde1ea70-3c34-4808-8f24-ea1964596b5f",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "74cafa16-90a6-4588-b45b-d01ef0ecf3fb",
"departmentaltargets": "743f3ea7-11f2-4f01-8eac-e1c2a753bd1e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "9638df2f-b647-4b96-b019-7c067fcc965f",
"targets": "d32c849d-0ec4-40b2-8311-07a05066e548",
"publishingoffices": "abddfa15-ec85-44be-9b92-3d1ead91fa7c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "0f32ca4f-91f9-4e03-ab7b-83eef932e037",
"events": "df8c50dd-f0dc-4c4d-a34e-3f9c500558e4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T19:28:57.8456544+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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "cde1ea70-3c34-4808-8f24-ea1964596b5f",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "74cafa16-90a6-4588-b45b-d01ef0ecf3fb",
"departmentaltargets": "743f3ea7-11f2-4f01-8eac-e1c2a753bd1e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "9638df2f-b647-4b96-b019-7c067fcc965f",
"targets": "d32c849d-0ec4-40b2-8311-07a05066e548",
"publishingoffices": "abddfa15-ec85-44be-9b92-3d1ead91fa7c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "0f32ca4f-91f9-4e03-ab7b-83eef932e037",
"events": "df8c50dd-f0dc-4c4d-a34e-3f9c500558e4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T19:28:57.8456544+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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "83578a80-77fe-45d3-b3e5-16d5b0dce48d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "4c17c0a2-7056-4cef-841e-580371c63980",
"departmentaltargets": "dde326f8-a042-4f33-937e-3e00122ab4b2",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "e0f0e19b-2804-4cda-978d-d621f68e55c3",
"targets": "f511e62b-3149-47b9-b2c1-7c1a9eb7b840",
"publishingoffices": "a2a87dc5-90f7-4e5e-9385-6984341fefbe",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "7a84d58c-9620-47ac-b88c-f95fa30b5636",
"events": "463e8577-d869-45d4-bed2-c8611a0a6d33",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T19:28:57.8456544+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": "39560bae-f162-4765-bb3d-5117520cca14"
}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": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "5a2570b1-fe92-411f-be0c-67b7278255bf",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "099e36c9-b0a3-417a-93f2-116a971d6d2d",
"departmentaltargets": "b7dd2181-d458-482d-a33f-173ef5670407",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "0bcd80c9-0893-4484-8a82-a52afe23cab3",
"targets": "d728fb6e-7245-4647-8ea7-515af2838ac9",
"publishingoffices": "ead05541-6aef-438d-a5c8-f7438e6d2d26",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "96185a0c-4731-4288-910d-3e2d1970b0b7",
"events": "a2c56e33-8fe4-4975-8e02-a15e7ee0650f",
"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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "15c57df6-a362-4acd-9751-f7408967562d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3ad2eed7-4b5c-4726-a7d7-a26678b4cf24",
"departmentaltargets": "9e1e91af-7ec3-405d-baaa-4e0ef3eec2e0",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "5203deed-a10d-449f-b132-63064862af9c",
"targets": "58ad6510-3ecd-4029-8a2b-d677f8373bf7",
"publishingoffices": "54c8e14c-592e-4f50-81cd-6ca9a40ee222",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "b43070b0-b42a-4502-933a-8214a1936e2a",
"events": "6943e3b2-2c50-40e2-816e-b302c8390256",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T19:28:57.8456544+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": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "922fcaa3-7285-45ec-908e-ac96517eab86",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "4dbc7ae9-6be6-4814-a3d0-cbde63d506e2",
"departmentaltargets": "6cfa3b37-87ba-46f4-9908-f89ff4ca4ec4",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "9a8c38a7-750e-426e-a103-e13dc5c6030b",
"targets": "5147624d-99da-4bf4-afd9-8e4ebe61007e",
"publishingoffices": "411abf7f-5643-4bf7-8f6f-c0522ae56eda",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "53c2dd5f-6b8e-46ab-b3a8-32a6921c531e",
"events": "244e3ac7-6862-42f9-81e8-b6e56dfed436",
"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": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "60400754-9fbb-4d8a-a3bd-413fc042b974",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "c198b213-e197-41a2-91c8-e98c9bc75db2",
"departmentaltargets": "7987f12f-b06f-47f5-875d-89155662ebf8",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"targetaudiences": "c7a6d7cc-3871-40ad-a420-9403d0820145",
"targets": "d21c9aaf-5c4b-4273-af09-075a04d02cec",
"publishingoffices": "dcbf087d-27ec-484c-bda3-9163c7415697",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "2e9ddce9-baee-4351-be30-1f8a9f91de7a",
"events": "cfbf32e9-6d6b-4c27-ab7b-a85d78767675",
"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": "2025-11-05T19:28:57.8456544Z",
"UrlName": "sample string 2",
"organizations": "f102ce3f-a1f7-4af7-9d07-1161a1fbed36",
"regionscountries": "979ecdcf-2c6b-48bb-ae7f-a505bf9154ab",
"sustainabledevelopmentgoals": "7d8e0a27-4160-452c-9279-a18c8fe4d57a",
"departmentaltargets": "a507dbd6-0c1e-49ad-b806-f1833b6f2933",
"healthtopics": "c0dda3ff-35de-45c4-aa74-d54e9b161aa9",
"events": "1c93cf93-a041-47e9-84fb-94122251b746",
"publishingoffices": "a0f92f47-b976-4fff-803d-b721abbc488e",
"WebPageType": "sample string 10",
"targetaudiences": "28866d95-d54d-44ac-890b-f4946bb5bb2a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"ShowInNavigation": true,
"ParentId": "3651de9a-5d6e-4507-84eb-0a2fd6929bef",
"RootId": "50ae329d-3fb3-4618-b2dd-07a113d02945",
"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": "b3831300-58b9-4109-90b2-03c6279747f9",
"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-11-05T19:28:57.8456544Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-05T19:28:57.8456544Z",
"UrlName": "sample string 2",
"organizations": "f102ce3f-a1f7-4af7-9d07-1161a1fbed36",
"regionscountries": "979ecdcf-2c6b-48bb-ae7f-a505bf9154ab",
"sustainabledevelopmentgoals": "7d8e0a27-4160-452c-9279-a18c8fe4d57a",
"departmentaltargets": "a507dbd6-0c1e-49ad-b806-f1833b6f2933",
"healthtopics": "c0dda3ff-35de-45c4-aa74-d54e9b161aa9",
"events": "1c93cf93-a041-47e9-84fb-94122251b746",
"publishingoffices": "a0f92f47-b976-4fff-803d-b721abbc488e",
"WebPageType": "sample string 10",
"targetaudiences": "28866d95-d54d-44ac-890b-f4946bb5bb2a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"ShowInNavigation": true,
"ParentId": "3651de9a-5d6e-4507-84eb-0a2fd6929bef",
"RootId": "50ae329d-3fb3-4618-b2dd-07a113d02945",
"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": "b3831300-58b9-4109-90b2-03c6279747f9",
"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-11-05T19:28:57.8456544Z",
"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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "4272e5e1-e1bb-4fe6-8376-fe40db60fafc",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "fff45bf4-392e-43d7-b8fc-f964447df4c6",
"departmentaltargets": "da6a039b-9492-4907-b906-e1f9249211b9",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "7e050514-ad74-4a17-afe9-bc59b28570d8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "08eb2412-feb6-4300-a062-7fe9cca51fb7",
"events": "8734bd40-c814-4c80-9b39-37f1f01f6107",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "58e420f9-1b6f-44e9-ad33-537224582331",
"publishingoffices": "65e729e8-eed8-4539-ba96-714bf4273085",
"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-11-05T19:28:57.8456544+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": "2025-11-05T19:28:57.8456544Z",
"PublicationDate": "2025-11-05T19:28:57.8456544Z",
"DateCreated": "2025-11-05T19:28:57.8456544Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "4272e5e1-e1bb-4fe6-8376-fe40db60fafc",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "fff45bf4-392e-43d7-b8fc-f964447df4c6",
"departmentaltargets": "da6a039b-9492-4907-b906-e1f9249211b9",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-11-05T19:28:57.8456544Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "7e050514-ad74-4a17-afe9-bc59b28570d8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "08eb2412-feb6-4300-a062-7fe9cca51fb7",
"events": "8734bd40-c814-4c80-9b39-37f1f01f6107",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "58e420f9-1b6f-44e9-ad33-537224582331",
"publishingoffices": "65e729e8-eed8-4539-ba96-714bf4273085",
"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-11-05T19:28:57.8456544+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.