Returns a set of data items of type sites1.
GET /api/multimedias/sites1
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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "0bf21deb-2a82-4f55-a500-e055e55e35c0",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "0bf21deb-2a82-4f55-a500-e055e55e35c0",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets sites1 item by id.
GET /api/multimedias/sites1({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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "837eb302-bb63-4fc4-a564-7d3a47f37553",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from sites1 item.
GET /api/multimedias/sites1({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": "91809d5f-b327-4bb5-a185-aac0759c3def"
}Creates a sites1 item.
POST /api/multimedias/sites1
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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Url": "sample string 6",
"HealthTopicsRootPageRelativeUrl": "sample string 7",
"Subtitle": "sample string 8",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 9",
"ActivitiesRootPageRelativeUrl": "sample string 10",
"sites": "ff0ed2c8-e5e5-48b7-8f95-f440b3481f16"
}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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "97d43a59-343d-4fb6-bea0-6f77ccc0f362",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for sites1 item.
PATCH /api/multimedias/sites1({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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Url": "sample string 6",
"HealthTopicsRootPageRelativeUrl": "sample string 7",
"Subtitle": "sample string 8",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 9",
"ActivitiesRootPageRelativeUrl": "sample string 10",
"sites": "80ebad0c-77ce-41a7-b6d5-5d672b0287b4"
}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 sites1 item.
PUT /api/multimedias/sites1({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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Url": "sample string 6",
"HealthTopicsRootPageRelativeUrl": "sample string 7",
"Subtitle": "sample string 8",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 9",
"ActivitiesRootPageRelativeUrl": "sample string 10",
"sites": "dd71fb5c-d9d9-4b17-8850-ca9d90def835"
}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 sites1 item by Id.
DELETE /api/multimedias/sites1({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 MeetingReportsHub from sites1 item.
GET /api/multimedias/sites1({key})/MeetingReportsHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "ca088b81-0736-4e58-b80c-74a71a9c2322",
"regionscountries": "b7d9d121-4664-4cd5-afa5-059726e52dfe",
"sustainabledevelopmentgoals": "af17a3b8-9ea7-4682-9075-6d90528bc3cb",
"departmentaltargets": "2384b8f3-ac1d-42cc-8f4c-98f1d7af5b33",
"healthtopics": "204693cd-d1ce-44c7-8a2c-dc52b5b5c13c",
"events": "458ee3cc-f7a5-417e-857f-c8e257c65679",
"publishingoffices": "2cf9e61b-1ba2-4601-9336-607583fe34e5",
"WebPageType": "sample string 10",
"targetaudiences": "c20bd987-c6b0-4687-8ce7-e1eaacbe77b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "eb6cdfbc-c592-4031-8122-a0ff3e65ce1f",
"RootId": "27b36786-0a2f-4894-a494-27c9246fe881",
"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": "634f7bd5-5e3b-47b8-b6cf-e54575f68e64",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "ca088b81-0736-4e58-b80c-74a71a9c2322",
"regionscountries": "b7d9d121-4664-4cd5-afa5-059726e52dfe",
"sustainabledevelopmentgoals": "af17a3b8-9ea7-4682-9075-6d90528bc3cb",
"departmentaltargets": "2384b8f3-ac1d-42cc-8f4c-98f1d7af5b33",
"healthtopics": "204693cd-d1ce-44c7-8a2c-dc52b5b5c13c",
"events": "458ee3cc-f7a5-417e-857f-c8e257c65679",
"publishingoffices": "2cf9e61b-1ba2-4601-9336-607583fe34e5",
"WebPageType": "sample string 10",
"targetaudiences": "c20bd987-c6b0-4687-8ce7-e1eaacbe77b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "eb6cdfbc-c592-4031-8122-a0ff3e65ce1f",
"RootId": "27b36786-0a2f-4894-a494-27c9246fe881",
"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": "634f7bd5-5e3b-47b8-b6cf-e54575f68e64",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add MeetingReportsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/MeetingReportsHub/$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 MeetingReportsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/MeetingReportsHub/$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 FeatureStoriesHub from sites1 item.
GET /api/multimedias/sites1({key})/FeatureStoriesHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "951a5558-cf66-41bd-a484-2e7d19c5d078",
"regionscountries": "f1828cb9-f2bc-44f3-8874-7f2d1294038d",
"sustainabledevelopmentgoals": "60d5b7ec-3151-429f-a2fd-47da04d3fa0a",
"departmentaltargets": "b106731b-b7ac-47a5-a504-994288404472",
"healthtopics": "030830a0-3e11-4437-860d-0133d0225cf5",
"events": "bce963ec-e01e-46bd-98d5-7506bfc2e840",
"publishingoffices": "c5dea487-f039-45c0-b0c5-c209099f9b62",
"WebPageType": "sample string 10",
"targetaudiences": "1592ef08-5695-41ad-8d40-c635f8536b84",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "b290a44f-7c31-4eba-ba29-50bde0131a43",
"RootId": "28535b54-d814-4bcb-b096-ef9af4e28062",
"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": "2937b545-1a1e-4684-9b8d-7758449bea2b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "951a5558-cf66-41bd-a484-2e7d19c5d078",
"regionscountries": "f1828cb9-f2bc-44f3-8874-7f2d1294038d",
"sustainabledevelopmentgoals": "60d5b7ec-3151-429f-a2fd-47da04d3fa0a",
"departmentaltargets": "b106731b-b7ac-47a5-a504-994288404472",
"healthtopics": "030830a0-3e11-4437-860d-0133d0225cf5",
"events": "bce963ec-e01e-46bd-98d5-7506bfc2e840",
"publishingoffices": "c5dea487-f039-45c0-b0c5-c209099f9b62",
"WebPageType": "sample string 10",
"targetaudiences": "1592ef08-5695-41ad-8d40-c635f8536b84",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "b290a44f-7c31-4eba-ba29-50bde0131a43",
"RootId": "28535b54-d814-4bcb-b096-ef9af4e28062",
"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": "2937b545-1a1e-4684-9b8d-7758449bea2b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add FeatureStoriesHub relation to sites1 item.
POST /api/multimedias/sites1({key})/FeatureStoriesHub/$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 FeatureStoriesHub from sites1 item.
DELETE /api/multimedias/sites1({key})/FeatureStoriesHub/$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 SpeechesHub from sites1 item.
GET /api/multimedias/sites1({key})/SpeechesHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "a7fc2113-09d5-4166-9744-778b41116eed",
"regionscountries": "fec70a94-291e-43d2-bffc-da4c0874ee56",
"sustainabledevelopmentgoals": "cbc45b05-99c4-497f-93ba-e67e2418d936",
"departmentaltargets": "7e464afe-f571-45ff-9b28-088c44d199ca",
"healthtopics": "eeb675de-d50f-4311-afad-3eafc60e5876",
"events": "cc8bb18b-3dd4-4aa9-81ff-fc34de8a2284",
"publishingoffices": "79c62a6f-265c-45eb-aba3-4be949cb03fe",
"WebPageType": "sample string 10",
"targetaudiences": "7f6dd4c8-9735-41be-98f7-9a49f15e6aec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "b699731b-5149-401b-be67-0c077dd266c3",
"RootId": "da1b435c-1538-40d8-9257-0787e3a7adfc",
"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": "cd36e108-bfa4-498d-9cba-6a49aa096279",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "a7fc2113-09d5-4166-9744-778b41116eed",
"regionscountries": "fec70a94-291e-43d2-bffc-da4c0874ee56",
"sustainabledevelopmentgoals": "cbc45b05-99c4-497f-93ba-e67e2418d936",
"departmentaltargets": "7e464afe-f571-45ff-9b28-088c44d199ca",
"healthtopics": "eeb675de-d50f-4311-afad-3eafc60e5876",
"events": "cc8bb18b-3dd4-4aa9-81ff-fc34de8a2284",
"publishingoffices": "79c62a6f-265c-45eb-aba3-4be949cb03fe",
"WebPageType": "sample string 10",
"targetaudiences": "7f6dd4c8-9735-41be-98f7-9a49f15e6aec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "b699731b-5149-401b-be67-0c077dd266c3",
"RootId": "da1b435c-1538-40d8-9257-0787e3a7adfc",
"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": "cd36e108-bfa4-498d-9cba-6a49aa096279",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpeechesHub relation to sites1 item.
POST /api/multimedias/sites1({key})/SpeechesHub/$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 SpeechesHub from sites1 item.
DELETE /api/multimedias/sites1({key})/SpeechesHub/$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 NewsHub from sites1 item.
GET /api/multimedias/sites1({key})/NewsHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "7a28a8ea-f6a2-406e-b055-8976f8f909f6",
"regionscountries": "2c6a2c23-2c9d-404c-a376-ac86ce3bd26a",
"sustainabledevelopmentgoals": "43a6d88e-322e-4ef8-aeed-0f856e8c8e74",
"departmentaltargets": "b0ca186f-7210-42db-be53-204f76edd3f2",
"healthtopics": "ae20f766-fbff-44a9-a9f1-b1ac48a83858",
"events": "2f9b55c0-6870-4840-b904-f57a8fb1653c",
"publishingoffices": "3850a62d-6277-4b33-b4fc-cd11830f44b2",
"WebPageType": "sample string 10",
"targetaudiences": "ee8b7f79-b462-420b-ac08-e7591a4e8e16",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "5f7881a5-718a-4293-a183-9d7284119e46",
"RootId": "2793e7b2-4f3b-437a-909e-d90b3569103e",
"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": "8117d33a-8b4c-40aa-8efc-1773bb6a463e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "7a28a8ea-f6a2-406e-b055-8976f8f909f6",
"regionscountries": "2c6a2c23-2c9d-404c-a376-ac86ce3bd26a",
"sustainabledevelopmentgoals": "43a6d88e-322e-4ef8-aeed-0f856e8c8e74",
"departmentaltargets": "b0ca186f-7210-42db-be53-204f76edd3f2",
"healthtopics": "ae20f766-fbff-44a9-a9f1-b1ac48a83858",
"events": "2f9b55c0-6870-4840-b904-f57a8fb1653c",
"publishingoffices": "3850a62d-6277-4b33-b4fc-cd11830f44b2",
"WebPageType": "sample string 10",
"targetaudiences": "ee8b7f79-b462-420b-ac08-e7591a4e8e16",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "5f7881a5-718a-4293-a183-9d7284119e46",
"RootId": "2793e7b2-4f3b-437a-909e-d90b3569103e",
"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": "8117d33a-8b4c-40aa-8efc-1773bb6a463e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add NewsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/NewsHub/$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 NewsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/NewsHub/$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 Logo from sites1 item.
GET /api/multimedias/sites1({key})/Logo
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "13b20551-5414-4798-b1e4-39f449a51ae5",
"publishingoffices": "cbb0db08-85b0-40d0-9e57-c63bebf1088e",
"events": "a403685a-b33c-4086-bbe0-a7a9e6d0640e",
"targets": "819d5934-54ef-4cd1-adb6-5f04d972e0b0",
"Category": "248d61db-9d74-4811-b0fa-d770845a2d18",
"imagetypes": "943d01cf-c1c2-4d96-b03b-889876b11c8d",
"departmentaltargets": "b8aea1d6-02ae-409f-9071-d8c6e3d6821a",
"stakeholders": "1cfc084b-eda6-42fb-a941-9430772ca84f",
"Tags": "74b5754d-d6d1-46c4-b18c-da25e8d4024e",
"healthtopics": "6cf8586c-2619-4913-843d-fd2c9c29c696",
"targetaudiences": "66ed76a3-8690-4b80-b94a-cbba4ef416da",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "874e38d1-2939-4337-9463-65770bdd9200",
"ParentId": "e9c93fa4-34b3-426d-95c7-78f8f1835432",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "13b20551-5414-4798-b1e4-39f449a51ae5",
"publishingoffices": "cbb0db08-85b0-40d0-9e57-c63bebf1088e",
"events": "a403685a-b33c-4086-bbe0-a7a9e6d0640e",
"targets": "819d5934-54ef-4cd1-adb6-5f04d972e0b0",
"Category": "248d61db-9d74-4811-b0fa-d770845a2d18",
"imagetypes": "943d01cf-c1c2-4d96-b03b-889876b11c8d",
"departmentaltargets": "b8aea1d6-02ae-409f-9071-d8c6e3d6821a",
"stakeholders": "1cfc084b-eda6-42fb-a941-9430772ca84f",
"Tags": "74b5754d-d6d1-46c4-b18c-da25e8d4024e",
"healthtopics": "6cf8586c-2619-4913-843d-fd2c9c29c696",
"targetaudiences": "66ed76a3-8690-4b80-b94a-cbba4ef416da",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "874e38d1-2939-4337-9463-65770bdd9200",
"ParentId": "e9c93fa4-34b3-426d-95c7-78f8f1835432",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Logo relation to sites1 item.
POST /api/multimedias/sites1({key})/Logo/$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 Logo from sites1 item.
DELETE /api/multimedias/sites1({key})/Logo/$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 PeopleHub from sites1 item.
GET /api/multimedias/sites1({key})/PeopleHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "ad928aa5-636e-41a9-8eb2-8a5c3acf592a",
"regionscountries": "bad4621c-0e7e-46f9-9b8b-e84018a05c97",
"sustainabledevelopmentgoals": "042dfaab-e045-4129-b675-119657ec15b6",
"departmentaltargets": "bd3ba6aa-be06-4048-885d-d40058eeca40",
"healthtopics": "a422a3ea-aea4-47ce-9d4a-c58b753ea0bd",
"events": "400f15a4-ffaf-4976-89bf-e0f1f7c4c61d",
"publishingoffices": "5561f082-21e5-4ec4-8d2d-3d2ca028e4b0",
"WebPageType": "sample string 10",
"targetaudiences": "b22fa1fa-8c86-4e77-b0d5-1c8b7532478b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "394f6915-ae56-4620-ac6b-78168046c51f",
"RootId": "809d5054-01fe-47f6-b8da-3bf904b489a4",
"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": "f1a2ce06-cc4a-468f-8594-3a1268ab5cb9",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "ad928aa5-636e-41a9-8eb2-8a5c3acf592a",
"regionscountries": "bad4621c-0e7e-46f9-9b8b-e84018a05c97",
"sustainabledevelopmentgoals": "042dfaab-e045-4129-b675-119657ec15b6",
"departmentaltargets": "bd3ba6aa-be06-4048-885d-d40058eeca40",
"healthtopics": "a422a3ea-aea4-47ce-9d4a-c58b753ea0bd",
"events": "400f15a4-ffaf-4976-89bf-e0f1f7c4c61d",
"publishingoffices": "5561f082-21e5-4ec4-8d2d-3d2ca028e4b0",
"WebPageType": "sample string 10",
"targetaudiences": "b22fa1fa-8c86-4e77-b0d5-1c8b7532478b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "394f6915-ae56-4620-ac6b-78168046c51f",
"RootId": "809d5054-01fe-47f6-b8da-3bf904b489a4",
"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": "f1a2ce06-cc4a-468f-8594-3a1268ab5cb9",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add PeopleHub relation to sites1 item.
POST /api/multimedias/sites1({key})/PeopleHub/$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 PeopleHub from sites1 item.
DELETE /api/multimedias/sites1({key})/PeopleHub/$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 FactSheetsHub from sites1 item.
GET /api/multimedias/sites1({key})/FactSheetsHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "e5bbadea-4717-4bf4-aa58-4b6e6ea58756",
"regionscountries": "f87cab45-f7d5-44ff-851b-c4f4dade791b",
"sustainabledevelopmentgoals": "a55e6baf-d714-4cba-a590-b7f7435b534d",
"departmentaltargets": "8ed18c53-559d-4631-abea-f345474b340f",
"healthtopics": "572e94b0-b95d-4d03-b2a2-563f69b70ded",
"events": "b6c7ea0f-be8c-4d8a-b7e9-c26d6fd7c3f8",
"publishingoffices": "78a2a8c5-0148-4879-9ddd-87cbbde3a6b3",
"WebPageType": "sample string 10",
"targetaudiences": "f23ce87f-08ca-4acc-b2f4-30ac4c70e2db",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "0aad3aa7-12be-44b9-b2fc-49a1920d6893",
"RootId": "2de6f95a-ebe8-4c32-9c6d-39eafaf40388",
"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": "ebfda234-e788-4f45-86a3-ef6028b10110",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "e5bbadea-4717-4bf4-aa58-4b6e6ea58756",
"regionscountries": "f87cab45-f7d5-44ff-851b-c4f4dade791b",
"sustainabledevelopmentgoals": "a55e6baf-d714-4cba-a590-b7f7435b534d",
"departmentaltargets": "8ed18c53-559d-4631-abea-f345474b340f",
"healthtopics": "572e94b0-b95d-4d03-b2a2-563f69b70ded",
"events": "b6c7ea0f-be8c-4d8a-b7e9-c26d6fd7c3f8",
"publishingoffices": "78a2a8c5-0148-4879-9ddd-87cbbde3a6b3",
"WebPageType": "sample string 10",
"targetaudiences": "f23ce87f-08ca-4acc-b2f4-30ac4c70e2db",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "0aad3aa7-12be-44b9-b2fc-49a1920d6893",
"RootId": "2de6f95a-ebe8-4c32-9c6d-39eafaf40388",
"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": "ebfda234-e788-4f45-86a3-ef6028b10110",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add FactSheetsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/FactSheetsHub/$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 FactSheetsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/FactSheetsHub/$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 Children from sites1 item.
GET /api/multimedias/sites1({key})/Children
| 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 | |
| Title | System.String | Read only: False | |
| Url | System.String | Read only: False | |
| HealthTopicsRootPageRelativeUrl | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoriesDetailsPageRelativeUrl | System.String | Read only: False | |
| ActivitiesRootPageRelativeUrl | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "464f2195-1d44-42b8-906a-49818a116bf0",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Url": "sample string 9",
"HealthTopicsRootPageRelativeUrl": "sample string 10",
"Subtitle": "sample string 11",
"FeatureStoriesDetailsPageRelativeUrl": "sample string 12",
"ActivitiesRootPageRelativeUrl": "sample string 13",
"sites": "464f2195-1d44-42b8-906a-49818a116bf0",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-25T20:28:43.8446793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Children relation to sites1 item.
POST /api/multimedias/sites1({key})/Children/$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 Children from sites1 item.
DELETE /api/multimedias/sites1({key})/Children/$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 CommentariesHub from sites1 item.
GET /api/multimedias/sites1({key})/CommentariesHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "36a99dec-69c5-4d82-b148-2e29b93c431f",
"regionscountries": "9e7a7124-5a7b-43e8-9a5b-9d010e862b7b",
"sustainabledevelopmentgoals": "421a837e-5582-476e-8dc5-cfb625504056",
"departmentaltargets": "695d08eb-ea7f-4dc1-830a-e24fb9bb650c",
"healthtopics": "ef60aca8-2f88-441f-b731-4c9ce9a36f3a",
"events": "1ced1c74-3130-4b14-b8b7-c713bdab08e0",
"publishingoffices": "a5da9e80-db72-443c-bda6-6af8283e85e8",
"WebPageType": "sample string 10",
"targetaudiences": "0826415f-fa5b-4b50-b733-a45cba8878a5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "75c70103-4a9f-4115-a16b-a7bddc306e56",
"RootId": "d309d7de-d7c4-44b6-b68b-53ec972a588d",
"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": "8aa11987-fbab-4d8c-89a1-9620b398a61a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "36a99dec-69c5-4d82-b148-2e29b93c431f",
"regionscountries": "9e7a7124-5a7b-43e8-9a5b-9d010e862b7b",
"sustainabledevelopmentgoals": "421a837e-5582-476e-8dc5-cfb625504056",
"departmentaltargets": "695d08eb-ea7f-4dc1-830a-e24fb9bb650c",
"healthtopics": "ef60aca8-2f88-441f-b731-4c9ce9a36f3a",
"events": "1ced1c74-3130-4b14-b8b7-c713bdab08e0",
"publishingoffices": "a5da9e80-db72-443c-bda6-6af8283e85e8",
"WebPageType": "sample string 10",
"targetaudiences": "0826415f-fa5b-4b50-b733-a45cba8878a5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "75c70103-4a9f-4115-a16b-a7bddc306e56",
"RootId": "d309d7de-d7c4-44b6-b68b-53ec972a588d",
"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": "8aa11987-fbab-4d8c-89a1-9620b398a61a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CommentariesHub relation to sites1 item.
POST /api/multimedias/sites1({key})/CommentariesHub/$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 CommentariesHub from sites1 item.
DELETE /api/multimedias/sites1({key})/CommentariesHub/$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 EventsHub from sites1 item.
GET /api/multimedias/sites1({key})/EventsHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "f57085ff-bbe5-4768-9cde-3280f347427e",
"regionscountries": "9efeeca3-6722-41ed-ba25-3c00d0d4412e",
"sustainabledevelopmentgoals": "eeee53bb-9f2e-48a8-a5fa-dd232a2c0da6",
"departmentaltargets": "97391e87-8dbf-4719-b8b8-dee38613348a",
"healthtopics": "61ccea25-1338-4e6c-9f0e-a7e91c558533",
"events": "c1bf4e01-41ae-48c8-8169-c79775650fb4",
"publishingoffices": "2b8e6c6e-c748-464b-865b-4352b13d8200",
"WebPageType": "sample string 10",
"targetaudiences": "3de18a9e-40d0-4d68-97e4-3ee7378820ad",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "d695ab0f-eaa9-4ade-8240-03cfbdb14505",
"RootId": "81d709ca-444a-4678-a7aa-9f2e42d6ff22",
"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": "f33b2d94-b56d-4bd8-8dbf-4096d7b6a998",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "f57085ff-bbe5-4768-9cde-3280f347427e",
"regionscountries": "9efeeca3-6722-41ed-ba25-3c00d0d4412e",
"sustainabledevelopmentgoals": "eeee53bb-9f2e-48a8-a5fa-dd232a2c0da6",
"departmentaltargets": "97391e87-8dbf-4719-b8b8-dee38613348a",
"healthtopics": "61ccea25-1338-4e6c-9f0e-a7e91c558533",
"events": "c1bf4e01-41ae-48c8-8169-c79775650fb4",
"publishingoffices": "2b8e6c6e-c748-464b-865b-4352b13d8200",
"WebPageType": "sample string 10",
"targetaudiences": "3de18a9e-40d0-4d68-97e4-3ee7378820ad",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "d695ab0f-eaa9-4ade-8240-03cfbdb14505",
"RootId": "81d709ca-444a-4678-a7aa-9f2e42d6ff22",
"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": "f33b2d94-b56d-4bd8-8dbf-4096d7b6a998",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add EventsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/EventsHub/$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 EventsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/EventsHub/$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 Image from sites1 item.
GET /api/multimedias/sites1({key})/Image
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "349f076b-0d7e-4e1a-be45-0d564605a6aa",
"publishingoffices": "6ad93f5a-370d-462a-9be8-a467d9fd015b",
"events": "611a1fe2-31ea-4a9a-90ca-64938a83ae6a",
"targets": "ae64636d-b39e-454c-8292-aa53c0818bd4",
"Category": "e6cf4236-1f4b-4361-b016-bacaf080fb0f",
"imagetypes": "b76caea6-9d19-47f7-ae51-40ed62e3b4db",
"departmentaltargets": "da8a1bae-378d-4d05-82ec-2dd205af1520",
"stakeholders": "0bc2b02b-ef39-4ca1-bc71-0be6328f4735",
"Tags": "dad966ee-887a-497f-9201-f5ae933f5556",
"healthtopics": "98f0dd30-80e5-4b50-b12d-78d3e37d01da",
"targetaudiences": "ab323b97-713d-49db-b121-b439957b49fc",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d269c5d4-e785-41d0-9a13-b4765623ce93",
"ParentId": "f41bd3db-a121-4cf5-9068-329058c088c4",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "349f076b-0d7e-4e1a-be45-0d564605a6aa",
"publishingoffices": "6ad93f5a-370d-462a-9be8-a467d9fd015b",
"events": "611a1fe2-31ea-4a9a-90ca-64938a83ae6a",
"targets": "ae64636d-b39e-454c-8292-aa53c0818bd4",
"Category": "e6cf4236-1f4b-4361-b016-bacaf080fb0f",
"imagetypes": "b76caea6-9d19-47f7-ae51-40ed62e3b4db",
"departmentaltargets": "da8a1bae-378d-4d05-82ec-2dd205af1520",
"stakeholders": "0bc2b02b-ef39-4ca1-bc71-0be6328f4735",
"Tags": "dad966ee-887a-497f-9201-f5ae933f5556",
"healthtopics": "98f0dd30-80e5-4b50-b12d-78d3e37d01da",
"targetaudiences": "ab323b97-713d-49db-b121-b439957b49fc",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d269c5d4-e785-41d0-9a13-b4765623ce93",
"ParentId": "f41bd3db-a121-4cf5-9068-329058c088c4",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Image relation to sites1 item.
POST /api/multimedias/sites1({key})/Image/$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 Image from sites1 item.
DELETE /api/multimedias/sites1({key})/Image/$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 CountriesOverviewHub from sites1 item.
GET /api/multimedias/sites1({key})/CountriesOverviewHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "1c1cd578-62f1-4cc6-8a7b-e46834862ceb",
"regionscountries": "0e4cbac5-cc48-4960-b4b9-bcc40014db75",
"sustainabledevelopmentgoals": "c6203eff-474d-4ca5-ab46-46e4120a7b27",
"departmentaltargets": "c6eeb211-d265-4307-adff-89fee2585fd2",
"healthtopics": "35696604-25e5-4dea-b682-d5dc68ece892",
"events": "8a8e4d7a-095b-48c4-b78e-471c2316a292",
"publishingoffices": "0c6d2074-0995-4a8f-8d46-45de44527e1a",
"WebPageType": "sample string 10",
"targetaudiences": "a0f2eefc-8cbd-4d1d-845e-39f0d6e8116a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "3c166e56-6a6b-4fc4-b1a1-8c9c2c36db36",
"RootId": "7e327fc8-3a05-472e-ba02-3d67a8f56482",
"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": "e32e9d66-e8d4-45d9-8005-a4b81cae6cd8",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8446793Z",
"UrlName": "sample string 2",
"organizations": "1c1cd578-62f1-4cc6-8a7b-e46834862ceb",
"regionscountries": "0e4cbac5-cc48-4960-b4b9-bcc40014db75",
"sustainabledevelopmentgoals": "c6203eff-474d-4ca5-ab46-46e4120a7b27",
"departmentaltargets": "c6eeb211-d265-4307-adff-89fee2585fd2",
"healthtopics": "35696604-25e5-4dea-b682-d5dc68ece892",
"events": "8a8e4d7a-095b-48c4-b78e-471c2316a292",
"publishingoffices": "0c6d2074-0995-4a8f-8d46-45de44527e1a",
"WebPageType": "sample string 10",
"targetaudiences": "a0f2eefc-8cbd-4d1d-845e-39f0d6e8116a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8446793Z",
"ShowInNavigation": true,
"ParentId": "3c166e56-6a6b-4fc4-b1a1-8c9c2c36db36",
"RootId": "7e327fc8-3a05-472e-ba02-3d67a8f56482",
"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": "e32e9d66-e8d4-45d9-8005-a4b81cae6cd8",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8446793Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CountriesOverviewHub relation to sites1 item.
POST /api/multimedias/sites1({key})/CountriesOverviewHub/$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 CountriesOverviewHub from sites1 item.
DELETE /api/multimedias/sites1({key})/CountriesOverviewHub/$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 MultimediaHub from sites1 item.
GET /api/multimedias/sites1({key})/MultimediaHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "ede44fdc-b367-4b97-85c9-ade602463da0",
"regionscountries": "6fd792c4-68d8-4a2b-8be6-3474eedcc7b4",
"sustainabledevelopmentgoals": "b839456d-6cdc-486b-806e-07470a2b4314",
"departmentaltargets": "e7c8ccab-63a9-49b1-a864-782369ff13e7",
"healthtopics": "8e7e7995-f20a-4b1a-99d9-27ce7adc91ef",
"events": "162f9090-e8d1-4ec6-992e-1b7925cf7ac2",
"publishingoffices": "a741a57b-4e83-4642-b55f-88ccdfbca202",
"WebPageType": "sample string 10",
"targetaudiences": "00a42644-40fe-4a6d-8453-f2020b0a6e91",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "bb6961cb-b28b-4ce8-b43d-304d5ede7f09",
"RootId": "0bb76550-38ce-4ece-bf70-576f3f975d31",
"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": "6497f122-877f-43c9-a062-3a30d00cf403",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "ede44fdc-b367-4b97-85c9-ade602463da0",
"regionscountries": "6fd792c4-68d8-4a2b-8be6-3474eedcc7b4",
"sustainabledevelopmentgoals": "b839456d-6cdc-486b-806e-07470a2b4314",
"departmentaltargets": "e7c8ccab-63a9-49b1-a864-782369ff13e7",
"healthtopics": "8e7e7995-f20a-4b1a-99d9-27ce7adc91ef",
"events": "162f9090-e8d1-4ec6-992e-1b7925cf7ac2",
"publishingoffices": "a741a57b-4e83-4642-b55f-88ccdfbca202",
"WebPageType": "sample string 10",
"targetaudiences": "00a42644-40fe-4a6d-8453-f2020b0a6e91",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "bb6961cb-b28b-4ce8-b43d-304d5ede7f09",
"RootId": "0bb76550-38ce-4ece-bf70-576f3f975d31",
"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": "6497f122-877f-43c9-a062-3a30d00cf403",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add MultimediaHub relation to sites1 item.
POST /api/multimedias/sites1({key})/MultimediaHub/$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 MultimediaHub from sites1 item.
DELETE /api/multimedias/sites1({key})/MultimediaHub/$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 GroupHub from sites1 item.
GET /api/multimedias/sites1({key})/GroupHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "c967437b-1c89-4819-ba7b-8cf85e6dbdfb",
"regionscountries": "cc87ddd4-1c8b-4a99-b0a5-d5bb7be86e89",
"sustainabledevelopmentgoals": "73b9e965-6095-4848-9863-71ea609e577f",
"departmentaltargets": "b6ccca79-af10-4905-88cd-badbefb789f7",
"healthtopics": "bc302997-f2aa-4433-8509-42661d4aef86",
"events": "53c9228d-0c8b-4377-875e-9331b812c055",
"publishingoffices": "ab39138a-5679-419a-8dbb-281b5bc5b5a8",
"WebPageType": "sample string 10",
"targetaudiences": "d9b4c412-6762-4b7a-adfb-f55fdb9cb2b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "6c96f41e-aa46-4ca0-b1aa-05230104dfc2",
"RootId": "e414c62f-2a69-4f98-9aae-89eae18c7ba6",
"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": "57fa4f3b-d0d0-45db-a9f4-fea3612da923",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "c967437b-1c89-4819-ba7b-8cf85e6dbdfb",
"regionscountries": "cc87ddd4-1c8b-4a99-b0a5-d5bb7be86e89",
"sustainabledevelopmentgoals": "73b9e965-6095-4848-9863-71ea609e577f",
"departmentaltargets": "b6ccca79-af10-4905-88cd-badbefb789f7",
"healthtopics": "bc302997-f2aa-4433-8509-42661d4aef86",
"events": "53c9228d-0c8b-4377-875e-9331b812c055",
"publishingoffices": "ab39138a-5679-419a-8dbb-281b5bc5b5a8",
"WebPageType": "sample string 10",
"targetaudiences": "d9b4c412-6762-4b7a-adfb-f55fdb9cb2b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "6c96f41e-aa46-4ca0-b1aa-05230104dfc2",
"RootId": "e414c62f-2a69-4f98-9aae-89eae18c7ba6",
"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": "57fa4f3b-d0d0-45db-a9f4-fea3612da923",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add GroupHub relation to sites1 item.
POST /api/multimedias/sites1({key})/GroupHub/$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 GroupHub from sites1 item.
DELETE /api/multimedias/sites1({key})/GroupHub/$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 PublicationsHub from sites1 item.
GET /api/multimedias/sites1({key})/PublicationsHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "cac7cf26-b300-497a-b9e1-224fca983e8f",
"regionscountries": "61cf8a5a-7738-4cf6-8a4d-8994c533a6e0",
"sustainabledevelopmentgoals": "9dbfcacb-ecbc-4b77-8a77-9f68d8f1a445",
"departmentaltargets": "b2872c00-da6f-4873-9cd0-8d28f2ea2ea8",
"healthtopics": "21941c39-d491-4afc-a50d-2dd4a3e7b076",
"events": "fa24c933-11ff-4073-a64e-a66d1eef173f",
"publishingoffices": "d0b1d062-e030-471d-ab8d-9dea7182f985",
"WebPageType": "sample string 10",
"targetaudiences": "df886fe1-fe33-46d6-b287-2b554706019d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "93df52c7-cdbb-409c-8249-9ed890b865d0",
"RootId": "731e218b-6d10-4358-83b3-2509b1badb0e",
"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": "605868cf-ce1e-4b37-b34f-5c035a979d8c",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "cac7cf26-b300-497a-b9e1-224fca983e8f",
"regionscountries": "61cf8a5a-7738-4cf6-8a4d-8994c533a6e0",
"sustainabledevelopmentgoals": "9dbfcacb-ecbc-4b77-8a77-9f68d8f1a445",
"departmentaltargets": "b2872c00-da6f-4873-9cd0-8d28f2ea2ea8",
"healthtopics": "21941c39-d491-4afc-a50d-2dd4a3e7b076",
"events": "fa24c933-11ff-4073-a64e-a66d1eef173f",
"publishingoffices": "d0b1d062-e030-471d-ab8d-9dea7182f985",
"WebPageType": "sample string 10",
"targetaudiences": "df886fe1-fe33-46d6-b287-2b554706019d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "93df52c7-cdbb-409c-8249-9ed890b865d0",
"RootId": "731e218b-6d10-4358-83b3-2509b1badb0e",
"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": "605868cf-ce1e-4b37-b34f-5c035a979d8c",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add PublicationsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/PublicationsHub/$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 PublicationsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/PublicationsHub/$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 TeamHub from sites1 item.
GET /api/multimedias/sites1({key})/TeamHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "aecc6679-6b0a-4c7a-8360-6547160f4027",
"regionscountries": "071cdb8d-35c6-42e7-aa40-58bff906187f",
"sustainabledevelopmentgoals": "1e0d1ee4-5ff9-44c3-97c8-56aeb2237ade",
"departmentaltargets": "6cf41a2c-7afb-4c89-bf63-dbea9c82d06d",
"healthtopics": "ae27e90b-365c-4767-bb2c-4f8d22f53a24",
"events": "7241ac81-4f26-44e3-9083-6a33cbfeba58",
"publishingoffices": "c35682d7-1566-4577-81d0-6a23ed08f309",
"WebPageType": "sample string 10",
"targetaudiences": "f8e730da-299a-4bed-9c99-9dfa87766f54",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "ae68e2f6-823c-46cb-a50d-83164a9314b5",
"RootId": "037d88b9-b026-41e5-8ce9-4e4b74a85dfe",
"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": "5d69677f-9a5a-43f7-be18-ef3d790f8e5a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "aecc6679-6b0a-4c7a-8360-6547160f4027",
"regionscountries": "071cdb8d-35c6-42e7-aa40-58bff906187f",
"sustainabledevelopmentgoals": "1e0d1ee4-5ff9-44c3-97c8-56aeb2237ade",
"departmentaltargets": "6cf41a2c-7afb-4c89-bf63-dbea9c82d06d",
"healthtopics": "ae27e90b-365c-4767-bb2c-4f8d22f53a24",
"events": "7241ac81-4f26-44e3-9083-6a33cbfeba58",
"publishingoffices": "c35682d7-1566-4577-81d0-6a23ed08f309",
"WebPageType": "sample string 10",
"targetaudiences": "f8e730da-299a-4bed-9c99-9dfa87766f54",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "ae68e2f6-823c-46cb-a50d-83164a9314b5",
"RootId": "037d88b9-b026-41e5-8ce9-4e4b74a85dfe",
"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": "5d69677f-9a5a-43f7-be18-ef3d790f8e5a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add TeamHub relation to sites1 item.
POST /api/multimedias/sites1({key})/TeamHub/$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 TeamHub from sites1 item.
DELETE /api/multimedias/sites1({key})/TeamHub/$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 ArticlesHub from sites1 item.
GET /api/multimedias/sites1({key})/ArticlesHub
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "10b885c1-ef90-45d0-a1d8-6a0ca0f839a9",
"regionscountries": "a4b799ad-2019-4367-8cc8-bacb5671e48a",
"sustainabledevelopmentgoals": "fa5f55a0-fb24-4379-95c9-53cde39ac7dc",
"departmentaltargets": "97707eee-fc2d-4bc0-8d72-ab6ac48a8264",
"healthtopics": "9ad37554-a58e-4634-8270-3e78aa10d66f",
"events": "ccfe57b7-086c-4f79-9bd5-bc3cac97d1dc",
"publishingoffices": "65096587-d824-4484-970f-a918d7349394",
"WebPageType": "sample string 10",
"targetaudiences": "71817c62-369b-4d1c-9b0d-f711ecfbff2d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "e76bd7a0-77db-4340-838f-9e8662d81e6b",
"RootId": "f5b7f274-fafb-46ba-a9d2-550df533493c",
"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": "aac26c14-8d24-4766-aed6-46ff5f4e3838",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-25T20:28:43.8603132Z",
"UrlName": "sample string 2",
"organizations": "10b885c1-ef90-45d0-a1d8-6a0ca0f839a9",
"regionscountries": "a4b799ad-2019-4367-8cc8-bacb5671e48a",
"sustainabledevelopmentgoals": "fa5f55a0-fb24-4379-95c9-53cde39ac7dc",
"departmentaltargets": "97707eee-fc2d-4bc0-8d72-ab6ac48a8264",
"healthtopics": "9ad37554-a58e-4634-8270-3e78aa10d66f",
"events": "ccfe57b7-086c-4f79-9bd5-bc3cac97d1dc",
"publishingoffices": "65096587-d824-4484-970f-a918d7349394",
"WebPageType": "sample string 10",
"targetaudiences": "71817c62-369b-4d1c-9b0d-f711ecfbff2d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-25T20:28:43.8603132Z",
"ShowInNavigation": true,
"ParentId": "e76bd7a0-77db-4340-838f-9e8662d81e6b",
"RootId": "f5b7f274-fafb-46ba-a9d2-550df533493c",
"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": "aac26c14-8d24-4766-aed6-46ff5f4e3838",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-25T20:28:43.8603132Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add ArticlesHub relation to sites1 item.
POST /api/multimedias/sites1({key})/ArticlesHub/$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 ArticlesHub from sites1 item.
DELETE /api/multimedias/sites1({key})/ArticlesHub/$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.