Returns a set of data items of type indicators.
GET /api/multimedias/indicators
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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "5bf16406-5440-40d0-836f-414233f629c2",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "d0061707-7edb-4ed5-ab79-72ff50c9896e",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "5bf16406-5440-40d0-836f-414233f629c2",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "d0061707-7edb-4ed5-ab79-72ff50c9896e",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets indicators item by id.
GET /api/multimedias/indicators({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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "58291430-82c3-4b41-b8e0-c9341bfe0146",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "92c794f3-fd40-48a4-b95d-e00bdf90611d",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from indicators item.
GET /api/multimedias/indicators({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": "d0c12925-8241-4f2f-bc4b-94bad7a73609"
}
Creates a indicators item.
POST /api/multimedias/indicators
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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "78ac4144-8651-4719-a45c-c24420fa5d21",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "5c047c72-d02b-42b7-a862-27adc228327f"
}
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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "9344a321-c1b7-4e23-9ea6-3b0007bf420e",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "f06789ca-36ac-4fcc-9e09-5b4e20966b34",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for indicators item.
PATCH /api/multimedias/indicators({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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "9aa3306e-3567-4abe-830a-b1d612f9e232",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "95f408d2-6c8c-4fe4-b24d-3c101e9eb37a"
}
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 indicators item.
PUT /api/multimedias/indicators({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 | |
Footnote | System.String | Read only: False | |
policyclassifications | System.Guid | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
PriorityLevelWHO | System.Decimal | Read only: False | |
UseThumbnailView | System.Boolean | Read only: False | |
IMRDefinitionIndicatorId | System.Decimal | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "86a8a511-a175-46dd-a1b0-b9755c50b861",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "a2d97522-ef0a-4989-a2b9-dbfa2ea2c840"
}
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 indicators item by Id.
DELETE /api/multimedias/indicators({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 Parent from indicators item.
GET /api/multimedias/indicators({key})/Parent
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 | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to indicators item.
POST /api/multimedias/indicators({key})/Parent/$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 Parent from indicators item.
DELETE /api/multimedias/indicators({key})/Parent/$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 Resources from indicators item.
GET /api/multimedias/indicators({key})/Resources
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "719f850b-b668-4f6e-972e-e00308143190",
"regionscountries": "5ca11f24-9705-4d1e-8f2a-ad1395534f85",
"sustainabledevelopmentgoals": "944997a0-0602-4860-8f98-89d5e566be94",
"departmentaltargets": "f9bfb70b-25b3-47fa-9ccb-d593b69ce373",
"healthtopics": "f17cd026-11f1-41d7-9613-78c174675976",
"events": "2bc0a8eb-ff75-45bf-904b-0fd5ae9e45e2",
"publishingoffices": "71bb72c4-7642-4c3a-9a00-552c96367870",
"WebPageType": "sample string 10",
"targetaudiences": "93454f3f-3d14-4c81-a0c7-9d5104c2ec23",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "7a9c78c3-3088-4883-bae5-a74e2aa01661",
"RootId": "968c8d19-0369-47dc-af5a-884c8567ebd8",
"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": "fa3485bd-49c9-42ef-94d5-853ed9b7beac",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "719f850b-b668-4f6e-972e-e00308143190",
"regionscountries": "5ca11f24-9705-4d1e-8f2a-ad1395534f85",
"sustainabledevelopmentgoals": "944997a0-0602-4860-8f98-89d5e566be94",
"departmentaltargets": "f9bfb70b-25b3-47fa-9ccb-d593b69ce373",
"healthtopics": "f17cd026-11f1-41d7-9613-78c174675976",
"events": "2bc0a8eb-ff75-45bf-904b-0fd5ae9e45e2",
"publishingoffices": "71bb72c4-7642-4c3a-9a00-552c96367870",
"WebPageType": "sample string 10",
"targetaudiences": "93454f3f-3d14-4c81-a0c7-9d5104c2ec23",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "7a9c78c3-3088-4883-bae5-a74e2aa01661",
"RootId": "968c8d19-0369-47dc-af5a-884c8567ebd8",
"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": "fa3485bd-49c9-42ef-94d5-853ed9b7beac",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add Resources relation to indicators item.
POST /api/multimedias/indicators({key})/Resources/$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 Resources from indicators item.
DELETE /api/multimedias/indicators({key})/Resources/$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 ThumbnailImage from indicators item.
GET /api/multimedias/indicators({key})/ThumbnailImage
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"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": "c9560445-67e8-4cb6-9c0c-c1603020febf",
"publishingoffices": "9b746bc3-b911-4a1e-a6df-84d3f317fa1c",
"events": "b076f0e7-7f39-47da-a15e-7f58b2c22651",
"targets": "e79078a4-3500-4e51-b1c7-3e9d5ea83ba8",
"Category": "d43129a3-15f7-462f-990f-4f742c2093f5",
"imagetypes": "90c142f6-bf44-4883-a3ef-dda419f723c8",
"departmentaltargets": "fbd686a4-cdea-4b0e-8c88-0a9e50666d8b",
"stakeholders": "f32130c6-68fd-4ea9-a125-ad909a6639df",
"Tags": "d40c5b30-275a-404f-930e-2334d1e8cac7",
"healthtopics": "9d32565c-713c-42fd-a43a-abfe86b51c6a",
"targetaudiences": "fb204235-d56a-4978-9c1a-38b7799fad61",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b76dde4e-e6a1-4c40-9438-daa5d3a03d52",
"ParentId": "fa7015a6-c18c-4dc4-bdab-24d87a5e90f5",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"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": "c9560445-67e8-4cb6-9c0c-c1603020febf",
"publishingoffices": "9b746bc3-b911-4a1e-a6df-84d3f317fa1c",
"events": "b076f0e7-7f39-47da-a15e-7f58b2c22651",
"targets": "e79078a4-3500-4e51-b1c7-3e9d5ea83ba8",
"Category": "d43129a3-15f7-462f-990f-4f742c2093f5",
"imagetypes": "90c142f6-bf44-4883-a3ef-dda419f723c8",
"departmentaltargets": "fbd686a4-cdea-4b0e-8c88-0a9e50666d8b",
"stakeholders": "f32130c6-68fd-4ea9-a125-ad909a6639df",
"Tags": "d40c5b30-275a-404f-930e-2334d1e8cac7",
"healthtopics": "9d32565c-713c-42fd-a43a-abfe86b51c6a",
"targetaudiences": "fb204235-d56a-4978-9c1a-38b7799fad61",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b76dde4e-e6a1-4c40-9438-daa5d3a03d52",
"ParentId": "fa7015a6-c18c-4dc4-bdab-24d87a5e90f5",
"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 ThumbnailImage relation to indicators item.
POST /api/multimedias/indicators({key})/ThumbnailImage/$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 ThumbnailImage from indicators item.
DELETE /api/multimedias/indicators({key})/ThumbnailImage/$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 IndicatorMetadataRegistryDefinition from indicators item.
GET /api/multimedias/indicators({key})/IndicatorMetadataRegistryDefinition
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 | |
DataCompilers | System.String | Read only: False | |
UnitOfMeasure | System.String | Read only: False | |
PreferredDataSourcesString | System.String | Read only: False | |
DataType | System.String | Read only: False | |
indicatorstatusString | System.String | Read only: False | |
OtherPossibleDataSourcesString | System.String | Read only: False | |
LinkGatherForm | System.String | Read only: False | |
ProcessOfValidation | System.String | Read only: False | |
indicatordatacollectionlevelString | System.String | Read only: False | |
indicatorcontinuumofcareString | System.String | Read only: False | |
MethodOfEstimation | System.String | Read only: False | |
Disaggregation | System.String | Read only: False | |
Rationale | System.String | Read only: False | |
MetadataUpdatedOn | System.DateTimeOffset | Read only: False | |
indicatorcontinuumofcare | System.Guid | Read only: False | |
IMRID | System.String | Read only: False | |
DataTypeRepresentation | System.String | Read only: False | |
OperationalNotes | System.String | Read only: False | |
Footnote | System.String | Read only: False | |
indicatorcalculationtype | System.Guid | Read only: False | |
OriginalSubmeasure | System.String | Read only: False | |
indicatorcalculationtypeString | System.String | Read only: False | |
ContactPersonEmail | System.String | Read only: False | |
AssociatedTerms | System.String | Read only: False | |
ContactPersonName | System.String | Read only: False | |
DataCollectionProcess | System.String | Read only: False | |
DataProviders | System.String | Read only: False | |
Name | System.String | Read only: False | |
IndicatorId | System.String | Read only: False | |
TopicString | System.String | Read only: False | |
Definition | System.String | Read only: False | |
ExpectedFrequencyOfDataDissemination | System.String | Read only: False | |
indicatormeasurementlevelString | System.String | Read only: False | |
indicatormeasurementlevel | System.Guid | Read only: False | |
Comments | System.String | Read only: False | |
AlsoKnownAs | System.String | Read only: False | |
ExistingData | System.Boolean | Read only: False | |
Numerator | System.String | Read only: False | |
ExpectedFrequencyOfDataCollection | System.String | Read only: False | |
ShortName | System.String | Read only: False | |
indicatortoolkit | System.Guid | Read only: False | |
NextExpectedPublicationDate | System.String | Read only: False | |
LinkFairForm | System.String | Read only: False | |
MeasurementMethod | System.String | Read only: False | |
LinkToPublication | System.String | Read only: False | |
DataCompilationProcess | System.String | Read only: False | |
ISOHealthIndicatorsFramework | System.String | Read only: False | |
DataCustodian | System.String | Read only: False | |
indicatordatacollectionlevel | System.Guid | Read only: False | |
indicatortoolkitString | System.String | Read only: False | |
Denominator | System.String | Read only: False | |
indicatordomainsString | System.String | Read only: False | |
indicatorstatus | System.Guid | Read only: False | |
indicatordomains | System.Guid | Read only: False | |
MethodologyChanges | System.String | Read only: False | |
MethodOfEstimationOfRegionalAndGlobalEstimates | System.String | Read only: False | |
MEFramework | System.String | Read only: False | |
Limitations | System.String | Read only: False | |
LinkAdditionalMethodologicalDetails | System.String | Read only: False | |
Multiplier | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"DataCompilers": "sample string 8",
"UnitOfMeasure": "sample string 9",
"PreferredDataSourcesString": "sample string 10",
"DataType": "sample string 11",
"indicatorstatusString": "sample string 12",
"OtherPossibleDataSourcesString": "sample string 13",
"LinkGatherForm": "sample string 14",
"ProcessOfValidation": "sample string 15",
"indicatordatacollectionlevelString": "sample string 16",
"indicatorcontinuumofcareString": "sample string 17",
"MethodOfEstimation": "sample string 18",
"Disaggregation": "sample string 19",
"Rationale": "sample string 20",
"MetadataUpdatedOn": "2025-10-07T09:20:28.589876Z",
"indicatorcontinuumofcare": "8a45102e-8f48-4fb7-a92f-26db0b58cf08",
"IMRID": "sample string 23",
"DataTypeRepresentation": "sample string 24",
"OperationalNotes": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "f8630ec3-5cc8-44bb-9880-3467316b51cc",
"OriginalSubmeasure": "sample string 28",
"indicatorcalculationtypeString": "sample string 29",
"ContactPersonEmail": "sample string 30",
"AssociatedTerms": "sample string 31",
"ContactPersonName": "sample string 32",
"DataCollectionProcess": "sample string 33",
"DataProviders": "sample string 34",
"Name": "sample string 35",
"IndicatorId": "sample string 36",
"TopicString": "sample string 37",
"Definition": "sample string 38",
"ExpectedFrequencyOfDataDissemination": "sample string 39",
"indicatormeasurementlevelString": "sample string 40",
"indicatormeasurementlevel": "f0cf8461-384c-4a1d-85db-24485bb32193",
"Comments": "sample string 42",
"AlsoKnownAs": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "363e2ad7-878d-43af-889e-c99583eef664",
"NextExpectedPublicationDate": "sample string 49",
"LinkFairForm": "sample string 50",
"MeasurementMethod": "sample string 51",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatacollectionlevel": "263ea0ab-7e85-475f-b215-e4fc7f7e2adf",
"indicatortoolkitString": "sample string 57",
"Denominator": "sample string 58",
"indicatordomainsString": "sample string 59",
"indicatorstatus": "33966471-bafc-49b0-b567-f9d4d84fcaf6",
"indicatordomains": "56427a68-e84f-40f4-be47-d0cae8f7fe2e",
"MethodologyChanges": "sample string 62",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 63",
"MEFramework": "sample string 64",
"Limitations": "sample string 65",
"LinkAdditionalMethodologicalDetails": "sample string 66",
"Multiplier": "sample string 67",
"Provider": "sample string 68"
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"DataCompilers": "sample string 8",
"UnitOfMeasure": "sample string 9",
"PreferredDataSourcesString": "sample string 10",
"DataType": "sample string 11",
"indicatorstatusString": "sample string 12",
"OtherPossibleDataSourcesString": "sample string 13",
"LinkGatherForm": "sample string 14",
"ProcessOfValidation": "sample string 15",
"indicatordatacollectionlevelString": "sample string 16",
"indicatorcontinuumofcareString": "sample string 17",
"MethodOfEstimation": "sample string 18",
"Disaggregation": "sample string 19",
"Rationale": "sample string 20",
"MetadataUpdatedOn": "2025-10-07T09:20:28.589876Z",
"indicatorcontinuumofcare": "8a45102e-8f48-4fb7-a92f-26db0b58cf08",
"IMRID": "sample string 23",
"DataTypeRepresentation": "sample string 24",
"OperationalNotes": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "f8630ec3-5cc8-44bb-9880-3467316b51cc",
"OriginalSubmeasure": "sample string 28",
"indicatorcalculationtypeString": "sample string 29",
"ContactPersonEmail": "sample string 30",
"AssociatedTerms": "sample string 31",
"ContactPersonName": "sample string 32",
"DataCollectionProcess": "sample string 33",
"DataProviders": "sample string 34",
"Name": "sample string 35",
"IndicatorId": "sample string 36",
"TopicString": "sample string 37",
"Definition": "sample string 38",
"ExpectedFrequencyOfDataDissemination": "sample string 39",
"indicatormeasurementlevelString": "sample string 40",
"indicatormeasurementlevel": "f0cf8461-384c-4a1d-85db-24485bb32193",
"Comments": "sample string 42",
"AlsoKnownAs": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "363e2ad7-878d-43af-889e-c99583eef664",
"NextExpectedPublicationDate": "sample string 49",
"LinkFairForm": "sample string 50",
"MeasurementMethod": "sample string 51",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatacollectionlevel": "263ea0ab-7e85-475f-b215-e4fc7f7e2adf",
"indicatortoolkitString": "sample string 57",
"Denominator": "sample string 58",
"indicatordomainsString": "sample string 59",
"indicatorstatus": "33966471-bafc-49b0-b567-f9d4d84fcaf6",
"indicatordomains": "56427a68-e84f-40f4-be47-d0cae8f7fe2e",
"MethodologyChanges": "sample string 62",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 63",
"MEFramework": "sample string 64",
"Limitations": "sample string 65",
"LinkAdditionalMethodologicalDetails": "sample string 66",
"Multiplier": "sample string 67",
"Provider": "sample string 68"
}
]
Add IndicatorMetadataRegistryDefinition relation to indicators item.
POST /api/multimedias/indicators({key})/IndicatorMetadataRegistryDefinition/$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 IndicatorMetadataRegistryDefinition from indicators item.
DELETE /api/multimedias/indicators({key})/IndicatorMetadataRegistryDefinition/$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 ViewsDefinitions from indicators item.
GET /api/multimedias/indicators({key})/ViewsDefinitions
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 | |
Json | System.String | Read only: False | |
Name | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add ViewsDefinitions relation to indicators item.
POST /api/multimedias/indicators({key})/ViewsDefinitions/$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 ViewsDefinitions from indicators item.
DELETE /api/multimedias/indicators({key})/ViewsDefinitions/$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 OtherVisualisations from indicators item.
GET /api/multimedias/indicators({key})/OtherVisualisations
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "f97b3195-ce9d-477d-b0ac-88bc787dfd67",
"regionscountries": "863dc9b2-245d-4be2-8017-c68dfc19e06c",
"sustainabledevelopmentgoals": "3ea9aff9-0690-40a8-a328-d61570337791",
"departmentaltargets": "980f542d-c8cd-4567-91b8-7ca9f9a80bd7",
"healthtopics": "5845329c-3704-4a6d-9a0f-f6aa8a79938f",
"events": "86e881f8-1101-42ed-a4d4-f1df08582566",
"publishingoffices": "13118066-b1c8-45f0-b9f8-4224da2e3772",
"WebPageType": "sample string 10",
"targetaudiences": "40dd4633-fdd7-4c3b-9f98-56890e104827",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "229aaf62-be2b-4261-999a-840723e899de",
"RootId": "624eee63-269a-475c-b5ca-ca6b617e4428",
"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": "82fa0e1c-1adc-4661-ac6c-0d21f9b00aba",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "f97b3195-ce9d-477d-b0ac-88bc787dfd67",
"regionscountries": "863dc9b2-245d-4be2-8017-c68dfc19e06c",
"sustainabledevelopmentgoals": "3ea9aff9-0690-40a8-a328-d61570337791",
"departmentaltargets": "980f542d-c8cd-4567-91b8-7ca9f9a80bd7",
"healthtopics": "5845329c-3704-4a6d-9a0f-f6aa8a79938f",
"events": "86e881f8-1101-42ed-a4d4-f1df08582566",
"publishingoffices": "13118066-b1c8-45f0-b9f8-4224da2e3772",
"WebPageType": "sample string 10",
"targetaudiences": "40dd4633-fdd7-4c3b-9f98-56890e104827",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "229aaf62-be2b-4261-999a-840723e899de",
"RootId": "624eee63-269a-475c-b5ca-ca6b617e4428",
"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": "82fa0e1c-1adc-4661-ac6c-0d21f9b00aba",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add OtherVisualisations relation to indicators item.
POST /api/multimedias/indicators({key})/OtherVisualisations/$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 OtherVisualisations from indicators item.
DELETE /api/multimedias/indicators({key})/OtherVisualisations/$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 Images from indicators item.
GET /api/multimedias/indicators({key})/Images
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"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": "9e63d2ab-9357-4a2a-b9b0-220317069487",
"publishingoffices": "18b2c359-78b8-4e52-b8ba-2b2157aa0e7c",
"events": "6e65d1f5-bc69-4a5a-a51e-d6c0564daad3",
"targets": "945e6209-e6de-4a8c-9221-ac5b47c57818",
"Category": "0aa1a4a3-e804-4a0b-a21c-90646bc355bc",
"imagetypes": "5262642d-4341-459b-887a-9c0b09c6fd77",
"departmentaltargets": "3fd7d75a-10cd-4b3c-9bba-02835b28766b",
"stakeholders": "c4b54da8-b9e7-4e58-9af3-b5d7222ba186",
"Tags": "f0d8c338-663b-4be1-86f0-6394dad7e44e",
"healthtopics": "f47b562f-a5c1-47fe-8d4f-9f9c810960f8",
"targetaudiences": "b6302b7f-a0e5-4069-bc67-939d0ed606ed",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d8c9ea45-a5a9-467e-a1a7-7bcfd39ba936",
"ParentId": "502f6862-1987-4425-979b-e4c8c23ea262",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"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": "9e63d2ab-9357-4a2a-b9b0-220317069487",
"publishingoffices": "18b2c359-78b8-4e52-b8ba-2b2157aa0e7c",
"events": "6e65d1f5-bc69-4a5a-a51e-d6c0564daad3",
"targets": "945e6209-e6de-4a8c-9221-ac5b47c57818",
"Category": "0aa1a4a3-e804-4a0b-a21c-90646bc355bc",
"imagetypes": "5262642d-4341-459b-887a-9c0b09c6fd77",
"departmentaltargets": "3fd7d75a-10cd-4b3c-9bba-02835b28766b",
"stakeholders": "c4b54da8-b9e7-4e58-9af3-b5d7222ba186",
"Tags": "f0d8c338-663b-4be1-86f0-6394dad7e44e",
"healthtopics": "f47b562f-a5c1-47fe-8d4f-9f9c810960f8",
"targetaudiences": "b6302b7f-a0e5-4069-bc67-939d0ed606ed",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d8c9ea45-a5a9-467e-a1a7-7bcfd39ba936",
"ParentId": "502f6862-1987-4425-979b-e4c8c23ea262",
"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 Images relation to indicators item.
POST /api/multimedias/indicators({key})/Images/$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 Images from indicators item.
DELETE /api/multimedias/indicators({key})/Images/$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 DataDefinitions from indicators item.
GET /api/multimedias/indicators({key})/DataDefinitions
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 | |
Json | System.String | Read only: False | |
Name | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add DataDefinitions relation to indicators item.
POST /api/multimedias/indicators({key})/DataDefinitions/$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 DataDefinitions from indicators item.
DELETE /api/multimedias/indicators({key})/DataDefinitions/$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 ThumbnailViewDefinition from indicators item.
GET /api/multimedias/indicators({key})/ThumbnailViewDefinition
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 | |
Json | System.String | Read only: False | |
Name | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add ThumbnailViewDefinition relation to indicators item.
POST /api/multimedias/indicators({key})/ThumbnailViewDefinition/$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 ThumbnailViewDefinition from indicators item.
DELETE /api/multimedias/indicators({key})/ThumbnailViewDefinition/$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 IndicatorDefinition from indicators item.
GET /api/multimedias/indicators({key})/IndicatorDefinition
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 | |
Code | System.String | Read only: False | |
programs | System.Guid | Read only: False | |
Node | System.String | Read only: False | |
Title | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "f080cfff-b695-44e8-9775-f8d5bc6886a1",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "f080cfff-b695-44e8-9775-f8d5bc6886a1",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.589876+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add IndicatorDefinition relation to indicators item.
POST /api/multimedias/indicators({key})/IndicatorDefinition/$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 IndicatorDefinition from indicators item.
DELETE /api/multimedias/indicators({key})/IndicatorDefinition/$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 SpecificPage from indicators item.
GET /api/multimedias/indicators({key})/SpecificPage
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "bd18e02f-9caa-4ffd-b620-1bd2d75ce192",
"regionscountries": "e90e88a1-15b8-4e0d-87a6-a52bc6c15629",
"sustainabledevelopmentgoals": "298e277a-8d43-4d4b-a249-dd4f0530c61b",
"departmentaltargets": "ed95534a-1973-4ce7-a2c1-df6afbec8c57",
"healthtopics": "5dea9ee2-4dae-48a1-bc06-8e550c8168f5",
"events": "98104227-2f79-421f-984e-73846b94a25e",
"publishingoffices": "c584be55-5dbb-4075-92b3-281c6274c124",
"WebPageType": "sample string 10",
"targetaudiences": "1d40c854-fe01-4a10-97bc-52360c178f99",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "03a954dd-bfb8-477b-a6d2-f35b8f361b7a",
"RootId": "b2d5bcb0-1f4b-461a-82b3-dbb4f1a2faf5",
"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": "143abafe-a752-49a8-9bc0-8dab96d8ffbc",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-07T09:20:28.589876Z",
"UrlName": "sample string 2",
"organizations": "bd18e02f-9caa-4ffd-b620-1bd2d75ce192",
"regionscountries": "e90e88a1-15b8-4e0d-87a6-a52bc6c15629",
"sustainabledevelopmentgoals": "298e277a-8d43-4d4b-a249-dd4f0530c61b",
"departmentaltargets": "ed95534a-1973-4ce7-a2c1-df6afbec8c57",
"healthtopics": "5dea9ee2-4dae-48a1-bc06-8e550c8168f5",
"events": "98104227-2f79-421f-984e-73846b94a25e",
"publishingoffices": "c584be55-5dbb-4075-92b3-281c6274c124",
"WebPageType": "sample string 10",
"targetaudiences": "1d40c854-fe01-4a10-97bc-52360c178f99",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-07T09:20:28.589876Z",
"ShowInNavigation": true,
"ParentId": "03a954dd-bfb8-477b-a6d2-f35b8f361b7a",
"RootId": "b2d5bcb0-1f4b-461a-82b3-dbb4f1a2faf5",
"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": "143abafe-a752-49a8-9bc0-8dab96d8ffbc",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-07T09:20:28.589876Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add SpecificPage relation to indicators item.
POST /api/multimedias/indicators({key})/SpecificPage/$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 SpecificPage from indicators item.
DELETE /api/multimedias/indicators({key})/SpecificPage/$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.