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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "de8259a6-23a7-4935-adc1-64812fa0f001",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "de8259a6-23a7-4935-adc1-64812fa0f001",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "81122977-8ef2-440c-815b-3e1cb98bebef",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+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": "46357753-b412-43ff-917b-c533f8948202"
}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-09-20T22:54:30.2993535Z",
"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": "f38b41f3-dd91-4b5c-875c-50ca97044c59"
}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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "216ec660-7013-4d99-a8a7-118b215df92d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+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-09-20T22:54:30.2993535Z",
"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": "ae3698ae-9b00-4370-bc3b-d655c3768eea"
}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-09-20T22:54:30.2993535Z",
"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": "78b8eb8a-c6a2-4fa6-8911-c6d03cfe6a62"
}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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "81b572fd-148f-4f21-aab1-1607aca9bf64",
"regionscountries": "f8ee21c3-aae6-4d8d-be14-670e8826a19e",
"sustainabledevelopmentgoals": "ad81f8a3-8e24-4342-b8dd-b7db9966ee3a",
"departmentaltargets": "5b750aa8-6be7-4915-bc7e-16b602dc629a",
"healthtopics": "a58db622-7c2d-4797-80cc-b0b94f4fb77b",
"events": "c7782d6c-1c7e-4411-a159-054eebdcbf9c",
"publishingoffices": "a273bc1a-ce0f-4520-8e69-fc6cb55d7e4d",
"WebPageType": "sample string 10",
"targetaudiences": "26a888fd-bcb4-4e67-b01b-ec2fbc75ccb5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "9c42f1fd-80d0-41fc-b8e0-be26f35eb59e",
"RootId": "2e533a2c-8eb3-4320-b888-1a595c90eeb0",
"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": "1e37e657-0871-4963-ac05-154e4eb19146",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "81b572fd-148f-4f21-aab1-1607aca9bf64",
"regionscountries": "f8ee21c3-aae6-4d8d-be14-670e8826a19e",
"sustainabledevelopmentgoals": "ad81f8a3-8e24-4342-b8dd-b7db9966ee3a",
"departmentaltargets": "5b750aa8-6be7-4915-bc7e-16b602dc629a",
"healthtopics": "a58db622-7c2d-4797-80cc-b0b94f4fb77b",
"events": "c7782d6c-1c7e-4411-a159-054eebdcbf9c",
"publishingoffices": "a273bc1a-ce0f-4520-8e69-fc6cb55d7e4d",
"WebPageType": "sample string 10",
"targetaudiences": "26a888fd-bcb4-4e67-b01b-ec2fbc75ccb5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "9c42f1fd-80d0-41fc-b8e0-be26f35eb59e",
"RootId": "2e533a2c-8eb3-4320-b888-1a595c90eeb0",
"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": "1e37e657-0871-4963-ac05-154e4eb19146",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "e48084a1-cb35-4b12-a5db-695081010333",
"regionscountries": "cbb6e8e5-3597-4bb2-8a4d-43193dd31a08",
"sustainabledevelopmentgoals": "bbcc29ee-77dd-485b-a138-8a06bb0abcfa",
"departmentaltargets": "2262577d-6124-456c-96cc-3238da27c9b5",
"healthtopics": "72a89f82-c397-4de0-89e0-506de4bef4c1",
"events": "24a4213f-f6e2-4e2b-9873-1758d6211fa8",
"publishingoffices": "ccb06cde-c95f-4e97-986f-276ce76d92b7",
"WebPageType": "sample string 10",
"targetaudiences": "afc16d3e-46e4-4830-835f-2f0940e832ae",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "a2c0c807-c286-496e-bd71-054a1822a695",
"RootId": "4ba25bd2-399c-42e8-a5b3-ba626a5b8a97",
"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": "da64e23e-d3c3-497e-b907-cbf01186c21e",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "e48084a1-cb35-4b12-a5db-695081010333",
"regionscountries": "cbb6e8e5-3597-4bb2-8a4d-43193dd31a08",
"sustainabledevelopmentgoals": "bbcc29ee-77dd-485b-a138-8a06bb0abcfa",
"departmentaltargets": "2262577d-6124-456c-96cc-3238da27c9b5",
"healthtopics": "72a89f82-c397-4de0-89e0-506de4bef4c1",
"events": "24a4213f-f6e2-4e2b-9873-1758d6211fa8",
"publishingoffices": "ccb06cde-c95f-4e97-986f-276ce76d92b7",
"WebPageType": "sample string 10",
"targetaudiences": "afc16d3e-46e4-4830-835f-2f0940e832ae",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "a2c0c807-c286-496e-bd71-054a1822a695",
"RootId": "4ba25bd2-399c-42e8-a5b3-ba626a5b8a97",
"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": "da64e23e-d3c3-497e-b907-cbf01186c21e",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "fa60a983-dd82-4a1c-a361-81f78657ecfb",
"regionscountries": "8f8a9c8f-050f-45e7-b1ea-b5b5c56410ad",
"sustainabledevelopmentgoals": "e33ff235-cd32-47fa-9889-77818303c84e",
"departmentaltargets": "009ddb3a-cac5-4feb-b124-b64093604ecd",
"healthtopics": "577fc1c9-a037-4121-89fe-59c813ce65d9",
"events": "148d89ca-a413-44f4-9542-f0a6c83a13b1",
"publishingoffices": "32b448aa-32a7-4c12-a337-99eafaac3f65",
"WebPageType": "sample string 10",
"targetaudiences": "3358fa73-6690-493a-84ce-99e92c44c1c3",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "fa6cc609-6483-4889-b28e-4748e068fa66",
"RootId": "857fe89c-4195-4525-9fe1-16f685da7bf5",
"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": "f455b6e7-f447-4f8e-bf94-99eee99233de",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "fa60a983-dd82-4a1c-a361-81f78657ecfb",
"regionscountries": "8f8a9c8f-050f-45e7-b1ea-b5b5c56410ad",
"sustainabledevelopmentgoals": "e33ff235-cd32-47fa-9889-77818303c84e",
"departmentaltargets": "009ddb3a-cac5-4feb-b124-b64093604ecd",
"healthtopics": "577fc1c9-a037-4121-89fe-59c813ce65d9",
"events": "148d89ca-a413-44f4-9542-f0a6c83a13b1",
"publishingoffices": "32b448aa-32a7-4c12-a337-99eafaac3f65",
"WebPageType": "sample string 10",
"targetaudiences": "3358fa73-6690-493a-84ce-99e92c44c1c3",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "fa6cc609-6483-4889-b28e-4748e068fa66",
"RootId": "857fe89c-4195-4525-9fe1-16f685da7bf5",
"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": "f455b6e7-f447-4f8e-bf94-99eee99233de",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "77928ecc-2714-49f2-bf8b-a9806220443e",
"regionscountries": "84704102-4b10-49a6-8970-70c37412ecae",
"sustainabledevelopmentgoals": "e094af9b-9ec7-4c4f-a8a7-218908cbd37f",
"departmentaltargets": "ce836edf-c4c2-414a-a61a-d700c1d2203d",
"healthtopics": "9070370c-92e5-4143-8bbe-fc851d88da79",
"events": "18c12605-803c-4c3b-a04c-e15fd80ac64d",
"publishingoffices": "2b8dec85-3ca1-4932-93b2-0c96985b021a",
"WebPageType": "sample string 10",
"targetaudiences": "b67fde7d-b1d4-41da-a516-3af0a1658c7d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "748f82c4-aa1e-4370-9d5b-386af98f81e6",
"RootId": "064d1071-ce2d-42ae-96b4-722cd428d3f5",
"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": "dc0dbd07-c0b8-4961-9326-8641bdd474df",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "77928ecc-2714-49f2-bf8b-a9806220443e",
"regionscountries": "84704102-4b10-49a6-8970-70c37412ecae",
"sustainabledevelopmentgoals": "e094af9b-9ec7-4c4f-a8a7-218908cbd37f",
"departmentaltargets": "ce836edf-c4c2-414a-a61a-d700c1d2203d",
"healthtopics": "9070370c-92e5-4143-8bbe-fc851d88da79",
"events": "18c12605-803c-4c3b-a04c-e15fd80ac64d",
"publishingoffices": "2b8dec85-3ca1-4932-93b2-0c96985b021a",
"WebPageType": "sample string 10",
"targetaudiences": "b67fde7d-b1d4-41da-a516-3af0a1658c7d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "748f82c4-aa1e-4370-9d5b-386af98f81e6",
"RootId": "064d1071-ce2d-42ae-96b4-722cd428d3f5",
"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": "dc0dbd07-c0b8-4961-9326-8641bdd474df",
"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-09-20T22:54:30.2993535Z",
"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 | |
| JoomlaArticleId | System.String | 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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "aa6e6e41-8a6a-4573-8d46-c3fcdacb4ae6",
"publishingoffices": "e8989cf3-ced7-403d-92f3-6a1b312bc013",
"events": "346d9c91-dd09-425f-9e91-bb1b119e39bd",
"targets": "0e20e105-1401-46a0-a75e-463c1fbe9bfa",
"Category": "1c40441e-d77f-41ae-8ee2-9d820cc8b107",
"imagetypes": "6c7dd7f3-9514-4f8e-9f67-992166cc6731",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bbeae168-7ac5-4091-845b-517403b9e1b2",
"stakeholders": "f2d38700-7e27-4e02-9f48-2739cae8a713",
"Tags": "f94b3244-b33f-4a53-80c7-16d3e2e80f21",
"healthtopics": "d1594ed9-21e7-4957-be15-7b0cdbcdf271",
"targetaudiences": "cceb5cbc-55db-4f0e-8ce2-68afa5bd5128",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "a5fe8c9f-b046-4d72-87ae-466f00b15fbb",
"ParentId": "bd10b167-dbde-4298-806e-262442251e90",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "aa6e6e41-8a6a-4573-8d46-c3fcdacb4ae6",
"publishingoffices": "e8989cf3-ced7-403d-92f3-6a1b312bc013",
"events": "346d9c91-dd09-425f-9e91-bb1b119e39bd",
"targets": "0e20e105-1401-46a0-a75e-463c1fbe9bfa",
"Category": "1c40441e-d77f-41ae-8ee2-9d820cc8b107",
"imagetypes": "6c7dd7f3-9514-4f8e-9f67-992166cc6731",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bbeae168-7ac5-4091-845b-517403b9e1b2",
"stakeholders": "f2d38700-7e27-4e02-9f48-2739cae8a713",
"Tags": "f94b3244-b33f-4a53-80c7-16d3e2e80f21",
"healthtopics": "d1594ed9-21e7-4957-be15-7b0cdbcdf271",
"targetaudiences": "cceb5cbc-55db-4f0e-8ce2-68afa5bd5128",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "a5fe8c9f-b046-4d72-87ae-466f00b15fbb",
"ParentId": "bd10b167-dbde-4298-806e-262442251e90",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5855ff53-8823-49d6-9321-ec68ca423fba",
"regionscountries": "a570b39a-4ded-4a5b-8a21-954087107e4c",
"sustainabledevelopmentgoals": "86f12286-3de5-4d53-bd36-8e00fb0f88fe",
"departmentaltargets": "ddc55db7-ead0-4d63-8b33-c2ed565f9476",
"healthtopics": "c5cbbc43-e177-4912-9764-3ef29673e867",
"events": "d577efaa-eb41-45de-ac58-42291a357b7e",
"publishingoffices": "6022bbe1-6c1b-434d-b3c7-8c0fd94b4df2",
"WebPageType": "sample string 10",
"targetaudiences": "1b833353-9a31-45c0-b11e-cc54b8896b3b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "6481fd36-16fe-4314-b723-b27fb5372648",
"RootId": "ee9c89b3-b2fa-4579-a670-743568899011",
"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": "a4050f8b-3252-4657-bf3b-a207612507f8",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5855ff53-8823-49d6-9321-ec68ca423fba",
"regionscountries": "a570b39a-4ded-4a5b-8a21-954087107e4c",
"sustainabledevelopmentgoals": "86f12286-3de5-4d53-bd36-8e00fb0f88fe",
"departmentaltargets": "ddc55db7-ead0-4d63-8b33-c2ed565f9476",
"healthtopics": "c5cbbc43-e177-4912-9764-3ef29673e867",
"events": "d577efaa-eb41-45de-ac58-42291a357b7e",
"publishingoffices": "6022bbe1-6c1b-434d-b3c7-8c0fd94b4df2",
"WebPageType": "sample string 10",
"targetaudiences": "1b833353-9a31-45c0-b11e-cc54b8896b3b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "6481fd36-16fe-4314-b723-b27fb5372648",
"RootId": "ee9c89b3-b2fa-4579-a670-743568899011",
"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": "a4050f8b-3252-4657-bf3b-a207612507f8",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "cc48a881-5922-447d-a8f9-22c12343d4db",
"regionscountries": "d0c06c02-6751-49f0-b738-d17f96c09c0a",
"sustainabledevelopmentgoals": "87b06294-fe2c-4d0b-ab6b-c5eff9c6e373",
"departmentaltargets": "59219393-d245-4940-a8ab-37c21891d24f",
"healthtopics": "2030a6db-38f9-4736-8fdd-ede4bffb60d8",
"events": "6a8300cd-0949-40f8-983c-76476a16078c",
"publishingoffices": "b279792d-7360-4805-acc4-14503e5a6f87",
"WebPageType": "sample string 10",
"targetaudiences": "cc0a9579-eda2-4fca-b883-468b0a72bdaf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "c95eb00a-ce42-4efe-af39-738a67e5190a",
"RootId": "870a33ce-d5ef-44d1-a46d-90916ebda447",
"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": "0c44ec6f-cb8b-452e-8576-2096cdc593e2",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "cc48a881-5922-447d-a8f9-22c12343d4db",
"regionscountries": "d0c06c02-6751-49f0-b738-d17f96c09c0a",
"sustainabledevelopmentgoals": "87b06294-fe2c-4d0b-ab6b-c5eff9c6e373",
"departmentaltargets": "59219393-d245-4940-a8ab-37c21891d24f",
"healthtopics": "2030a6db-38f9-4736-8fdd-ede4bffb60d8",
"events": "6a8300cd-0949-40f8-983c-76476a16078c",
"publishingoffices": "b279792d-7360-4805-acc4-14503e5a6f87",
"WebPageType": "sample string 10",
"targetaudiences": "cc0a9579-eda2-4fca-b883-468b0a72bdaf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "c95eb00a-ce42-4efe-af39-738a67e5190a",
"RootId": "870a33ce-d5ef-44d1-a46d-90916ebda447",
"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": "0c44ec6f-cb8b-452e-8576-2096cdc593e2",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "ff17a486-5ced-4240-8be5-c111298a1846",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "ff17a486-5ced-4240-8be5-c111298a1846",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:54:30.2993535+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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "ca72f8ec-d162-480c-9cbd-92ef92519849",
"regionscountries": "9b2a8bb0-4030-4ee8-bef3-f1383e377f55",
"sustainabledevelopmentgoals": "a1bb0d28-9460-4b53-a086-2c30cde5f50a",
"departmentaltargets": "be5f88ff-5e23-40b0-85bf-6c18967cdd91",
"healthtopics": "684e9877-2a14-4195-a1ea-266f893ef5d0",
"events": "970a0ac2-1de8-4d72-abfa-8cedb7f5e56b",
"publishingoffices": "6405ac7a-4ea5-4928-92d4-cc73360f8513",
"WebPageType": "sample string 10",
"targetaudiences": "5f05be46-0d28-4b9f-b50f-113d6bf33982",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "8711d3b6-6a77-47ac-bd34-101ddf62a637",
"RootId": "27c497b9-eece-4311-b7fe-fc6311bd94ed",
"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": "67a24fa7-3714-42b1-b839-cfa7f94a92fb",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "ca72f8ec-d162-480c-9cbd-92ef92519849",
"regionscountries": "9b2a8bb0-4030-4ee8-bef3-f1383e377f55",
"sustainabledevelopmentgoals": "a1bb0d28-9460-4b53-a086-2c30cde5f50a",
"departmentaltargets": "be5f88ff-5e23-40b0-85bf-6c18967cdd91",
"healthtopics": "684e9877-2a14-4195-a1ea-266f893ef5d0",
"events": "970a0ac2-1de8-4d72-abfa-8cedb7f5e56b",
"publishingoffices": "6405ac7a-4ea5-4928-92d4-cc73360f8513",
"WebPageType": "sample string 10",
"targetaudiences": "5f05be46-0d28-4b9f-b50f-113d6bf33982",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "8711d3b6-6a77-47ac-bd34-101ddf62a637",
"RootId": "27c497b9-eece-4311-b7fe-fc6311bd94ed",
"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": "67a24fa7-3714-42b1-b839-cfa7f94a92fb",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5422b925-75f2-4d2b-9234-dfbd230bd6b8",
"regionscountries": "4b60c5ab-ad4b-4be2-92da-2de1b60b9ed1",
"sustainabledevelopmentgoals": "b364ed29-a84f-4de6-906b-8a60569c3f8f",
"departmentaltargets": "781e6f2c-8ddf-4442-aad2-0576e17e7e82",
"healthtopics": "20d804e1-b537-4227-a7c6-6469413f6ea3",
"events": "8eb71473-1ea8-4d38-8868-799d01497772",
"publishingoffices": "d2c64471-e8bd-4bf6-8ede-a06ed42f9ff1",
"WebPageType": "sample string 10",
"targetaudiences": "db86a67a-103c-4c6e-aa67-f9cc1adcf7d4",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "354ea535-3a2d-4345-882e-012786012b65",
"RootId": "7ec2dcc6-3099-4e4b-8832-3f6f9746d868",
"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": "23c23e69-6d6a-47af-bfbc-e121b58aae51",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5422b925-75f2-4d2b-9234-dfbd230bd6b8",
"regionscountries": "4b60c5ab-ad4b-4be2-92da-2de1b60b9ed1",
"sustainabledevelopmentgoals": "b364ed29-a84f-4de6-906b-8a60569c3f8f",
"departmentaltargets": "781e6f2c-8ddf-4442-aad2-0576e17e7e82",
"healthtopics": "20d804e1-b537-4227-a7c6-6469413f6ea3",
"events": "8eb71473-1ea8-4d38-8868-799d01497772",
"publishingoffices": "d2c64471-e8bd-4bf6-8ede-a06ed42f9ff1",
"WebPageType": "sample string 10",
"targetaudiences": "db86a67a-103c-4c6e-aa67-f9cc1adcf7d4",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "354ea535-3a2d-4345-882e-012786012b65",
"RootId": "7ec2dcc6-3099-4e4b-8832-3f6f9746d868",
"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": "23c23e69-6d6a-47af-bfbc-e121b58aae51",
"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-09-20T22:54:30.2993535Z",
"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 | |
| JoomlaArticleId | System.String | 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-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "b7faa94e-5f67-4b99-a5ad-9b17d2b9bf49",
"publishingoffices": "d8aeef59-c8b9-4413-8c53-12b1a5556613",
"events": "e24cfb50-388c-46d2-a480-08e08f1856a1",
"targets": "cce2f346-34de-4b37-b4f6-adc617439450",
"Category": "3cab0ab5-1e2e-40c0-9275-29fb89f93699",
"imagetypes": "1c59aac2-06fb-45aa-a215-f5a4cb74a863",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "310285aa-d627-4c3e-91dc-7e3482ddfa07",
"stakeholders": "e7f477ab-3c12-462f-819d-052ac65325dc",
"Tags": "c1f38f8c-519c-4198-9a89-6b25b72cf6cb",
"healthtopics": "85fdd746-1809-407e-938f-affe671bee60",
"targetaudiences": "6fd8ea65-a551-4860-9abc-c21bb6ad1fbd",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "6f3d0592-564f-4497-b7d2-134967c06c37",
"ParentId": "4be41e0d-6e5e-4f20-bea8-7d71454589f3",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"PublicationDate": "2026-09-20T22:54:30.2993535Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"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": "b7faa94e-5f67-4b99-a5ad-9b17d2b9bf49",
"publishingoffices": "d8aeef59-c8b9-4413-8c53-12b1a5556613",
"events": "e24cfb50-388c-46d2-a480-08e08f1856a1",
"targets": "cce2f346-34de-4b37-b4f6-adc617439450",
"Category": "3cab0ab5-1e2e-40c0-9275-29fb89f93699",
"imagetypes": "1c59aac2-06fb-45aa-a215-f5a4cb74a863",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "310285aa-d627-4c3e-91dc-7e3482ddfa07",
"stakeholders": "e7f477ab-3c12-462f-819d-052ac65325dc",
"Tags": "c1f38f8c-519c-4198-9a89-6b25b72cf6cb",
"healthtopics": "85fdd746-1809-407e-938f-affe671bee60",
"targetaudiences": "6fd8ea65-a551-4860-9abc-c21bb6ad1fbd",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "6f3d0592-564f-4497-b7d2-134967c06c37",
"ParentId": "4be41e0d-6e5e-4f20-bea8-7d71454589f3",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5b683d9c-9f90-4c86-8a4a-7baeeb64c36a",
"regionscountries": "a34341d3-3d28-4c6f-8132-b850099be9f6",
"sustainabledevelopmentgoals": "f1e6ee84-c4a4-49da-9bea-13a9beeecc09",
"departmentaltargets": "45c48264-18a4-49cb-ba56-9eeac2b7eb43",
"healthtopics": "2f6d31ea-f19e-4751-95e9-32a546ebe14a",
"events": "19abba4c-3409-4530-9528-dc7ec9e6daf6",
"publishingoffices": "f3d2470b-0b0c-498e-b58d-3af09271c430",
"WebPageType": "sample string 10",
"targetaudiences": "2ad40aef-058a-4818-8504-567d9e7bdf33",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "1829af2d-b51b-4300-9c7a-73e33039078b",
"RootId": "f86a9459-9ecd-46d5-992a-ed82b93bf351",
"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": "6760988b-f291-4dbd-a743-7c3d74325633",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "5b683d9c-9f90-4c86-8a4a-7baeeb64c36a",
"regionscountries": "a34341d3-3d28-4c6f-8132-b850099be9f6",
"sustainabledevelopmentgoals": "f1e6ee84-c4a4-49da-9bea-13a9beeecc09",
"departmentaltargets": "45c48264-18a4-49cb-ba56-9eeac2b7eb43",
"healthtopics": "2f6d31ea-f19e-4751-95e9-32a546ebe14a",
"events": "19abba4c-3409-4530-9528-dc7ec9e6daf6",
"publishingoffices": "f3d2470b-0b0c-498e-b58d-3af09271c430",
"WebPageType": "sample string 10",
"targetaudiences": "2ad40aef-058a-4818-8504-567d9e7bdf33",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "1829af2d-b51b-4300-9c7a-73e33039078b",
"RootId": "f86a9459-9ecd-46d5-992a-ed82b93bf351",
"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": "6760988b-f291-4dbd-a743-7c3d74325633",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "c090a9e0-6fc1-477b-9890-0ce7ca9b0cff",
"regionscountries": "c9509055-f537-4055-b4f2-0a5e712847d9",
"sustainabledevelopmentgoals": "c886e1df-3057-4b8d-969d-8b5c9cbef946",
"departmentaltargets": "339b7303-9c08-4e6e-bda2-852e04e75f58",
"healthtopics": "b6752888-1581-4377-abb6-ec350756adc6",
"events": "00756a85-da9e-4179-8f98-60a02810a80a",
"publishingoffices": "2b10ea93-b9b3-4583-a3a3-c03a75db3af5",
"WebPageType": "sample string 10",
"targetaudiences": "2deb5d96-ba41-4e92-b006-28d27ae28704",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "4724ff19-5c65-4f90-93d6-0c415cee2db0",
"RootId": "5efb3391-33e4-4c45-a76a-ba8f670cd582",
"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": "d9f4fd06-cc84-4d83-a3d2-10ea98598e3f",
"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-09-20T22:54:30.2993535Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.2993535Z",
"UrlName": "sample string 2",
"organizations": "c090a9e0-6fc1-477b-9890-0ce7ca9b0cff",
"regionscountries": "c9509055-f537-4055-b4f2-0a5e712847d9",
"sustainabledevelopmentgoals": "c886e1df-3057-4b8d-969d-8b5c9cbef946",
"departmentaltargets": "339b7303-9c08-4e6e-bda2-852e04e75f58",
"healthtopics": "b6752888-1581-4377-abb6-ec350756adc6",
"events": "00756a85-da9e-4179-8f98-60a02810a80a",
"publishingoffices": "2b10ea93-b9b3-4583-a3a3-c03a75db3af5",
"WebPageType": "sample string 10",
"targetaudiences": "2deb5d96-ba41-4e92-b006-28d27ae28704",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.2993535Z",
"ShowInNavigation": true,
"ParentId": "4724ff19-5c65-4f90-93d6-0c415cee2db0",
"RootId": "5efb3391-33e4-4c45-a76a-ba8f670cd582",
"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": "d9f4fd06-cc84-4d83-a3d2-10ea98598e3f",
"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-09-20T22:54:30.2993535Z",
"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-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "9c39bda3-3ba1-4209-8d73-9ec3d401b6a9",
"regionscountries": "3cc991ad-250c-4ca1-bae5-41ba7dd91711",
"sustainabledevelopmentgoals": "0bdb6b95-cff4-4064-8ae3-87b98f2eac44",
"departmentaltargets": "544b0208-bef7-4661-88bc-6070b4000168",
"healthtopics": "73fc3189-5f15-4235-a6b9-5be7e1dfc4a1",
"events": "8f87c278-c8a2-4997-918b-28c403fb96b8",
"publishingoffices": "6cb0f938-104b-40b0-a7c4-a46e15bacdb6",
"WebPageType": "sample string 10",
"targetaudiences": "af8038ca-09e3-4b00-9254-f4e2b8f63369",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "f287cc28-8547-44b2-bcca-e87668df937c",
"RootId": "63b98eaa-3b55-40b9-81bd-549df9dbb4d4",
"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": "bc4fc65f-9be8-484f-9663-dbe88b71e037",
"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-09-20T22:54:30.3094412Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "9c39bda3-3ba1-4209-8d73-9ec3d401b6a9",
"regionscountries": "3cc991ad-250c-4ca1-bae5-41ba7dd91711",
"sustainabledevelopmentgoals": "0bdb6b95-cff4-4064-8ae3-87b98f2eac44",
"departmentaltargets": "544b0208-bef7-4661-88bc-6070b4000168",
"healthtopics": "73fc3189-5f15-4235-a6b9-5be7e1dfc4a1",
"events": "8f87c278-c8a2-4997-918b-28c403fb96b8",
"publishingoffices": "6cb0f938-104b-40b0-a7c4-a46e15bacdb6",
"WebPageType": "sample string 10",
"targetaudiences": "af8038ca-09e3-4b00-9254-f4e2b8f63369",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "f287cc28-8547-44b2-bcca-e87668df937c",
"RootId": "63b98eaa-3b55-40b9-81bd-549df9dbb4d4",
"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": "bc4fc65f-9be8-484f-9663-dbe88b71e037",
"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-09-20T22:54:30.3094412Z",
"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-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "ea9dad30-191c-470c-8cb0-3d27dd643764",
"regionscountries": "d5c58676-9f6c-4d10-970a-ade60a5bb0bd",
"sustainabledevelopmentgoals": "72ab5bb3-2ede-4bd5-bf73-e6d71450be9c",
"departmentaltargets": "c453aece-38df-46c5-84f4-084cbae52bf0",
"healthtopics": "7f33feea-1ffb-4ea1-9109-f44903f7c553",
"events": "a874954b-23ea-4f51-9b6b-3fe950413cae",
"publishingoffices": "0c397c9b-28a8-4813-8f12-fe1e6f521b52",
"WebPageType": "sample string 10",
"targetaudiences": "f0f9ed29-e35d-4f78-978e-e419771d778e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "946f2dd2-ae52-4d2c-8d3a-6c91b925e3af",
"RootId": "d174f455-6fcf-4853-a306-c46c54c963ee",
"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": "4c9227d9-562b-40e8-8c2d-211b7a569916",
"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-09-20T22:54:30.3094412Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "ea9dad30-191c-470c-8cb0-3d27dd643764",
"regionscountries": "d5c58676-9f6c-4d10-970a-ade60a5bb0bd",
"sustainabledevelopmentgoals": "72ab5bb3-2ede-4bd5-bf73-e6d71450be9c",
"departmentaltargets": "c453aece-38df-46c5-84f4-084cbae52bf0",
"healthtopics": "7f33feea-1ffb-4ea1-9109-f44903f7c553",
"events": "a874954b-23ea-4f51-9b6b-3fe950413cae",
"publishingoffices": "0c397c9b-28a8-4813-8f12-fe1e6f521b52",
"WebPageType": "sample string 10",
"targetaudiences": "f0f9ed29-e35d-4f78-978e-e419771d778e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "946f2dd2-ae52-4d2c-8d3a-6c91b925e3af",
"RootId": "d174f455-6fcf-4853-a306-c46c54c963ee",
"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": "4c9227d9-562b-40e8-8c2d-211b7a569916",
"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-09-20T22:54:30.3094412Z",
"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-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "71bac4a4-1162-4d8c-927d-79d3c811fcee",
"regionscountries": "c98575c2-083e-4dcd-aac2-e1e756361568",
"sustainabledevelopmentgoals": "f1258767-79ef-4af9-a906-b4e1ae349791",
"departmentaltargets": "17da28d7-f53e-42d1-ad3a-5bb5315fb417",
"healthtopics": "aaa41673-9bea-4482-82d1-ecb86d82ad67",
"events": "09109172-1d9e-4843-926b-87580ec87769",
"publishingoffices": "3c4f6e54-c087-494f-8396-bce6404bb7f7",
"WebPageType": "sample string 10",
"targetaudiences": "3589de10-a054-412b-b75a-bf8cd1d89372",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "85c82ff7-9d6f-4680-8083-b514fc087521",
"RootId": "f970c372-270c-4719-9dcf-99d524210b09",
"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": "c3767fc6-855c-47a8-bed2-c6bb98e45a96",
"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-09-20T22:54:30.3094412Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "71bac4a4-1162-4d8c-927d-79d3c811fcee",
"regionscountries": "c98575c2-083e-4dcd-aac2-e1e756361568",
"sustainabledevelopmentgoals": "f1258767-79ef-4af9-a906-b4e1ae349791",
"departmentaltargets": "17da28d7-f53e-42d1-ad3a-5bb5315fb417",
"healthtopics": "aaa41673-9bea-4482-82d1-ecb86d82ad67",
"events": "09109172-1d9e-4843-926b-87580ec87769",
"publishingoffices": "3c4f6e54-c087-494f-8396-bce6404bb7f7",
"WebPageType": "sample string 10",
"targetaudiences": "3589de10-a054-412b-b75a-bf8cd1d89372",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "85c82ff7-9d6f-4680-8083-b514fc087521",
"RootId": "f970c372-270c-4719-9dcf-99d524210b09",
"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": "c3767fc6-855c-47a8-bed2-c6bb98e45a96",
"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-09-20T22:54:30.3094412Z",
"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-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "ee5a514f-f57f-4924-b45e-eac15fcf0c66",
"regionscountries": "3a9b1fcb-df5f-474a-baf6-c4c177221c02",
"sustainabledevelopmentgoals": "944fa0a1-65ef-4143-a05c-13386f77fa07",
"departmentaltargets": "92114059-ca3d-427f-92eb-59402f54b415",
"healthtopics": "67593de5-ea43-43fe-9372-620a565b748d",
"events": "a96e71a3-4072-4b25-aa43-ab32d4281b68",
"publishingoffices": "1b405d79-28eb-4ada-a9b6-6e96e5f9c153",
"WebPageType": "sample string 10",
"targetaudiences": "524d2988-2a47-455a-81e2-7810fe7695f8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "f8040750-15b1-49e4-8ede-ee6ba2ad1c99",
"RootId": "9368d84b-8ec0-4ea5-9103-2c2a3422e874",
"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": "194248c3-f2b4-4465-ac1a-b8182159bc51",
"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-09-20T22:54:30.3094412Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-20T22:54:30.3094412Z",
"UrlName": "sample string 2",
"organizations": "ee5a514f-f57f-4924-b45e-eac15fcf0c66",
"regionscountries": "3a9b1fcb-df5f-474a-baf6-c4c177221c02",
"sustainabledevelopmentgoals": "944fa0a1-65ef-4143-a05c-13386f77fa07",
"departmentaltargets": "92114059-ca3d-427f-92eb-59402f54b415",
"healthtopics": "67593de5-ea43-43fe-9372-620a565b748d",
"events": "a96e71a3-4072-4b25-aa43-ab32d4281b68",
"publishingoffices": "1b405d79-28eb-4ada-a9b6-6e96e5f9c153",
"WebPageType": "sample string 10",
"targetaudiences": "524d2988-2a47-455a-81e2-7810fe7695f8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-20T22:54:30.3094412Z",
"ShowInNavigation": true,
"ParentId": "f8040750-15b1-49e4-8ede-ee6ba2ad1c99",
"RootId": "9368d84b-8ec0-4ea5-9103-2c2a3422e874",
"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": "194248c3-f2b4-4465-ac1a-b8182159bc51",
"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-09-20T22:54:30.3094412Z",
"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.