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": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "2ff023d1-1b74-47a5-81a4-67781c0768b5",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "2ff023d1-1b74-47a5-81a4-67781c0768b5",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+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": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "ad09011b-1f67-4fa4-9e98-8019f4b74849",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+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": "b0bb841a-6252-4d60-a804-04547bd2cddd"
}
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": "2025-10-07T20:24:29.0903026Z",
"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": "4af7c051-2433-4c93-ba59-cd9919ecaf19"
}
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": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "77238f2a-506c-4e8c-b20c-0553e1d9fcc3",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+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": "2025-10-07T20:24:29.0903026Z",
"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": "6b3fe289-3b75-48ad-8426-1fc3151ac92e"
}
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": "2025-10-07T20:24:29.0903026Z",
"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": "dcc68e36-205e-47cc-b4a3-f3b274f6930e"
}
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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "72f63308-d611-40db-9520-9bb83e3d92ee",
"regionscountries": "ed2849fd-6619-400d-a38f-846d41e7c17d",
"sustainabledevelopmentgoals": "220f9749-aa5a-40ab-8645-5e900c5825cf",
"departmentaltargets": "8c48029a-909b-4316-9e0a-5fbd1602991a",
"healthtopics": "a0496da1-ddad-41b9-a48c-4a3a5c35b063",
"events": "b1562934-becf-40cb-b481-f7fb4b03f740",
"publishingoffices": "580e91bd-5634-467e-88a5-732b70629671",
"WebPageType": "sample string 10",
"targetaudiences": "67862070-59fd-4598-917c-d87c83027ad9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "073639dc-ec54-421c-b214-44cf4b0feae3",
"RootId": "42c0e25a-800c-4913-b974-e2a99b8542de",
"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": "e0a0d77e-78a8-45a7-b5c1-b9241a0a8334",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "72f63308-d611-40db-9520-9bb83e3d92ee",
"regionscountries": "ed2849fd-6619-400d-a38f-846d41e7c17d",
"sustainabledevelopmentgoals": "220f9749-aa5a-40ab-8645-5e900c5825cf",
"departmentaltargets": "8c48029a-909b-4316-9e0a-5fbd1602991a",
"healthtopics": "a0496da1-ddad-41b9-a48c-4a3a5c35b063",
"events": "b1562934-becf-40cb-b481-f7fb4b03f740",
"publishingoffices": "580e91bd-5634-467e-88a5-732b70629671",
"WebPageType": "sample string 10",
"targetaudiences": "67862070-59fd-4598-917c-d87c83027ad9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "073639dc-ec54-421c-b214-44cf4b0feae3",
"RootId": "42c0e25a-800c-4913-b974-e2a99b8542de",
"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": "e0a0d77e-78a8-45a7-b5c1-b9241a0a8334",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "7d6f3984-3338-4912-b933-8d75215fa459",
"regionscountries": "43edb498-25e7-462a-b852-6a2298f70a1a",
"sustainabledevelopmentgoals": "36fa2e0d-767d-4557-8bb3-3cd9faf995f2",
"departmentaltargets": "bd0a0452-afc2-4e7c-af40-586c4664e19d",
"healthtopics": "7a97fb84-870f-44e7-b46d-5ceb212e331e",
"events": "b8693c62-c4fb-4ff6-a36f-10881b2fee8e",
"publishingoffices": "ac0fc332-db95-4c63-bbdb-a55d3afc4561",
"WebPageType": "sample string 10",
"targetaudiences": "4d5712fa-a587-4ce7-8d1f-30dba40f2338",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "19bcc5eb-e897-44eb-9a00-dcab364dc040",
"RootId": "b2875636-311b-46e5-bbaf-ef801094e3fe",
"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": "9287341c-92e9-440f-8f7c-9670aef0af61",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "7d6f3984-3338-4912-b933-8d75215fa459",
"regionscountries": "43edb498-25e7-462a-b852-6a2298f70a1a",
"sustainabledevelopmentgoals": "36fa2e0d-767d-4557-8bb3-3cd9faf995f2",
"departmentaltargets": "bd0a0452-afc2-4e7c-af40-586c4664e19d",
"healthtopics": "7a97fb84-870f-44e7-b46d-5ceb212e331e",
"events": "b8693c62-c4fb-4ff6-a36f-10881b2fee8e",
"publishingoffices": "ac0fc332-db95-4c63-bbdb-a55d3afc4561",
"WebPageType": "sample string 10",
"targetaudiences": "4d5712fa-a587-4ce7-8d1f-30dba40f2338",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "19bcc5eb-e897-44eb-9a00-dcab364dc040",
"RootId": "b2875636-311b-46e5-bbaf-ef801094e3fe",
"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": "9287341c-92e9-440f-8f7c-9670aef0af61",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "0fb38dfb-ea79-4b91-8f8d-a8d83387551e",
"regionscountries": "7c92f5b7-d16a-480f-b9af-d3f40c59879d",
"sustainabledevelopmentgoals": "9c5926e4-f0e1-4963-a3e6-b7ea9ab84f2d",
"departmentaltargets": "93a8aab0-7dc4-43a0-bdba-9bbcddfd5273",
"healthtopics": "f57623e3-6b1c-4a4b-b959-ab3b088e6abf",
"events": "db8e9835-3a1c-4404-9e9c-740eab7a601d",
"publishingoffices": "d0405ab2-a44f-469c-b897-6b22fe2e579b",
"WebPageType": "sample string 10",
"targetaudiences": "4a9565d2-8c1c-418c-ba93-7331adfaef2d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "c0a080e7-9fc1-4ed4-bb73-713ce3eadf7c",
"RootId": "ba58e865-2cca-4b67-8c1d-3504f5ce4970",
"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": "cff22f61-c986-4b3c-bc24-da5062ad9ed0",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "0fb38dfb-ea79-4b91-8f8d-a8d83387551e",
"regionscountries": "7c92f5b7-d16a-480f-b9af-d3f40c59879d",
"sustainabledevelopmentgoals": "9c5926e4-f0e1-4963-a3e6-b7ea9ab84f2d",
"departmentaltargets": "93a8aab0-7dc4-43a0-bdba-9bbcddfd5273",
"healthtopics": "f57623e3-6b1c-4a4b-b959-ab3b088e6abf",
"events": "db8e9835-3a1c-4404-9e9c-740eab7a601d",
"publishingoffices": "d0405ab2-a44f-469c-b897-6b22fe2e579b",
"WebPageType": "sample string 10",
"targetaudiences": "4a9565d2-8c1c-418c-ba93-7331adfaef2d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "c0a080e7-9fc1-4ed4-bb73-713ce3eadf7c",
"RootId": "ba58e865-2cca-4b67-8c1d-3504f5ce4970",
"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": "cff22f61-c986-4b3c-bc24-da5062ad9ed0",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "77d242a8-462a-4a6b-a8dc-6ef44ffbc172",
"regionscountries": "94813ce0-7f19-4901-84d9-da7fcd6de70a",
"sustainabledevelopmentgoals": "16cf20f2-994e-4c06-a342-084e2fd908c0",
"departmentaltargets": "087ecbaa-4d39-4105-8e57-d0bfae9f0461",
"healthtopics": "feeec05e-e303-4fe2-be06-8a20f1099154",
"events": "4a198679-8bab-417e-84db-0aff5047f7a3",
"publishingoffices": "178b7341-e262-4d22-a141-11b1d43df56d",
"WebPageType": "sample string 10",
"targetaudiences": "d2a72f18-e76c-4767-a765-b4c5e0493314",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "278f78ad-8ec1-412f-946b-d9cc2de83960",
"RootId": "b77826cd-791b-46b5-a39a-c26f9155b57a",
"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": "0b12cbce-25fb-4b65-957d-593cdf67a4f2",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "77d242a8-462a-4a6b-a8dc-6ef44ffbc172",
"regionscountries": "94813ce0-7f19-4901-84d9-da7fcd6de70a",
"sustainabledevelopmentgoals": "16cf20f2-994e-4c06-a342-084e2fd908c0",
"departmentaltargets": "087ecbaa-4d39-4105-8e57-d0bfae9f0461",
"healthtopics": "feeec05e-e303-4fe2-be06-8a20f1099154",
"events": "4a198679-8bab-417e-84db-0aff5047f7a3",
"publishingoffices": "178b7341-e262-4d22-a141-11b1d43df56d",
"WebPageType": "sample string 10",
"targetaudiences": "d2a72f18-e76c-4767-a765-b4c5e0493314",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "278f78ad-8ec1-412f-946b-d9cc2de83960",
"RootId": "b77826cd-791b-46b5-a39a-c26f9155b57a",
"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": "0b12cbce-25fb-4b65-957d-593cdf67a4f2",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add NewsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/NewsHub/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type NewsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/NewsHub/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Logo from sites1 item.
GET /api/multimedias/sites1({key})/Logo
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "c295c29f-a245-4f97-87c5-15658ba672fd",
"publishingoffices": "2d86890c-361b-4553-8e43-0c67be3452f9",
"events": "05f5659b-c352-4923-96bb-88eff00d57ea",
"targets": "396fff23-ca92-4854-83dc-69586713c0c1",
"Category": "f227fd3b-9cb9-4d9f-9bcf-bab9cd07f4bd",
"imagetypes": "82ea60a2-b96f-47a4-b0d1-2a90e5af07de",
"departmentaltargets": "511f82e7-433c-4b31-99e8-f66cdef9a305",
"stakeholders": "a1370460-f0e7-4dfe-bcbd-26cf797bb81b",
"Tags": "3f05f64d-5ace-44c4-99da-f83c00b3a684",
"healthtopics": "44179aff-e6a4-457c-8d5f-d49518f73c63",
"targetaudiences": "c683dbd4-dbba-4ab8-b58e-51d4f197553a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fa6c9d7-a899-48b4-ad64-66e5130bac92",
"ParentId": "8e4ea874-7831-4392-a5ec-defc38afc8cd",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "c295c29f-a245-4f97-87c5-15658ba672fd",
"publishingoffices": "2d86890c-361b-4553-8e43-0c67be3452f9",
"events": "05f5659b-c352-4923-96bb-88eff00d57ea",
"targets": "396fff23-ca92-4854-83dc-69586713c0c1",
"Category": "f227fd3b-9cb9-4d9f-9bcf-bab9cd07f4bd",
"imagetypes": "82ea60a2-b96f-47a4-b0d1-2a90e5af07de",
"departmentaltargets": "511f82e7-433c-4b31-99e8-f66cdef9a305",
"stakeholders": "a1370460-f0e7-4dfe-bcbd-26cf797bb81b",
"Tags": "3f05f64d-5ace-44c4-99da-f83c00b3a684",
"healthtopics": "44179aff-e6a4-457c-8d5f-d49518f73c63",
"targetaudiences": "c683dbd4-dbba-4ab8-b58e-51d4f197553a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fa6c9d7-a899-48b4-ad64-66e5130bac92",
"ParentId": "8e4ea874-7831-4392-a5ec-defc38afc8cd",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add Logo relation to sites1 item.
POST /api/multimedias/sites1({key})/Logo/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Logo from sites1 item.
DELETE /api/multimedias/sites1({key})/Logo/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type PeopleHub from sites1 item.
GET /api/multimedias/sites1({key})/PeopleHub
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "fef4d73b-9b2d-423b-b164-77cd7f2b3e70",
"regionscountries": "df6cf414-68b0-4302-bc5d-02970277669d",
"sustainabledevelopmentgoals": "8f2e0775-cd26-4b87-bf6b-e8b6655bc73f",
"departmentaltargets": "eb15da64-5925-441e-85f5-dc63793efa9a",
"healthtopics": "1f22f6ee-e23a-48eb-9bc4-52f34c0bdec8",
"events": "c94ad33e-3865-4764-a1d2-832629f8eb03",
"publishingoffices": "e078d144-e129-4173-b5f6-c33a813e8e2f",
"WebPageType": "sample string 10",
"targetaudiences": "efc6e565-4ab2-40dd-8fe8-f972bb96ca29",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "fc309e8d-6f5d-4763-bad8-58e490cd8b09",
"RootId": "4d2d356b-5987-49ca-a926-30aac504e00c",
"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": "fdd92479-e682-4774-9d37-c979d17f1028",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "fef4d73b-9b2d-423b-b164-77cd7f2b3e70",
"regionscountries": "df6cf414-68b0-4302-bc5d-02970277669d",
"sustainabledevelopmentgoals": "8f2e0775-cd26-4b87-bf6b-e8b6655bc73f",
"departmentaltargets": "eb15da64-5925-441e-85f5-dc63793efa9a",
"healthtopics": "1f22f6ee-e23a-48eb-9bc4-52f34c0bdec8",
"events": "c94ad33e-3865-4764-a1d2-832629f8eb03",
"publishingoffices": "e078d144-e129-4173-b5f6-c33a813e8e2f",
"WebPageType": "sample string 10",
"targetaudiences": "efc6e565-4ab2-40dd-8fe8-f972bb96ca29",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "fc309e8d-6f5d-4763-bad8-58e490cd8b09",
"RootId": "4d2d356b-5987-49ca-a926-30aac504e00c",
"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": "fdd92479-e682-4774-9d37-c979d17f1028",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "bc5e5c54-a096-4774-a3fb-26c7512b4a14",
"regionscountries": "a20c5076-4f30-47f9-90b4-b704b8b79461",
"sustainabledevelopmentgoals": "1f48dc32-31f3-411c-8fa5-295c6946289b",
"departmentaltargets": "d3f7c594-04f5-4851-88a7-d7251c5f298a",
"healthtopics": "9c7f1f1e-a64b-4fd4-8ade-4f485defe2b9",
"events": "213aec13-4781-4600-9357-40bbf833c816",
"publishingoffices": "c2444491-ea7f-4468-a262-ee200bf9bd4e",
"WebPageType": "sample string 10",
"targetaudiences": "e779a4bb-6e24-443f-b5ae-782648ed5c08",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "8a9863f5-3518-4521-8a18-934836b39938",
"RootId": "a51f30c5-3afe-47b6-85c3-a4265f5680d0",
"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": "4cb8ca73-752d-49d1-917b-3bd9a412e0c5",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "bc5e5c54-a096-4774-a3fb-26c7512b4a14",
"regionscountries": "a20c5076-4f30-47f9-90b4-b704b8b79461",
"sustainabledevelopmentgoals": "1f48dc32-31f3-411c-8fa5-295c6946289b",
"departmentaltargets": "d3f7c594-04f5-4851-88a7-d7251c5f298a",
"healthtopics": "9c7f1f1e-a64b-4fd4-8ade-4f485defe2b9",
"events": "213aec13-4781-4600-9357-40bbf833c816",
"publishingoffices": "c2444491-ea7f-4468-a262-ee200bf9bd4e",
"WebPageType": "sample string 10",
"targetaudiences": "e779a4bb-6e24-443f-b5ae-782648ed5c08",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "8a9863f5-3518-4521-8a18-934836b39938",
"RootId": "a51f30c5-3afe-47b6-85c3-a4265f5680d0",
"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": "4cb8ca73-752d-49d1-917b-3bd9a412e0c5",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "cd4c66b6-863b-41b1-94ad-26206d5cd46e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "cd4c66b6-863b-41b1-94ad-26206d5cd46e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.0903026+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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "b5ac7444-b091-4e4f-b6d0-c2d7e46bc9fb",
"regionscountries": "a9c8e613-df86-4c50-b2de-984ecdaa9f64",
"sustainabledevelopmentgoals": "acc593e4-ecfc-4f43-941d-27a44c4d69a2",
"departmentaltargets": "f4e77231-10e9-4092-b3c9-8e8f10f1b0c6",
"healthtopics": "7fded039-3010-474e-862a-28fc57c220fc",
"events": "7b85f733-efef-4d21-9b7a-50cc450265d8",
"publishingoffices": "95571fe8-a014-4852-b301-899475835cda",
"WebPageType": "sample string 10",
"targetaudiences": "cc619339-6441-4b0d-8f86-c44aa157ca07",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "3b8058de-3409-4eee-b608-bc519522eeaa",
"RootId": "d4f88e21-c539-4cb5-b56d-8d411a1caf91",
"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": "c3c754d8-a42a-4cfc-931c-099d06d2a9e7",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "b5ac7444-b091-4e4f-b6d0-c2d7e46bc9fb",
"regionscountries": "a9c8e613-df86-4c50-b2de-984ecdaa9f64",
"sustainabledevelopmentgoals": "acc593e4-ecfc-4f43-941d-27a44c4d69a2",
"departmentaltargets": "f4e77231-10e9-4092-b3c9-8e8f10f1b0c6",
"healthtopics": "7fded039-3010-474e-862a-28fc57c220fc",
"events": "7b85f733-efef-4d21-9b7a-50cc450265d8",
"publishingoffices": "95571fe8-a014-4852-b301-899475835cda",
"WebPageType": "sample string 10",
"targetaudiences": "cc619339-6441-4b0d-8f86-c44aa157ca07",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "3b8058de-3409-4eee-b608-bc519522eeaa",
"RootId": "d4f88e21-c539-4cb5-b56d-8d411a1caf91",
"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": "c3c754d8-a42a-4cfc-931c-099d06d2a9e7",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "2da5f41d-7c32-431c-a574-1da2a0b500f6",
"regionscountries": "6ee6703b-579f-41b6-956b-8c4448e181d6",
"sustainabledevelopmentgoals": "3e887cb0-adf6-4fb2-8897-e043756554ea",
"departmentaltargets": "6396ee20-04e0-4a76-948e-972c47a2bccb",
"healthtopics": "7cc71651-308e-4674-80dc-5d2a1e04c5c0",
"events": "ce6b94fb-da27-42d6-bff7-d657eae4c312",
"publishingoffices": "b7be567f-c163-4009-9c0e-2d11f7937079",
"WebPageType": "sample string 10",
"targetaudiences": "0ed15054-19d7-410e-8205-43a0bf03d805",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "b42ace54-d201-489f-992a-d604b99790bf",
"RootId": "f2451c3f-0679-4256-98b7-c408ff6eec71",
"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": "a0bf0fc7-c8c0-4da2-894d-e2bf4b02cf4e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "2da5f41d-7c32-431c-a574-1da2a0b500f6",
"regionscountries": "6ee6703b-579f-41b6-956b-8c4448e181d6",
"sustainabledevelopmentgoals": "3e887cb0-adf6-4fb2-8897-e043756554ea",
"departmentaltargets": "6396ee20-04e0-4a76-948e-972c47a2bccb",
"healthtopics": "7cc71651-308e-4674-80dc-5d2a1e04c5c0",
"events": "ce6b94fb-da27-42d6-bff7-d657eae4c312",
"publishingoffices": "b7be567f-c163-4009-9c0e-2d11f7937079",
"WebPageType": "sample string 10",
"targetaudiences": "0ed15054-19d7-410e-8205-43a0bf03d805",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "b42ace54-d201-489f-992a-d604b99790bf",
"RootId": "f2451c3f-0679-4256-98b7-c408ff6eec71",
"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": "a0bf0fc7-c8c0-4da2-894d-e2bf4b02cf4e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add EventsHub relation to sites1 item.
POST /api/multimedias/sites1({key})/EventsHub/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type EventsHub from sites1 item.
DELETE /api/multimedias/sites1({key})/EventsHub/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Image from sites1 item.
GET /api/multimedias/sites1({key})/Image
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "7cf2e7d2-c870-46c6-bee6-0eecbe997013",
"publishingoffices": "098beb37-142f-468c-8165-7e4d06ed4106",
"events": "325b98f9-d92e-4ee4-b0b8-ba09d3e98313",
"targets": "7e072d00-1242-4588-8a80-fe109efd6d57",
"Category": "6c780910-7f2c-42dd-ab3f-464515e24ecf",
"imagetypes": "4e52fd9d-165e-40c5-b05c-c8d421081e96",
"departmentaltargets": "acb6995c-bb1f-45b9-a91d-ebed560b828d",
"stakeholders": "2144572c-05f2-4040-86ac-9fc120143052",
"Tags": "db9b5d09-4471-4907-81d7-b2f2e1020688",
"healthtopics": "1a23428f-aa29-48ad-9f5f-3ebf3255fc4e",
"targetaudiences": "878542e4-e24e-4aab-a57a-14dcaad92c73",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a48e83e9-6ea9-43ab-958e-aaa4c07107fa",
"ParentId": "c6508cd5-a54c-4cd7-896b-6552d50149fd",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"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": "7cf2e7d2-c870-46c6-bee6-0eecbe997013",
"publishingoffices": "098beb37-142f-468c-8165-7e4d06ed4106",
"events": "325b98f9-d92e-4ee4-b0b8-ba09d3e98313",
"targets": "7e072d00-1242-4588-8a80-fe109efd6d57",
"Category": "6c780910-7f2c-42dd-ab3f-464515e24ecf",
"imagetypes": "4e52fd9d-165e-40c5-b05c-c8d421081e96",
"departmentaltargets": "acb6995c-bb1f-45b9-a91d-ebed560b828d",
"stakeholders": "2144572c-05f2-4040-86ac-9fc120143052",
"Tags": "db9b5d09-4471-4907-81d7-b2f2e1020688",
"healthtopics": "1a23428f-aa29-48ad-9f5f-3ebf3255fc4e",
"targetaudiences": "878542e4-e24e-4aab-a57a-14dcaad92c73",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a48e83e9-6ea9-43ab-958e-aaa4c07107fa",
"ParentId": "c6508cd5-a54c-4cd7-896b-6552d50149fd",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add Image relation to sites1 item.
POST /api/multimedias/sites1({key})/Image/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Image from sites1 item.
DELETE /api/multimedias/sites1({key})/Image/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type CountriesOverviewHub from sites1 item.
GET /api/multimedias/sites1({key})/CountriesOverviewHub
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "1695d49e-4339-4697-aa18-e13b8c20fafe",
"regionscountries": "ed4683db-6303-4886-887c-a9084495b5c8",
"sustainabledevelopmentgoals": "7bbb60cf-855f-4869-8784-f3cdcefd14a5",
"departmentaltargets": "f5492826-96ea-43a5-b2fd-0f8ec59bac40",
"healthtopics": "3c8b10ec-02fa-46e4-84d0-17b185536f51",
"events": "2c86e834-fad6-429f-a41a-2f52e2f05fc1",
"publishingoffices": "221acda8-f697-4f16-9672-6cf7000cdb2a",
"WebPageType": "sample string 10",
"targetaudiences": "6c30214c-d385-4aa6-8457-aef9f621169d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "1ebb2514-ef35-4f25-abc4-064dcdc01f18",
"RootId": "b9c5e604-527d-4d23-98bc-cfc5d5e72628",
"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": "57087421-cb01-436f-b5d5-e8de1f412f6d",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "1695d49e-4339-4697-aa18-e13b8c20fafe",
"regionscountries": "ed4683db-6303-4886-887c-a9084495b5c8",
"sustainabledevelopmentgoals": "7bbb60cf-855f-4869-8784-f3cdcefd14a5",
"departmentaltargets": "f5492826-96ea-43a5-b2fd-0f8ec59bac40",
"healthtopics": "3c8b10ec-02fa-46e4-84d0-17b185536f51",
"events": "2c86e834-fad6-429f-a41a-2f52e2f05fc1",
"publishingoffices": "221acda8-f697-4f16-9672-6cf7000cdb2a",
"WebPageType": "sample string 10",
"targetaudiences": "6c30214c-d385-4aa6-8457-aef9f621169d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "1ebb2514-ef35-4f25-abc4-064dcdc01f18",
"RootId": "b9c5e604-527d-4d23-98bc-cfc5d5e72628",
"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": "57087421-cb01-436f-b5d5-e8de1f412f6d",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "c29a1b92-4ae4-4f4a-81df-edb01f220aaf",
"regionscountries": "7a7c9611-f609-4c05-980a-f1972e99d5db",
"sustainabledevelopmentgoals": "8209fc43-d566-4925-b731-874c11c81d00",
"departmentaltargets": "64edc9df-b012-4253-bdfd-f03f452be212",
"healthtopics": "ca3ad932-5ce3-4ca1-9ff4-f69305ae4552",
"events": "1b166dbd-393c-4b17-ae98-b66c17ca05f1",
"publishingoffices": "85d7ce03-a0c1-40af-b274-5e05b54a19b1",
"WebPageType": "sample string 10",
"targetaudiences": "319f9b2a-466b-48dd-9d72-bbfebf8e7493",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "6dc189fe-f4a0-452c-b42b-6b3d8b5a0afe",
"RootId": "bbc18bc1-8ad3-4973-b95e-ac7f287099a8",
"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": "5ad9962b-cde6-4a8e-906f-379878aa91d8",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "c29a1b92-4ae4-4f4a-81df-edb01f220aaf",
"regionscountries": "7a7c9611-f609-4c05-980a-f1972e99d5db",
"sustainabledevelopmentgoals": "8209fc43-d566-4925-b731-874c11c81d00",
"departmentaltargets": "64edc9df-b012-4253-bdfd-f03f452be212",
"healthtopics": "ca3ad932-5ce3-4ca1-9ff4-f69305ae4552",
"events": "1b166dbd-393c-4b17-ae98-b66c17ca05f1",
"publishingoffices": "85d7ce03-a0c1-40af-b274-5e05b54a19b1",
"WebPageType": "sample string 10",
"targetaudiences": "319f9b2a-466b-48dd-9d72-bbfebf8e7493",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "6dc189fe-f4a0-452c-b42b-6b3d8b5a0afe",
"RootId": "bbc18bc1-8ad3-4973-b95e-ac7f287099a8",
"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": "5ad9962b-cde6-4a8e-906f-379878aa91d8",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "a3a3bab8-a3c8-4f7f-9d22-0b1d3feca76f",
"regionscountries": "9ff2c09b-0296-40a5-be60-86d1e162ba1a",
"sustainabledevelopmentgoals": "fd037869-9df6-4ee0-bc62-0a3e4217435e",
"departmentaltargets": "d3d167e2-8546-4aa1-963e-44c289800f4a",
"healthtopics": "99c8fd94-03fb-4b15-ab3b-d36560c6ec46",
"events": "c0a1083a-0c8b-4145-abfc-30ce9bd596ef",
"publishingoffices": "fb3c4617-bf61-4c71-b3d8-b2683e7d875c",
"WebPageType": "sample string 10",
"targetaudiences": "bfbf719a-42c8-4eea-a11c-456f2d836331",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "75387e97-e50c-4f84-bb79-37eb3ca27123",
"RootId": "365c55ea-a57d-47c3-8281-516e9c0a4f01",
"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": "2dda2def-6730-43bf-9167-60668385875b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "a3a3bab8-a3c8-4f7f-9d22-0b1d3feca76f",
"regionscountries": "9ff2c09b-0296-40a5-be60-86d1e162ba1a",
"sustainabledevelopmentgoals": "fd037869-9df6-4ee0-bc62-0a3e4217435e",
"departmentaltargets": "d3d167e2-8546-4aa1-963e-44c289800f4a",
"healthtopics": "99c8fd94-03fb-4b15-ab3b-d36560c6ec46",
"events": "c0a1083a-0c8b-4145-abfc-30ce9bd596ef",
"publishingoffices": "fb3c4617-bf61-4c71-b3d8-b2683e7d875c",
"WebPageType": "sample string 10",
"targetaudiences": "bfbf719a-42c8-4eea-a11c-456f2d836331",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "75387e97-e50c-4f84-bb79-37eb3ca27123",
"RootId": "365c55ea-a57d-47c3-8281-516e9c0a4f01",
"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": "2dda2def-6730-43bf-9167-60668385875b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "510a44ef-435e-4f40-8e3b-acd1e2d34e0f",
"regionscountries": "d3f761ce-e02f-4be8-8abc-d87a822909ce",
"sustainabledevelopmentgoals": "f023ba1c-1be0-43b7-a7b6-8c3580dbdf44",
"departmentaltargets": "38da8a43-4a4c-4f3b-8e30-cdb15496958b",
"healthtopics": "c7b48b94-4741-4eec-b959-1b84ca7dfe1a",
"events": "6bac889b-e5f1-44ae-97d9-27681ae05eab",
"publishingoffices": "56b4a605-c05a-4654-b0ae-0abbdd5ef712",
"WebPageType": "sample string 10",
"targetaudiences": "da956a6c-bdfa-4ec2-ba55-a3d50e488a7b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "41af6a79-c18d-4285-9ccd-4101a27324a6",
"RootId": "00bd3e3f-bd60-4252-a320-9aa15c11ac9a",
"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": "479c35e8-1a3a-4b5f-b291-364c0dea9386",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "510a44ef-435e-4f40-8e3b-acd1e2d34e0f",
"regionscountries": "d3f761ce-e02f-4be8-8abc-d87a822909ce",
"sustainabledevelopmentgoals": "f023ba1c-1be0-43b7-a7b6-8c3580dbdf44",
"departmentaltargets": "38da8a43-4a4c-4f3b-8e30-cdb15496958b",
"healthtopics": "c7b48b94-4741-4eec-b959-1b84ca7dfe1a",
"events": "6bac889b-e5f1-44ae-97d9-27681ae05eab",
"publishingoffices": "56b4a605-c05a-4654-b0ae-0abbdd5ef712",
"WebPageType": "sample string 10",
"targetaudiences": "da956a6c-bdfa-4ec2-ba55-a3d50e488a7b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "41af6a79-c18d-4285-9ccd-4101a27324a6",
"RootId": "00bd3e3f-bd60-4252-a320-9aa15c11ac9a",
"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": "479c35e8-1a3a-4b5f-b291-364c0dea9386",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "469ae2cd-8b09-462b-9ad2-38f4478856b1",
"regionscountries": "107306e4-7064-45d9-97c7-39ada951ba5e",
"sustainabledevelopmentgoals": "8a8ebc3e-8922-41d0-b255-ece909e473e4",
"departmentaltargets": "02162ca7-9cc4-4c1d-8e04-1a3eccbfa590",
"healthtopics": "d42f2c2f-9b0f-497d-bba6-da929d5d9595",
"events": "66bace5b-dfad-4492-a1cf-738defc63a88",
"publishingoffices": "2dfba967-d87f-4fd9-9d88-3d831fb7f97c",
"WebPageType": "sample string 10",
"targetaudiences": "d576a233-07bd-4ef1-b348-971ab5e536a2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "4237622f-9612-48c7-abea-e8979abd3740",
"RootId": "e050dc27-0a05-4dd3-9959-2a5c6ebc2e31",
"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": "e2a756d6-0b9a-4617-b922-8c07187e1357",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "469ae2cd-8b09-462b-9ad2-38f4478856b1",
"regionscountries": "107306e4-7064-45d9-97c7-39ada951ba5e",
"sustainabledevelopmentgoals": "8a8ebc3e-8922-41d0-b255-ece909e473e4",
"departmentaltargets": "02162ca7-9cc4-4c1d-8e04-1a3eccbfa590",
"healthtopics": "d42f2c2f-9b0f-497d-bba6-da929d5d9595",
"events": "66bace5b-dfad-4492-a1cf-738defc63a88",
"publishingoffices": "2dfba967-d87f-4fd9-9d88-3d831fb7f97c",
"WebPageType": "sample string 10",
"targetaudiences": "d576a233-07bd-4ef1-b348-971ab5e536a2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "4237622f-9612-48c7-abea-e8979abd3740",
"RootId": "e050dc27-0a05-4dd3-9959-2a5c6ebc2e31",
"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": "e2a756d6-0b9a-4617-b922-8c07187e1357",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "ba625fbe-e105-4cba-88ea-510086dc12d0",
"regionscountries": "2c35a1c3-25a4-4bbe-b573-e46e09e0c78d",
"sustainabledevelopmentgoals": "751f02f0-db5c-4156-8130-c0349c470d6d",
"departmentaltargets": "d72f1c34-c846-49b9-8c46-4059e6cb9769",
"healthtopics": "ed68eb3b-9084-48e8-9166-dc35b639d77b",
"events": "4b47e5f0-e400-4521-89a0-025b2fb89548",
"publishingoffices": "2d16316b-7ad4-404a-a606-0a21bff6983f",
"WebPageType": "sample string 10",
"targetaudiences": "bf48191d-3602-4072-9a4d-b76db1650b3f",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "6140670c-3ef4-4fb8-b6e5-0b0bd8250c25",
"RootId": "df21c81f-83ea-4f5e-8888-4ddadb4b688e",
"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": "6302ac61-9e77-48ce-984b-aa19b260aa8b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T20:24:29.0903026Z",
"UrlName": "sample string 2",
"organizations": "ba625fbe-e105-4cba-88ea-510086dc12d0",
"regionscountries": "2c35a1c3-25a4-4bbe-b573-e46e09e0c78d",
"sustainabledevelopmentgoals": "751f02f0-db5c-4156-8130-c0349c470d6d",
"departmentaltargets": "d72f1c34-c846-49b9-8c46-4059e6cb9769",
"healthtopics": "ed68eb3b-9084-48e8-9166-dc35b639d77b",
"events": "4b47e5f0-e400-4521-89a0-025b2fb89548",
"publishingoffices": "2d16316b-7ad4-404a-a606-0a21bff6983f",
"WebPageType": "sample string 10",
"targetaudiences": "bf48191d-3602-4072-9a4d-b76db1650b3f",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T20:24:29.0903026Z",
"ShowInNavigation": true,
"ParentId": "6140670c-3ef4-4fb8-b6e5-0b0bd8250c25",
"RootId": "df21c81f-83ea-4f5e-8888-4ddadb4b688e",
"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": "6302ac61-9e77-48ce-984b-aa19b260aa8b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T20:24:29.0903026Z",
"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.