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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "05aabd17-a72c-4349-9e16-956d0d9988e6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c5b5d450-1e33-4d6c-a273-c42da7f3903d",
"departmentaltargets": "833c02bc-4bc3-42fc-ab75-bf8de5d5e010",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "e45fb528-a9cd-4cc6-bb63-ccc2861f2023",
"targets": "9f1de001-f670-4f7e-bfc2-daac83e9107f",
"publishingoffices": "44b2dc2d-4bf8-4afe-a8d0-7395c4543168",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c6bc553f-47a5-4e16-ad82-6e12be1c6807",
"events": "f31d06a4-2811-4df6-9df2-f115540a32c3",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:00.2567326+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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "05aabd17-a72c-4349-9e16-956d0d9988e6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c5b5d450-1e33-4d6c-a273-c42da7f3903d",
"departmentaltargets": "833c02bc-4bc3-42fc-ab75-bf8de5d5e010",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "e45fb528-a9cd-4cc6-bb63-ccc2861f2023",
"targets": "9f1de001-f670-4f7e-bfc2-daac83e9107f",
"publishingoffices": "44b2dc2d-4bf8-4afe-a8d0-7395c4543168",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c6bc553f-47a5-4e16-ad82-6e12be1c6807",
"events": "f31d06a4-2811-4df6-9df2-f115540a32c3",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:00.2567326+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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "2f8cc19d-df09-4588-8e35-50d7e20055b2",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "144a1352-8038-4148-aa7c-81d53dc261e1",
"departmentaltargets": "42600724-2bc3-452a-a4b1-0e6d2fc865ca",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "fc01ff42-b3e7-4ed1-855c-175846251fab",
"targets": "5d22f9f5-7fc3-4fbc-af41-cea428ee8f05",
"publishingoffices": "0c27fb45-d99b-4464-860a-d23ed4192a22",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "5d780787-7b49-4bc4-9073-e4ca30a0099e",
"events": "865694e4-26d6-443b-b1f1-d8c7b50b6edf",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:00.2567326+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": "aaa8a657-9bb8-4a4c-b2b0-958229dffa7e"
}
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-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "91b31363-69b4-4eaa-8913-9a4e190c07d8",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "760f754e-e1c1-4bcd-b6bb-54b0d88a587b",
"departmentaltargets": "5c195b33-cf58-407b-ae60-edfe2cb074e1",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "89ae8863-e009-4ed3-892d-e0b23a4d5af5",
"targets": "9be73955-fafc-4b99-aab3-205691f4eebd",
"publishingoffices": "a21230c6-1985-4a6e-8b9e-295f88adbd57",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "a318c36b-d1ba-4f55-9803-f015d4d02372",
"events": "08979ad5-9631-4e8d-bbe4-91e96c390ec6",
"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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "d2097b2d-a5ec-40fe-9070-1a2ba8b8d63d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "4b6a317a-ba87-4877-b6b2-2a0a927889c5",
"departmentaltargets": "16f04014-0e5f-47f0-9b8f-81d73192ae90",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "54f8063f-5398-42ef-96ba-3aba6e5a589b",
"targets": "4cd39def-1f54-4331-8e9f-ccb2353c40a0",
"publishingoffices": "b8750924-d5ba-43a8-9b14-22b81a6f9636",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "58bb0fb8-4f72-4dc3-9ed3-06078d5a416b",
"events": "29e7c8a0-ff1c-4551-91f2-7619bb603d43",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:00.2567326+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-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "54775255-9737-4588-9e88-879ff95a6db7",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "336b4ff7-99f1-4754-8213-183944289067",
"departmentaltargets": "6aef5a97-df15-4882-b973-e1947b0d1a5a",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "879716e2-242c-4d50-bb31-83bca69e2675",
"targets": "4f6388f7-6016-4cd9-8737-4c5513dc43f7",
"publishingoffices": "d93fc1df-a345-4bae-952f-ca1e03546aea",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "a9a475ab-1146-4100-9d3f-73591f481245",
"events": "9862516c-4d2a-4f62-ad14-a53792a8be4d",
"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-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "5e36c6a5-f1bc-4bb5-b650-a52fceade09d",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "a54bfb43-0961-4b3f-85c4-9a53a4d77b9b",
"departmentaltargets": "223c2ce8-a50c-4cca-840a-cbd9e13e3b76",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"targetaudiences": "08049faf-a0ac-41dd-874f-c5bc98710f0f",
"targets": "597933c8-bc3e-471f-ba66-868c52cdcc81",
"publishingoffices": "df3d1315-a4c8-498d-9715-e6ffd0dfafbd",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "92455cd9-535f-470a-b159-1fc2cd8914de",
"events": "28521557-d0d2-4a3f-b15c-8598d1b7967b",
"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-09-12T02:52:00.2567326Z",
"UrlName": "sample string 2",
"organizations": "d52f9768-2d77-4b14-808d-2c302d442afb",
"regionscountries": "8985df17-6f2f-4a7f-8b6d-02e4ca90fde8",
"sustainabledevelopmentgoals": "7ad8435f-794c-4034-a067-9c8a08f15faa",
"departmentaltargets": "90debf9f-3922-4cd2-b591-7381d8a696a1",
"healthtopics": "609e24fd-829c-491f-8ec6-792041794964",
"events": "75ac5052-9720-4d4c-a260-6617f8748be0",
"publishingoffices": "7581f0ca-649c-493a-a950-0fa78b9e48ba",
"WebPageType": "sample string 10",
"targetaudiences": "08f39321-22c4-474d-85a4-9328738b295d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"ShowInNavigation": true,
"ParentId": "8d563374-7b23-41f8-83de-2978a5d842b1",
"RootId": "57f3f660-9c83-45a1-97b5-490f9e1f98ea",
"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": "2b9a36d3-ddcb-4f23-9cb9-7fed9d1e354a",
"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-09-12T02:52:00.2567326Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T02:52:00.2567326Z",
"UrlName": "sample string 2",
"organizations": "d52f9768-2d77-4b14-808d-2c302d442afb",
"regionscountries": "8985df17-6f2f-4a7f-8b6d-02e4ca90fde8",
"sustainabledevelopmentgoals": "7ad8435f-794c-4034-a067-9c8a08f15faa",
"departmentaltargets": "90debf9f-3922-4cd2-b591-7381d8a696a1",
"healthtopics": "609e24fd-829c-491f-8ec6-792041794964",
"events": "75ac5052-9720-4d4c-a260-6617f8748be0",
"publishingoffices": "7581f0ca-649c-493a-a950-0fa78b9e48ba",
"WebPageType": "sample string 10",
"targetaudiences": "08f39321-22c4-474d-85a4-9328738b295d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"ShowInNavigation": true,
"ParentId": "8d563374-7b23-41f8-83de-2978a5d842b1",
"RootId": "57f3f660-9c83-45a1-97b5-490f9e1f98ea",
"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": "2b9a36d3-ddcb-4f23-9cb9-7fed9d1e354a",
"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-09-12T02:52:00.2567326Z",
"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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "80398c4c-773e-4ecb-b953-ec57997e6b62",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "79b18b5d-b084-4158-b189-6e31710c51e3",
"departmentaltargets": "09e9aad0-b0aa-48b3-97dc-f166c05d6e8e",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "14e1fc4e-5287-44a7-9fff-25bf41261f55",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "4cdbf4bd-e588-4780-994d-6a1ad3ad26c1",
"events": "4f777594-f344-41c4-bad0-22f10f362d08",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "40cfa690-ac06-4b91-bca0-3ac848241390",
"publishingoffices": "fc6ccb4d-85dc-4da5-a9b4-b35e7222f120",
"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-09-12T02:52:00.2567326+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-09-12T02:52:00.2567326Z",
"PublicationDate": "2025-09-12T02:52:00.2567326Z",
"DateCreated": "2025-09-12T02:52:00.2567326Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "80398c4c-773e-4ecb-b953-ec57997e6b62",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "79b18b5d-b084-4158-b189-6e31710c51e3",
"departmentaltargets": "09e9aad0-b0aa-48b3-97dc-f166c05d6e8e",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:00.2567326Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "14e1fc4e-5287-44a7-9fff-25bf41261f55",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "4cdbf4bd-e588-4780-994d-6a1ad3ad26c1",
"events": "4f777594-f344-41c4-bad0-22f10f362d08",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "40cfa690-ac06-4b91-bca0-3ac848241390",
"publishingoffices": "fc6ccb4d-85dc-4da5-a9b4-b35e7222f120",
"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-09-12T02:52:00.2567326+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.