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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "634167de-1a56-4eab-932a-33ce372f4063",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "0689af0b-f6c6-4ae8-8aa5-ca20ff9aa69d",
"departmentaltargets": "651c6712-6f25-4bc0-bfcb-762b91731f9a",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "907729c6-e97e-4442-aeb3-27a0751892fa",
"targets": "1c5ca07a-71af-485f-ac54-295ca2fd3fc6",
"publishingoffices": "6aad6155-b7f7-4426-b183-ac62cfd6280f",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "dd90ccd7-2326-4fab-bd2c-45b5cdb15838",
"events": "1904836d-945c-46cf-92f1-d71e4f4f94f6",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "634167de-1a56-4eab-932a-33ce372f4063",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "0689af0b-f6c6-4ae8-8aa5-ca20ff9aa69d",
"departmentaltargets": "651c6712-6f25-4bc0-bfcb-762b91731f9a",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "907729c6-e97e-4442-aeb3-27a0751892fa",
"targets": "1c5ca07a-71af-485f-ac54-295ca2fd3fc6",
"publishingoffices": "6aad6155-b7f7-4426-b183-ac62cfd6280f",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "dd90ccd7-2326-4fab-bd2c-45b5cdb15838",
"events": "1904836d-945c-46cf-92f1-d71e4f4f94f6",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "333625df-c1b4-4e0f-b69f-b755b7ccfeb2",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "af44f3b0-781b-40c2-b7a2-169f8ac5c6f2",
"departmentaltargets": "9608f4aa-9593-4552-aecd-60e1c852d348",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "5b1e2c81-ea5a-4789-b9ef-9a2c47339440",
"targets": "ab224bd8-65a4-49c7-838d-038c1679322a",
"publishingoffices": "0af12693-e2ad-45a2-8ff8-2a068121288f",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "f1e3e7c1-7ea5-4869-8ef0-08f4a55d663b",
"events": "a91ca3c3-2413-4674-9e89-0ce32e9baa4e",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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": "cc335198-012d-4c86-8937-bcde0e65ff9f"
}
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-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "862bad2e-fd0a-4319-bdb9-27b5bf498643",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "1d9dd515-6d2a-4a54-a3cd-5e1b19917f51",
"departmentaltargets": "af325c57-eee5-4e87-81bc-6723b2758283",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "39987b1c-cd5e-48a1-b624-4e8d514a8eb0",
"targets": "6b44af6e-852a-412b-8b2b-e254b7da1500",
"publishingoffices": "c8b3667e-c834-4ecb-a69b-324302d2798f",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "a9a577c8-c828-47db-940d-64ba76d93761",
"events": "2a161819-e7da-4720-a83e-1e036247ab5b",
"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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "61041858-2a17-4a3c-83ac-9dea0933fcba",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "edf5ebd7-2348-4685-8f27-9dffee31cd33",
"departmentaltargets": "5eda3159-4680-4b5b-80c3-16764fe274da",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "e7ba78f5-8e8f-436d-9fd3-55dbf0e6701b",
"targets": "3fa28469-1d60-4b60-9b49-6784ee9ec209",
"publishingoffices": "db306a79-6f67-405a-8cef-b9ca2990b15e",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "ce399855-ff8a-4098-83ee-8dc907ec9e12",
"events": "d9496960-4d9c-4338-84a7-554cc79e3914",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "1c0829e6-5b05-411d-aaa1-f9268f34efb5",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "6563e771-c4e7-495f-8659-f9df33c2a50e",
"departmentaltargets": "b3f902c6-62fd-4fb1-ba8b-3a45384d8f21",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "3ad29d18-dd4a-468e-b6a7-5d0540277ddc",
"targets": "e551b333-e97c-4646-8a91-b3a1883d50f0",
"publishingoffices": "f1d3ddf8-3792-4479-a0ff-96a2f49b9304",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "d8ae652d-74fe-461c-9d1b-a5da75483be5",
"events": "174e8274-a125-405e-ab00-b9c2627d08dc",
"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-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "45e9b34a-18e2-4074-8dfe-743fa56f3fe3",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "b445ed89-1480-4b95-99c9-6ea5936f5a95",
"departmentaltargets": "fed6e72d-d9f5-4f8a-90fb-9534732c0285",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"targetaudiences": "d8120085-7043-42f8-8f22-0172b69b20f2",
"targets": "4320ef2e-a983-4b52-bf5b-1b9ed0793bff",
"publishingoffices": "7d5dd49c-dcbb-4a9c-aadd-bd967b6c2ff6",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "b0e896de-c245-459a-bc40-548f17c965cd",
"events": "aac566ba-a0b2-4361-a52a-8c7999ea98b8",
"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-10-10T01:39:06.4605872Z",
"UrlName": "sample string 2",
"organizations": "2435fb81-0d6e-40c5-bd59-a2ce66712ee1",
"regionscountries": "e3e18b8e-564b-4b57-9fae-f3bae512c11d",
"sustainabledevelopmentgoals": "7d5a39c6-5277-45ff-a27b-f6df595289ae",
"departmentaltargets": "c10c9fe2-a858-490e-b240-525d6a484263",
"healthtopics": "bc139348-4f2f-4c04-8512-6c7f3b4f23e4",
"events": "0ef26651-1147-43e6-8f7a-74a5cba558d2",
"publishingoffices": "d15c5931-1962-41af-908a-e7a1da736742",
"WebPageType": "sample string 10",
"targetaudiences": "d668110c-5c83-4e18-a09e-55c638425663",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"ShowInNavigation": true,
"ParentId": "79dfa90d-1e15-40b4-8da6-c23ce53fdfd7",
"RootId": "04b0f01c-4f9a-4e28-aebf-c00abb5c88db",
"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": "3de8341b-44e7-4c9f-bd22-d666602956cf",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-10T01:39:06.4605872Z",
"UrlName": "sample string 2",
"organizations": "2435fb81-0d6e-40c5-bd59-a2ce66712ee1",
"regionscountries": "e3e18b8e-564b-4b57-9fae-f3bae512c11d",
"sustainabledevelopmentgoals": "7d5a39c6-5277-45ff-a27b-f6df595289ae",
"departmentaltargets": "c10c9fe2-a858-490e-b240-525d6a484263",
"healthtopics": "bc139348-4f2f-4c04-8512-6c7f3b4f23e4",
"events": "0ef26651-1147-43e6-8f7a-74a5cba558d2",
"publishingoffices": "d15c5931-1962-41af-908a-e7a1da736742",
"WebPageType": "sample string 10",
"targetaudiences": "d668110c-5c83-4e18-a09e-55c638425663",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"ShowInNavigation": true,
"ParentId": "79dfa90d-1e15-40b4-8da6-c23ce53fdfd7",
"RootId": "04b0f01c-4f9a-4e28-aebf-c00abb5c88db",
"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": "3de8341b-44e7-4c9f-bd22-d666602956cf",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "871a516a-f43c-4a46-90ec-8f38a16a596f",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "86d5e989-2870-4384-8317-5cbdbe15b98f",
"departmentaltargets": "6a81b61c-b23a-4d6c-9c19-fb4f53212501",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "4d578c84-52ed-403b-934a-c148d7c3c3b5",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "8ccb2455-4f77-4b87-b843-561112eba2ad",
"events": "d065c026-f875-4090-847e-5fafc87a10ba",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "fdc86e64-1d7f-42c8-9666-3ebd603c564f",
"publishingoffices": "38216c8e-3423-4c54-aa8b-de56e3495842",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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-10-10T01:39:06.4605872Z",
"PublicationDate": "2025-10-10T01:39:06.4605872Z",
"DateCreated": "2025-10-10T01:39:06.4605872Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "871a516a-f43c-4a46-90ec-8f38a16a596f",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "86d5e989-2870-4384-8317-5cbdbe15b98f",
"departmentaltargets": "6a81b61c-b23a-4d6c-9c19-fb4f53212501",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-10T01:39:06.4605872Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "4d578c84-52ed-403b-934a-c148d7c3c3b5",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "8ccb2455-4f77-4b87-b843-561112eba2ad",
"events": "d065c026-f875-4090-847e-5fafc87a10ba",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "fdc86e64-1d7f-42c8-9666-3ebd603c564f",
"publishingoffices": "38216c8e-3423-4c54-aa8b-de56e3495842",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-10T01:39:06.4605872+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.