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-09-13T03:42:44.3015813Z",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"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": "35867626-3eb6-44f6-99fd-42af0a4be34d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3015813+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T03:42:44.3015813Z",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"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": "35867626-3eb6-44f6-99fd-42af0a4be34d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3015813+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-09-13T03:42:44.3015813Z",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"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": "5e93e446-6b44-43b7-ac5a-516a2a960687",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3015813+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": "6a4b511f-0d09-4b84-a669-0dbb1d867bc6"
}
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-09-13T03:42:44.3015813Z",
"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": "dd188610-3fb0-44e8-8cc3-8f0a3c77f5ee"
}
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-09-13T03:42:44.3015813Z",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"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": "ac52c649-77d7-492f-99b3-9cf8e291d6a5",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3015813+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-09-13T03:42:44.3015813Z",
"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": "12e621ec-335d-4867-96c9-5da5ce15d4a1"
}
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-09-13T03:42:44.3015813Z",
"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": "8270b6ad-65e4-4f97-8432-fafd042c18bd"
}
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-09-13T03:42:44.3015813Z",
"UrlName": "sample string 2",
"organizations": "f5290dfa-5610-4139-b4ae-5611dc6ff23d",
"regionscountries": "c0a4c804-09fe-479d-928e-98c39e4de040",
"sustainabledevelopmentgoals": "46416455-b4ce-4817-9ce5-404cd11d1aa8",
"departmentaltargets": "8a630063-234b-4738-8c56-cf59740a1d10",
"healthtopics": "9b0e4c07-6968-4517-a7ef-162c5ac2ffd2",
"events": "298c5037-7804-43f0-b3df-7d526a54dbe8",
"publishingoffices": "8c3d562a-6c17-4dc1-b390-3481a7b0394c",
"WebPageType": "sample string 10",
"targetaudiences": "681b0a5c-7c2c-49b8-a3f5-27315fda1568",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"ShowInNavigation": true,
"ParentId": "9b7c479d-f4b0-487c-859a-35a1d4efaa95",
"RootId": "6538b8a9-1cab-4971-93b8-0eee59e16118",
"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": "508dbf53-d414-4797-a639-4d249be0c6d9",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3015813Z",
"UrlName": "sample string 2",
"organizations": "f5290dfa-5610-4139-b4ae-5611dc6ff23d",
"regionscountries": "c0a4c804-09fe-479d-928e-98c39e4de040",
"sustainabledevelopmentgoals": "46416455-b4ce-4817-9ce5-404cd11d1aa8",
"departmentaltargets": "8a630063-234b-4738-8c56-cf59740a1d10",
"healthtopics": "9b0e4c07-6968-4517-a7ef-162c5ac2ffd2",
"events": "298c5037-7804-43f0-b3df-7d526a54dbe8",
"publishingoffices": "8c3d562a-6c17-4dc1-b390-3481a7b0394c",
"WebPageType": "sample string 10",
"targetaudiences": "681b0a5c-7c2c-49b8-a3f5-27315fda1568",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"ShowInNavigation": true,
"ParentId": "9b7c479d-f4b0-487c-859a-35a1d4efaa95",
"RootId": "6538b8a9-1cab-4971-93b8-0eee59e16118",
"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": "508dbf53-d414-4797-a639-4d249be0c6d9",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"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-09-13T03:42:44.3015813Z",
"UrlName": "sample string 2",
"organizations": "eac190d1-a2ff-4514-9eaa-7fdc60bf2d82",
"regionscountries": "a3826f3f-0544-4d0c-b7ba-bced1c4411e3",
"sustainabledevelopmentgoals": "4e418780-9929-4c63-913a-860a02dce5a0",
"departmentaltargets": "194bc714-85a0-4647-b6d1-f4320e2617ed",
"healthtopics": "f8b9f46b-ebc2-4c3e-a5b2-0cb5d379a61d",
"events": "d1af77ae-f3ca-4442-867d-a8ae77ce4099",
"publishingoffices": "945a36c4-9361-40fd-a4d0-ddb081060947",
"WebPageType": "sample string 10",
"targetaudiences": "54d82394-2867-47e8-aa50-575b88db9704",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"ShowInNavigation": true,
"ParentId": "7ccc2af1-d122-4250-946d-a79d23be96c3",
"RootId": "41ecc701-2224-4d44-910b-40f9028240f6",
"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": "ec867206-dcdf-4498-8b39-75d9b0dd9669",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3015813Z",
"UrlName": "sample string 2",
"organizations": "eac190d1-a2ff-4514-9eaa-7fdc60bf2d82",
"regionscountries": "a3826f3f-0544-4d0c-b7ba-bced1c4411e3",
"sustainabledevelopmentgoals": "4e418780-9929-4c63-913a-860a02dce5a0",
"departmentaltargets": "194bc714-85a0-4647-b6d1-f4320e2617ed",
"healthtopics": "f8b9f46b-ebc2-4c3e-a5b2-0cb5d379a61d",
"events": "d1af77ae-f3ca-4442-867d-a8ae77ce4099",
"publishingoffices": "945a36c4-9361-40fd-a4d0-ddb081060947",
"WebPageType": "sample string 10",
"targetaudiences": "54d82394-2867-47e8-aa50-575b88db9704",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3015813Z",
"ShowInNavigation": true,
"ParentId": "7ccc2af1-d122-4250-946d-a79d23be96c3",
"RootId": "41ecc701-2224-4d44-910b-40f9028240f6",
"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": "ec867206-dcdf-4498-8b39-75d9b0dd9669",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3015813Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "99cbcd9c-c798-4247-980f-027a7e2f4b15",
"regionscountries": "3fc339d6-ffe5-43c4-a3e8-8906f368031a",
"sustainabledevelopmentgoals": "a7e5aaf8-c8cb-4932-bada-2a1d5b5787c5",
"departmentaltargets": "fec3dc94-6e5a-41e0-abda-1c1fbc7cb54c",
"healthtopics": "3c658702-4d4d-47f8-942f-c74641c61805",
"events": "0ef5ef75-d9af-4fad-9622-ac0f7d389573",
"publishingoffices": "b2d6a2a2-17e8-42b3-9cde-f65596b93229",
"WebPageType": "sample string 10",
"targetaudiences": "8220d2a0-0ffc-44bf-921d-6bc42ddc00cd",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "07276744-2c4a-4b06-a4d5-07b0590d97f2",
"RootId": "49cd19d0-e692-4e81-b966-180d99abfd7d",
"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": "d752ba4e-707e-4d69-9953-6c5c30bfbf83",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "99cbcd9c-c798-4247-980f-027a7e2f4b15",
"regionscountries": "3fc339d6-ffe5-43c4-a3e8-8906f368031a",
"sustainabledevelopmentgoals": "a7e5aaf8-c8cb-4932-bada-2a1d5b5787c5",
"departmentaltargets": "fec3dc94-6e5a-41e0-abda-1c1fbc7cb54c",
"healthtopics": "3c658702-4d4d-47f8-942f-c74641c61805",
"events": "0ef5ef75-d9af-4fad-9622-ac0f7d389573",
"publishingoffices": "b2d6a2a2-17e8-42b3-9cde-f65596b93229",
"WebPageType": "sample string 10",
"targetaudiences": "8220d2a0-0ffc-44bf-921d-6bc42ddc00cd",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "07276744-2c4a-4b06-a4d5-07b0590d97f2",
"RootId": "49cd19d0-e692-4e81-b966-180d99abfd7d",
"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": "d752ba4e-707e-4d69-9953-6c5c30bfbf83",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "dd217663-2a54-40c3-9c8c-99cab8849ee3",
"regionscountries": "c0d3ad75-12cf-4e34-b94e-72c5fff500b1",
"sustainabledevelopmentgoals": "5ecc344f-4d27-498e-996b-bd2d47c64aa7",
"departmentaltargets": "cd98a9f8-ca3b-450a-bca6-fbbf56f46446",
"healthtopics": "2a6a5433-cec6-47e8-9730-4993c9ced432",
"events": "1ca48aed-ba5b-40d3-af5f-c12a832e992b",
"publishingoffices": "84878915-df2a-4fd7-9be4-4d9bad19d228",
"WebPageType": "sample string 10",
"targetaudiences": "3c094746-f15e-4d6a-bde1-95b469e29064",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "f38934bb-1814-4a03-bc90-a1d9ea8100e7",
"RootId": "a6696a24-61e9-4033-b345-e0d4c3a1d9c9",
"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": "c52f01db-df32-4d0f-b496-91ac893bc6d1",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "dd217663-2a54-40c3-9c8c-99cab8849ee3",
"regionscountries": "c0d3ad75-12cf-4e34-b94e-72c5fff500b1",
"sustainabledevelopmentgoals": "5ecc344f-4d27-498e-996b-bd2d47c64aa7",
"departmentaltargets": "cd98a9f8-ca3b-450a-bca6-fbbf56f46446",
"healthtopics": "2a6a5433-cec6-47e8-9730-4993c9ced432",
"events": "1ca48aed-ba5b-40d3-af5f-c12a832e992b",
"publishingoffices": "84878915-df2a-4fd7-9be4-4d9bad19d228",
"WebPageType": "sample string 10",
"targetaudiences": "3c094746-f15e-4d6a-bde1-95b469e29064",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "f38934bb-1814-4a03-bc90-a1d9ea8100e7",
"RootId": "a6696a24-61e9-4033-b345-e0d4c3a1d9c9",
"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": "c52f01db-df32-4d0f-b496-91ac893bc6d1",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "a8bdcc86-4b41-428f-8625-1f1d0f8e578a",
"publishingoffices": "7abd7058-de3c-453c-9d8d-ea44d7325259",
"events": "2f08fe01-5589-4a16-b92a-b3783ba6bc1e",
"targets": "95be441f-bb62-4b1a-865a-009fd556f3f4",
"Category": "0333f6b8-cf84-4671-b35a-5a9073d1569a",
"imagetypes": "281ee2fe-e307-4ec6-8024-30bc163571c8",
"departmentaltargets": "41ca1a30-ef93-45f0-a17e-f180160d08af",
"stakeholders": "2c1d8223-8f57-42b5-9d7e-5595cf541d1f",
"Tags": "1789b9bb-39d8-4fd0-9ad7-c9c88d2137dc",
"healthtopics": "fb2a5412-7990-4618-8071-c3dd8ca0029d",
"targetaudiences": "f281cdfb-ef68-45d6-aff7-918c859b5ff0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6cbec86e-7567-4fe9-b2c7-284b959ab0bf",
"ParentId": "293e826d-d87c-466c-8b02-e3d0ff362083",
"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-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "a8bdcc86-4b41-428f-8625-1f1d0f8e578a",
"publishingoffices": "7abd7058-de3c-453c-9d8d-ea44d7325259",
"events": "2f08fe01-5589-4a16-b92a-b3783ba6bc1e",
"targets": "95be441f-bb62-4b1a-865a-009fd556f3f4",
"Category": "0333f6b8-cf84-4671-b35a-5a9073d1569a",
"imagetypes": "281ee2fe-e307-4ec6-8024-30bc163571c8",
"departmentaltargets": "41ca1a30-ef93-45f0-a17e-f180160d08af",
"stakeholders": "2c1d8223-8f57-42b5-9d7e-5595cf541d1f",
"Tags": "1789b9bb-39d8-4fd0-9ad7-c9c88d2137dc",
"healthtopics": "fb2a5412-7990-4618-8071-c3dd8ca0029d",
"targetaudiences": "f281cdfb-ef68-45d6-aff7-918c859b5ff0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6cbec86e-7567-4fe9-b2c7-284b959ab0bf",
"ParentId": "293e826d-d87c-466c-8b02-e3d0ff362083",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "709e9383-cb58-4ada-a052-1bc15434aee8",
"regionscountries": "4ea68635-14ef-4294-bb2a-ff6f982436da",
"sustainabledevelopmentgoals": "668a6df2-e077-4094-a571-b4e2a8ed7851",
"departmentaltargets": "05578914-1f1c-44c5-99f5-c501508542d3",
"healthtopics": "d5405a0f-3fa7-44f8-940e-ef34b0e3f065",
"events": "acc6405c-114d-493e-8ced-0fc25c598fd5",
"publishingoffices": "a41befa1-6d7d-422d-ad66-7461bfe3f288",
"WebPageType": "sample string 10",
"targetaudiences": "9eabf2f4-027e-4b54-8b5f-9d37f514e8b8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "a77d643a-a4fe-4764-b3b2-c35cb45b2072",
"RootId": "eab9cba4-7d10-420e-adc2-8eb23119462b",
"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": "e7fa8338-9133-44c0-b7af-0b9c2861447c",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "709e9383-cb58-4ada-a052-1bc15434aee8",
"regionscountries": "4ea68635-14ef-4294-bb2a-ff6f982436da",
"sustainabledevelopmentgoals": "668a6df2-e077-4094-a571-b4e2a8ed7851",
"departmentaltargets": "05578914-1f1c-44c5-99f5-c501508542d3",
"healthtopics": "d5405a0f-3fa7-44f8-940e-ef34b0e3f065",
"events": "acc6405c-114d-493e-8ced-0fc25c598fd5",
"publishingoffices": "a41befa1-6d7d-422d-ad66-7461bfe3f288",
"WebPageType": "sample string 10",
"targetaudiences": "9eabf2f4-027e-4b54-8b5f-9d37f514e8b8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "a77d643a-a4fe-4764-b3b2-c35cb45b2072",
"RootId": "eab9cba4-7d10-420e-adc2-8eb23119462b",
"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": "e7fa8338-9133-44c0-b7af-0b9c2861447c",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "a3c5dd23-979f-4acd-9393-e1bd31f096bc",
"regionscountries": "71567dda-4506-4965-a7f5-b396ecf58f34",
"sustainabledevelopmentgoals": "2e05aa8c-d7ad-4d56-8372-8a96960a785e",
"departmentaltargets": "91d9167d-bba0-40c9-9411-871217c807f0",
"healthtopics": "eae7a2da-2fc8-4231-8604-a0fdff30758b",
"events": "caaa8297-8044-44b6-94d7-7f27caee11ad",
"publishingoffices": "a80c1e13-0ff5-4bca-9cf8-7ccdcbb7f01e",
"WebPageType": "sample string 10",
"targetaudiences": "2623ae70-d158-401a-8777-bd50e32219e5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "fdfd4c43-3384-4ee7-8fea-b6f916d972ed",
"RootId": "12f1d0e5-86d0-45d5-a828-a7ba2ba26b86",
"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": "3bc22bbf-c472-4158-af92-9fc4b378f304",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "a3c5dd23-979f-4acd-9393-e1bd31f096bc",
"regionscountries": "71567dda-4506-4965-a7f5-b396ecf58f34",
"sustainabledevelopmentgoals": "2e05aa8c-d7ad-4d56-8372-8a96960a785e",
"departmentaltargets": "91d9167d-bba0-40c9-9411-871217c807f0",
"healthtopics": "eae7a2da-2fc8-4231-8604-a0fdff30758b",
"events": "caaa8297-8044-44b6-94d7-7f27caee11ad",
"publishingoffices": "a80c1e13-0ff5-4bca-9cf8-7ccdcbb7f01e",
"WebPageType": "sample string 10",
"targetaudiences": "2623ae70-d158-401a-8777-bd50e32219e5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "fdfd4c43-3384-4ee7-8fea-b6f916d972ed",
"RootId": "12f1d0e5-86d0-45d5-a828-a7ba2ba26b86",
"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": "3bc22bbf-c472-4158-af92-9fc4b378f304",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "2a3024ca-9677-4a99-a314-343b5f8266cc",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3172033+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "2a3024ca-9677-4a99-a314-343b5f8266cc",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:44.3172033+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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "d37c6552-fa6f-45b5-9e81-4cc2c5351b05",
"regionscountries": "2d48daed-3ef4-4af2-ad53-71c404b93271",
"sustainabledevelopmentgoals": "31176e75-8a60-4d52-86f5-172bfa8104d2",
"departmentaltargets": "3add30b8-1fdb-4281-854d-46dad28e3281",
"healthtopics": "363ccbdf-448b-468f-9fbc-23889f7266cf",
"events": "94a7daf5-faca-4335-9a6b-7c159d785b04",
"publishingoffices": "4f6f0026-ab8e-4361-876b-17df24dfbec4",
"WebPageType": "sample string 10",
"targetaudiences": "5a4b6e19-2b24-442a-b4cb-4728178d430d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "cd6bc3dd-ae51-419f-b4bc-25d18e6ca1f9",
"RootId": "f46e237f-9646-4b9a-8e0c-4bd74ebbc3df",
"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": "101ef219-3e08-4158-854c-9009cc9bec91",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "d37c6552-fa6f-45b5-9e81-4cc2c5351b05",
"regionscountries": "2d48daed-3ef4-4af2-ad53-71c404b93271",
"sustainabledevelopmentgoals": "31176e75-8a60-4d52-86f5-172bfa8104d2",
"departmentaltargets": "3add30b8-1fdb-4281-854d-46dad28e3281",
"healthtopics": "363ccbdf-448b-468f-9fbc-23889f7266cf",
"events": "94a7daf5-faca-4335-9a6b-7c159d785b04",
"publishingoffices": "4f6f0026-ab8e-4361-876b-17df24dfbec4",
"WebPageType": "sample string 10",
"targetaudiences": "5a4b6e19-2b24-442a-b4cb-4728178d430d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "cd6bc3dd-ae51-419f-b4bc-25d18e6ca1f9",
"RootId": "f46e237f-9646-4b9a-8e0c-4bd74ebbc3df",
"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": "101ef219-3e08-4158-854c-9009cc9bec91",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "4fb790fd-cd96-4a1e-8be5-e0b5a71b8ad3",
"regionscountries": "42163292-1d81-4972-ba06-c9528ae37d6f",
"sustainabledevelopmentgoals": "7c380527-f6af-4365-b1a8-a5c320de01e2",
"departmentaltargets": "0f007726-ba57-46f2-b003-52c807e6a3ca",
"healthtopics": "fe020649-3b8d-49cf-9b91-63bd0714166c",
"events": "08fbd56c-33e1-4822-a094-a4d73d8b1966",
"publishingoffices": "9166d760-9c7d-4304-902f-ad056989fd6a",
"WebPageType": "sample string 10",
"targetaudiences": "2d8b752f-4e73-42fa-9c97-8181991abaa9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "d79d7d72-50a7-4a3d-b340-a1857665ce4e",
"RootId": "61838eca-1eee-461a-ae35-79eca84e9311",
"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": "b1b84a67-5807-405d-9fd6-3ceded96eb93",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "4fb790fd-cd96-4a1e-8be5-e0b5a71b8ad3",
"regionscountries": "42163292-1d81-4972-ba06-c9528ae37d6f",
"sustainabledevelopmentgoals": "7c380527-f6af-4365-b1a8-a5c320de01e2",
"departmentaltargets": "0f007726-ba57-46f2-b003-52c807e6a3ca",
"healthtopics": "fe020649-3b8d-49cf-9b91-63bd0714166c",
"events": "08fbd56c-33e1-4822-a094-a4d73d8b1966",
"publishingoffices": "9166d760-9c7d-4304-902f-ad056989fd6a",
"WebPageType": "sample string 10",
"targetaudiences": "2d8b752f-4e73-42fa-9c97-8181991abaa9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "d79d7d72-50a7-4a3d-b340-a1857665ce4e",
"RootId": "61838eca-1eee-461a-ae35-79eca84e9311",
"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": "b1b84a67-5807-405d-9fd6-3ceded96eb93",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "adbe02c3-260b-4093-8f20-098b3366a363",
"publishingoffices": "c6a61c88-6e9b-4a43-8aae-30b2b5950a79",
"events": "4c489d8c-f8e3-4c6e-bcf7-d628f88e852d",
"targets": "305dd875-d71e-4ac5-a714-20ecbc2adb90",
"Category": "ec043e15-03aa-4981-ac54-292bd5e93892",
"imagetypes": "60fbbbbb-4262-4777-b8ee-acf8bf6a3b6f",
"departmentaltargets": "9eaf42dd-5642-4e8a-a597-c67c3639209f",
"stakeholders": "0af94960-4582-444d-b76f-3dad7d284372",
"Tags": "ed800561-5591-4739-9b44-f06ad208cdbf",
"healthtopics": "5e8e693d-68cf-4f68-8d5c-9e4723c986e9",
"targetaudiences": "7e5ae6e7-0d46-4dd9-846b-c2c83d392ba4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6cf6b6f-0e85-4a04-b581-0ccc36a44303",
"ParentId": "554e9f05-f5c3-43a8-964b-821af7f73f91",
"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-09-13T03:42:44.3172033Z",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"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": "adbe02c3-260b-4093-8f20-098b3366a363",
"publishingoffices": "c6a61c88-6e9b-4a43-8aae-30b2b5950a79",
"events": "4c489d8c-f8e3-4c6e-bcf7-d628f88e852d",
"targets": "305dd875-d71e-4ac5-a714-20ecbc2adb90",
"Category": "ec043e15-03aa-4981-ac54-292bd5e93892",
"imagetypes": "60fbbbbb-4262-4777-b8ee-acf8bf6a3b6f",
"departmentaltargets": "9eaf42dd-5642-4e8a-a597-c67c3639209f",
"stakeholders": "0af94960-4582-444d-b76f-3dad7d284372",
"Tags": "ed800561-5591-4739-9b44-f06ad208cdbf",
"healthtopics": "5e8e693d-68cf-4f68-8d5c-9e4723c986e9",
"targetaudiences": "7e5ae6e7-0d46-4dd9-846b-c2c83d392ba4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6cf6b6f-0e85-4a04-b581-0ccc36a44303",
"ParentId": "554e9f05-f5c3-43a8-964b-821af7f73f91",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "a6fa864e-b264-4024-974a-a1a57f951a77",
"regionscountries": "99a846cc-5053-4432-b9f4-afb7ac09f45f",
"sustainabledevelopmentgoals": "92113ec7-f1c1-4735-8615-f3c72c479cb9",
"departmentaltargets": "e8bf070f-9a80-4dfa-b8eb-a3bcf1e684f1",
"healthtopics": "d12d194c-03e6-4ac0-b1eb-2990a3ddc912",
"events": "1bd57fa4-f074-4d53-8953-279abad08502",
"publishingoffices": "37c7135f-c4ee-4711-bf9f-e63bad40a073",
"WebPageType": "sample string 10",
"targetaudiences": "32441a64-0944-48d4-87c9-0ea6ca72efac",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "48bc6a11-e3e3-4d6c-8599-3ca18a334bb7",
"RootId": "969f7b95-a998-4044-b3b5-ccd8cdec98db",
"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": "59318109-a85e-4e80-beff-132657b3ed21",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "a6fa864e-b264-4024-974a-a1a57f951a77",
"regionscountries": "99a846cc-5053-4432-b9f4-afb7ac09f45f",
"sustainabledevelopmentgoals": "92113ec7-f1c1-4735-8615-f3c72c479cb9",
"departmentaltargets": "e8bf070f-9a80-4dfa-b8eb-a3bcf1e684f1",
"healthtopics": "d12d194c-03e6-4ac0-b1eb-2990a3ddc912",
"events": "1bd57fa4-f074-4d53-8953-279abad08502",
"publishingoffices": "37c7135f-c4ee-4711-bf9f-e63bad40a073",
"WebPageType": "sample string 10",
"targetaudiences": "32441a64-0944-48d4-87c9-0ea6ca72efac",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "48bc6a11-e3e3-4d6c-8599-3ca18a334bb7",
"RootId": "969f7b95-a998-4044-b3b5-ccd8cdec98db",
"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": "59318109-a85e-4e80-beff-132657b3ed21",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "2e11c856-ac94-4cef-8bdd-413916c43307",
"regionscountries": "ae5af758-a0f1-469b-a6dd-fafc5e69945f",
"sustainabledevelopmentgoals": "769df66b-c0df-4b08-b8d7-deb8136cc400",
"departmentaltargets": "3d65f857-b2a1-4b79-acf9-f4d9466afbfa",
"healthtopics": "ddb60d92-0e44-43ca-bbb8-a644ce78a713",
"events": "ebc1bf5a-14ec-48a4-b1fd-d51b6993020b",
"publishingoffices": "6b4d823f-6f1e-4170-9e49-54a392b06f0f",
"WebPageType": "sample string 10",
"targetaudiences": "66d22a1c-a520-42f0-be1a-d213fcb5bde5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "2f2bdcaa-4592-4d96-b898-4243c0fab63b",
"RootId": "9f7fdde3-bcbb-4edf-ba0f-3b3fcc96c3ba",
"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": "c9be0629-7521-4467-ae3d-5afb0c9ba355",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "2e11c856-ac94-4cef-8bdd-413916c43307",
"regionscountries": "ae5af758-a0f1-469b-a6dd-fafc5e69945f",
"sustainabledevelopmentgoals": "769df66b-c0df-4b08-b8d7-deb8136cc400",
"departmentaltargets": "3d65f857-b2a1-4b79-acf9-f4d9466afbfa",
"healthtopics": "ddb60d92-0e44-43ca-bbb8-a644ce78a713",
"events": "ebc1bf5a-14ec-48a4-b1fd-d51b6993020b",
"publishingoffices": "6b4d823f-6f1e-4170-9e49-54a392b06f0f",
"WebPageType": "sample string 10",
"targetaudiences": "66d22a1c-a520-42f0-be1a-d213fcb5bde5",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "2f2bdcaa-4592-4d96-b898-4243c0fab63b",
"RootId": "9f7fdde3-bcbb-4edf-ba0f-3b3fcc96c3ba",
"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": "c9be0629-7521-4467-ae3d-5afb0c9ba355",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "f83863a7-1721-44b9-a147-84696bc87348",
"regionscountries": "0fcf1623-4116-4222-9753-fea68f243879",
"sustainabledevelopmentgoals": "8944254b-58e5-4df2-8209-07639ab8dca1",
"departmentaltargets": "1f43c0f0-6e24-4bb1-b512-c59f9cded4b6",
"healthtopics": "20d1b821-0220-4325-9f8b-05de3b97186b",
"events": "34e3bbcc-878f-4d11-a147-aa9fb6818e1d",
"publishingoffices": "ca21c6d4-f780-44ff-b215-0717fb90f599",
"WebPageType": "sample string 10",
"targetaudiences": "19f1d17a-a1d6-4f8f-84f3-f723e3dc0f7b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "283d6d5f-771c-42a3-8bbd-be6ddd131394",
"RootId": "99b17714-8496-4373-b832-2c7717cbe952",
"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": "8757d76f-d034-4a5b-9e87-1cac463ecb87",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "f83863a7-1721-44b9-a147-84696bc87348",
"regionscountries": "0fcf1623-4116-4222-9753-fea68f243879",
"sustainabledevelopmentgoals": "8944254b-58e5-4df2-8209-07639ab8dca1",
"departmentaltargets": "1f43c0f0-6e24-4bb1-b512-c59f9cded4b6",
"healthtopics": "20d1b821-0220-4325-9f8b-05de3b97186b",
"events": "34e3bbcc-878f-4d11-a147-aa9fb6818e1d",
"publishingoffices": "ca21c6d4-f780-44ff-b215-0717fb90f599",
"WebPageType": "sample string 10",
"targetaudiences": "19f1d17a-a1d6-4f8f-84f3-f723e3dc0f7b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "283d6d5f-771c-42a3-8bbd-be6ddd131394",
"RootId": "99b17714-8496-4373-b832-2c7717cbe952",
"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": "8757d76f-d034-4a5b-9e87-1cac463ecb87",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "7d0b630f-fb01-434b-a3e2-67659c1a4816",
"regionscountries": "9bf6664b-3b42-4a49-a599-a556ca3dcadf",
"sustainabledevelopmentgoals": "dd8fdd20-ee62-4d2e-8a24-ac5ea523b6cd",
"departmentaltargets": "f35ea8ea-c9af-487c-a606-30a70d9de86b",
"healthtopics": "3c6afa89-af78-4541-bc04-92e78b616ca3",
"events": "f14339e5-7ccf-4526-b346-c5cd66139840",
"publishingoffices": "4c60d3af-8c41-4cfc-a9e6-056154a1d4ff",
"WebPageType": "sample string 10",
"targetaudiences": "bb18a555-93aa-4fe7-8ea8-bbd9c3460244",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "986d07dc-111c-4e01-ba0c-ab4c1911bd5a",
"RootId": "d8693fb0-bee8-4483-9a7c-b8866f483e87",
"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": "15c6c304-fca8-4917-80b7-b3163ee73bd3",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "7d0b630f-fb01-434b-a3e2-67659c1a4816",
"regionscountries": "9bf6664b-3b42-4a49-a599-a556ca3dcadf",
"sustainabledevelopmentgoals": "dd8fdd20-ee62-4d2e-8a24-ac5ea523b6cd",
"departmentaltargets": "f35ea8ea-c9af-487c-a606-30a70d9de86b",
"healthtopics": "3c6afa89-af78-4541-bc04-92e78b616ca3",
"events": "f14339e5-7ccf-4526-b346-c5cd66139840",
"publishingoffices": "4c60d3af-8c41-4cfc-a9e6-056154a1d4ff",
"WebPageType": "sample string 10",
"targetaudiences": "bb18a555-93aa-4fe7-8ea8-bbd9c3460244",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "986d07dc-111c-4e01-ba0c-ab4c1911bd5a",
"RootId": "d8693fb0-bee8-4483-9a7c-b8866f483e87",
"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": "15c6c304-fca8-4917-80b7-b3163ee73bd3",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "0a2fb903-aec2-41ae-929f-9a55e4880817",
"regionscountries": "22e65b68-5555-446a-b21b-600f902bdbb1",
"sustainabledevelopmentgoals": "3ef45e7b-4789-482e-ae5d-1c3d94d865d1",
"departmentaltargets": "d5d5d7b2-6691-4d27-b070-94be35384f8a",
"healthtopics": "dde0b5ea-e0c0-445c-baef-acf5ef0e4a26",
"events": "3fe0f8af-16b2-4ae4-8bc6-6456bdf6e07e",
"publishingoffices": "b12384a5-2bbb-486b-b690-a72e16a61e63",
"WebPageType": "sample string 10",
"targetaudiences": "436fb778-a440-4c0e-a9e4-4eea38952411",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "872a809f-5c33-40c3-8c85-b9596dd2314d",
"RootId": "742f6f4b-3351-4c5a-a37b-70d0fb7b7b58",
"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": "9a4d8935-66f8-4dc9-be38-b8351e0b850e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "0a2fb903-aec2-41ae-929f-9a55e4880817",
"regionscountries": "22e65b68-5555-446a-b21b-600f902bdbb1",
"sustainabledevelopmentgoals": "3ef45e7b-4789-482e-ae5d-1c3d94d865d1",
"departmentaltargets": "d5d5d7b2-6691-4d27-b070-94be35384f8a",
"healthtopics": "dde0b5ea-e0c0-445c-baef-acf5ef0e4a26",
"events": "3fe0f8af-16b2-4ae4-8bc6-6456bdf6e07e",
"publishingoffices": "b12384a5-2bbb-486b-b690-a72e16a61e63",
"WebPageType": "sample string 10",
"targetaudiences": "436fb778-a440-4c0e-a9e4-4eea38952411",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "872a809f-5c33-40c3-8c85-b9596dd2314d",
"RootId": "742f6f4b-3351-4c5a-a37b-70d0fb7b7b58",
"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": "9a4d8935-66f8-4dc9-be38-b8351e0b850e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "1090fece-dddd-4df7-9944-ee5f85fa0ab8",
"regionscountries": "1a6bf9e8-548e-4abf-9e5d-248ba1dd7c94",
"sustainabledevelopmentgoals": "0b8ba1d9-afe3-47b0-81e2-aa1962cbf510",
"departmentaltargets": "8818de9e-a2d8-45ed-b94f-d85ba8e56f13",
"healthtopics": "eaeec6b9-11c6-4af2-8576-4a3c31f0e4c4",
"events": "3a4fb38b-340a-46c0-867b-80a845cd4bf2",
"publishingoffices": "b6d8ae32-aa7b-441f-845c-003855e5bfb3",
"WebPageType": "sample string 10",
"targetaudiences": "e87079b3-1b5f-43c4-9256-d1db411d3c28",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "ccb0adc7-b7d8-4b32-ae8a-486ef64793dc",
"RootId": "62458d5f-2a05-413a-bccc-1f911e4c3c87",
"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": "1e203b02-ae02-4561-9e01-8dedc9023c47",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-13T03:42:44.3172033Z",
"UrlName": "sample string 2",
"organizations": "1090fece-dddd-4df7-9944-ee5f85fa0ab8",
"regionscountries": "1a6bf9e8-548e-4abf-9e5d-248ba1dd7c94",
"sustainabledevelopmentgoals": "0b8ba1d9-afe3-47b0-81e2-aa1962cbf510",
"departmentaltargets": "8818de9e-a2d8-45ed-b94f-d85ba8e56f13",
"healthtopics": "eaeec6b9-11c6-4af2-8576-4a3c31f0e4c4",
"events": "3a4fb38b-340a-46c0-867b-80a845cd4bf2",
"publishingoffices": "b6d8ae32-aa7b-441f-845c-003855e5bfb3",
"WebPageType": "sample string 10",
"targetaudiences": "e87079b3-1b5f-43c4-9256-d1db411d3c28",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-13T03:42:44.3172033Z",
"ShowInNavigation": true,
"ParentId": "ccb0adc7-b7d8-4b32-ae8a-486ef64793dc",
"RootId": "62458d5f-2a05-413a-bccc-1f911e4c3c87",
"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": "1e203b02-ae02-4561-9e01-8dedc9023c47",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-13T03:42:44.3172033Z",
"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.