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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "9d6ee16d-97eb-4d0b-8e43-2671297434e7",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "a4c47391-7be8-4d9a-8662-9dd72a594f46",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "9d6ee16d-97eb-4d0b-8e43-2671297434e7",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "a4c47391-7be8-4d9a-8662-9dd72a594f46",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "c74eb572-de7c-43e4-9b63-719ac62593a2",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "8dffb32f-1583-4d3a-b55b-5f2f4260088b",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+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": "82bbdfb9-c8b7-472b-983e-a00b33cc031c"
}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-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "c9245802-7d2a-4fc3-ae10-df4cd049e0a2",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "7011a96c-0e40-4391-8103-f4922dd888f3"
}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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "7ee75aed-6f1c-49a7-bedd-4288bc0e7e18",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "de7b1d07-e499-47bf-a09c-7698fd2c11a6",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "5d6d11c9-b259-4616-8a13-2d2c72fbfce4",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "6e6ee1ea-f25f-4818-bb46-81daf54f51db"
}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-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "49f26156-fac9-4d80-923f-7e6d08aeb160",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "497e7abc-2e14-48d5-9a1b-12d5a35554f5"
}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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "25590192-115f-40a9-80c6-62a9b21e431f",
"regionscountries": "9599a05c-99dd-4dc3-8dff-e7d495530ace",
"sustainabledevelopmentgoals": "8ec6caf5-04fd-464d-8895-0555123b7ea5",
"departmentaltargets": "b853568e-98f9-4f29-9ff2-30d0778e47be",
"healthtopics": "a7e7d6d5-8c74-4adc-9b3e-581838590485",
"events": "de51908a-3cfc-4d5f-9b04-2e393044fc7f",
"publishingoffices": "97d156a3-cff5-4c69-af47-bfa72ea662cc",
"WebPageType": "sample string 10",
"targetaudiences": "b20c11ac-b5b0-4be3-a196-6e57aaecf049",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "226891d6-85cb-46a9-bc59-7c9a4ba2bba1",
"RootId": "ca864567-f947-4b8d-a113-1a64d1a4d50f",
"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": "a1ac73bd-a154-4272-a603-872f2a32d776",
"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-28T21:18:05.7109499Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "25590192-115f-40a9-80c6-62a9b21e431f",
"regionscountries": "9599a05c-99dd-4dc3-8dff-e7d495530ace",
"sustainabledevelopmentgoals": "8ec6caf5-04fd-464d-8895-0555123b7ea5",
"departmentaltargets": "b853568e-98f9-4f29-9ff2-30d0778e47be",
"healthtopics": "a7e7d6d5-8c74-4adc-9b3e-581838590485",
"events": "de51908a-3cfc-4d5f-9b04-2e393044fc7f",
"publishingoffices": "97d156a3-cff5-4c69-af47-bfa72ea662cc",
"WebPageType": "sample string 10",
"targetaudiences": "b20c11ac-b5b0-4be3-a196-6e57aaecf049",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "226891d6-85cb-46a9-bc59-7c9a4ba2bba1",
"RootId": "ca864567-f947-4b8d-a113-1a64d1a4d50f",
"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": "a1ac73bd-a154-4272-a603-872f2a32d776",
"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-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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": "45ab4e2a-5311-4c22-b4c0-83e019eb991c",
"publishingoffices": "0fedd2e6-f64a-4589-b535-bca79c55846b",
"events": "451d8bb0-512a-41d9-9610-4fa07a925484",
"targets": "470df397-b236-452b-b989-1a47abbe272a",
"Category": "640a3a8d-7d42-4884-aeec-1149b73eeae6",
"imagetypes": "5d4b8e57-4ff2-4dc4-81d7-5fb52cbfbbac",
"departmentaltargets": "b6c593ce-4765-4e95-817b-64f5153b3fdf",
"stakeholders": "4a4ce808-4f9f-43a5-b811-de367bc744d5",
"Tags": "1e30660d-cd09-4daa-b4f6-a87b6210db73",
"healthtopics": "403488a5-cb76-42d7-a63b-ea577608820c",
"targetaudiences": "cb552acf-c335-4a96-84db-59e5b2dccf99",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7a1a5861-ecb7-4c21-bc16-d5df40f9f08d",
"ParentId": "2890d990-6deb-450c-a426-49db69c9dc4d",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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": "45ab4e2a-5311-4c22-b4c0-83e019eb991c",
"publishingoffices": "0fedd2e6-f64a-4589-b535-bca79c55846b",
"events": "451d8bb0-512a-41d9-9610-4fa07a925484",
"targets": "470df397-b236-452b-b989-1a47abbe272a",
"Category": "640a3a8d-7d42-4884-aeec-1149b73eeae6",
"imagetypes": "5d4b8e57-4ff2-4dc4-81d7-5fb52cbfbbac",
"departmentaltargets": "b6c593ce-4765-4e95-817b-64f5153b3fdf",
"stakeholders": "4a4ce808-4f9f-43a5-b811-de367bc744d5",
"Tags": "1e30660d-cd09-4daa-b4f6-a87b6210db73",
"healthtopics": "403488a5-cb76-42d7-a63b-ea577608820c",
"targetaudiences": "cb552acf-c335-4a96-84db-59e5b2dccf99",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7a1a5861-ecb7-4c21-bc16-d5df40f9f08d",
"ParentId": "2890d990-6deb-450c-a426-49db69c9dc4d",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499Z",
"indicatorcontinuumofcare": "930c8f8a-a983-4158-a89f-1a256c3ae2aa",
"IMRID": "sample string 23",
"DataTypeRepresentation": "sample string 24",
"OperationalNotes": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "00ac14b1-6308-4920-bda3-2959f42595bb",
"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": "3651ebc7-2700-4053-8b5c-60c0675fe3a0",
"Comments": "sample string 42",
"AlsoKnownAs": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "b53e1d78-e167-4db1-ac39-72118c5657f0",
"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": "77d20ab6-49ae-4d72-b88a-4abb52e684a2",
"indicatortoolkitString": "sample string 57",
"Denominator": "sample string 58",
"indicatordomainsString": "sample string 59",
"indicatorstatus": "d8e44dc2-cd65-49d1-ba22-94d2e25a6186",
"indicatordomains": "ae3a6273-ff67-41c6-9196-589b3737dc28",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499Z",
"indicatorcontinuumofcare": "930c8f8a-a983-4158-a89f-1a256c3ae2aa",
"IMRID": "sample string 23",
"DataTypeRepresentation": "sample string 24",
"OperationalNotes": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "00ac14b1-6308-4920-bda3-2959f42595bb",
"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": "3651ebc7-2700-4053-8b5c-60c0675fe3a0",
"Comments": "sample string 42",
"AlsoKnownAs": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "b53e1d78-e167-4db1-ac39-72118c5657f0",
"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": "77d20ab6-49ae-4d72-b88a-4abb52e684a2",
"indicatortoolkitString": "sample string 57",
"Denominator": "sample string 58",
"indicatordomainsString": "sample string 59",
"indicatorstatus": "d8e44dc2-cd65-49d1-ba22-94d2e25a6186",
"indicatordomains": "ae3a6273-ff67-41c6-9196-589b3737dc28",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "c5c116eb-2a80-4633-a41a-9c570fad5afb",
"regionscountries": "df1164cb-bd3f-4044-9ab1-000e02b553db",
"sustainabledevelopmentgoals": "0c928720-f9f5-4856-896e-8a714005614e",
"departmentaltargets": "b2044511-a20f-4bb5-8b94-038853aafb88",
"healthtopics": "fffbd4c5-a8be-4ee9-adb5-8b1e9c92bd31",
"events": "16d990bb-e05e-43d9-9319-6b3697d88371",
"publishingoffices": "710ba9a0-2736-4bf2-855a-5919a6b039b0",
"WebPageType": "sample string 10",
"targetaudiences": "e353c1c5-93a4-47d1-88c7-86cfa5120e4d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "9dca49ff-9493-4c4f-bd31-cccb6cec48aa",
"RootId": "065de887-3a73-4f22-a0c5-7c5f38a260e7",
"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": "88717f94-5840-408d-b2dd-e656d1c6042c",
"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-28T21:18:05.7109499Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "c5c116eb-2a80-4633-a41a-9c570fad5afb",
"regionscountries": "df1164cb-bd3f-4044-9ab1-000e02b553db",
"sustainabledevelopmentgoals": "0c928720-f9f5-4856-896e-8a714005614e",
"departmentaltargets": "b2044511-a20f-4bb5-8b94-038853aafb88",
"healthtopics": "fffbd4c5-a8be-4ee9-adb5-8b1e9c92bd31",
"events": "16d990bb-e05e-43d9-9319-6b3697d88371",
"publishingoffices": "710ba9a0-2736-4bf2-855a-5919a6b039b0",
"WebPageType": "sample string 10",
"targetaudiences": "e353c1c5-93a4-47d1-88c7-86cfa5120e4d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "9dca49ff-9493-4c4f-bd31-cccb6cec48aa",
"RootId": "065de887-3a73-4f22-a0c5-7c5f38a260e7",
"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": "88717f94-5840-408d-b2dd-e656d1c6042c",
"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-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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": "4e23be21-10d3-4ee0-bace-0653b2fdcd6b",
"publishingoffices": "dc1f642c-7e3f-44c9-9db7-4ba79e1b10bc",
"events": "d5f04c4b-f36c-4019-b448-3a415524abb4",
"targets": "295f9e1f-e8f3-4826-815a-c314432696e0",
"Category": "7bfed701-f720-4b06-8245-d76908152eb9",
"imagetypes": "ab6b2732-2272-41c1-a28c-8edbe9925377",
"departmentaltargets": "c7637482-49e4-4da5-ba03-37cd0b6e6e55",
"stakeholders": "d69cb472-b2b8-4122-aff1-dbc09d898957",
"Tags": "e8049e46-a609-46c8-bc44-98206f45a38d",
"healthtopics": "7141a8be-c18d-4a75-9588-b2c3618d2e1b",
"targetaudiences": "3bfc5704-49d9-43f2-af5f-8026be4a5c4c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "77e926c7-6073-4b18-a1cc-55f218bc48f0",
"ParentId": "d92a475e-6bec-4edd-ac47-d5aeb26ab509",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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": "4e23be21-10d3-4ee0-bace-0653b2fdcd6b",
"publishingoffices": "dc1f642c-7e3f-44c9-9db7-4ba79e1b10bc",
"events": "d5f04c4b-f36c-4019-b448-3a415524abb4",
"targets": "295f9e1f-e8f3-4826-815a-c314432696e0",
"Category": "7bfed701-f720-4b06-8245-d76908152eb9",
"imagetypes": "ab6b2732-2272-41c1-a28c-8edbe9925377",
"departmentaltargets": "c7637482-49e4-4da5-ba03-37cd0b6e6e55",
"stakeholders": "d69cb472-b2b8-4122-aff1-dbc09d898957",
"Tags": "e8049e46-a609-46c8-bc44-98206f45a38d",
"healthtopics": "7141a8be-c18d-4a75-9588-b2c3618d2e1b",
"targetaudiences": "3bfc5704-49d9-43f2-af5f-8026be4a5c4c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "77e926c7-6073-4b18-a1cc-55f218bc48f0",
"ParentId": "d92a475e-6bec-4edd-ac47-d5aeb26ab509",
"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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"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-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "46136c89-3527-4df0-b5b4-4f43a53e6268",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"PublicationDate": "2025-10-28T21:18:05.7109499Z",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "46136c89-3527-4df0-b5b4-4f43a53e6268",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.7109499+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-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "fb9389c7-e004-4b31-868d-4b9f8ff6d9b7",
"regionscountries": "d9380729-1126-4138-8e70-85c25d7a53d5",
"sustainabledevelopmentgoals": "63d298aa-cb4f-4639-8fdf-c4d746d4d221",
"departmentaltargets": "445bd646-c503-42e5-9815-9a8f26f2a175",
"healthtopics": "307984fd-1a24-46b9-ab18-370b321f18a0",
"events": "5539a597-d806-4f4c-bfdb-1ac417b451c3",
"publishingoffices": "3dc6fe06-e2f7-462a-a428-cfefdc4ad64c",
"WebPageType": "sample string 10",
"targetaudiences": "604231c5-b0a2-47fe-a72d-f7b100691c35",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "6af2d943-3172-49fe-a66b-3220086a3992",
"RootId": "b3e7de37-1b0f-4ce6-9bca-ef697f56fc7f",
"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": "8c30abfd-dc77-4ac9-a105-311fd1925c8e",
"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-28T21:18:05.7109499Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-28T21:18:05.7109499Z",
"UrlName": "sample string 2",
"organizations": "fb9389c7-e004-4b31-868d-4b9f8ff6d9b7",
"regionscountries": "d9380729-1126-4138-8e70-85c25d7a53d5",
"sustainabledevelopmentgoals": "63d298aa-cb4f-4639-8fdf-c4d746d4d221",
"departmentaltargets": "445bd646-c503-42e5-9815-9a8f26f2a175",
"healthtopics": "307984fd-1a24-46b9-ab18-370b321f18a0",
"events": "5539a597-d806-4f4c-bfdb-1ac417b451c3",
"publishingoffices": "3dc6fe06-e2f7-462a-a428-cfefdc4ad64c",
"WebPageType": "sample string 10",
"targetaudiences": "604231c5-b0a2-47fe-a72d-f7b100691c35",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T21:18:05.7109499Z",
"ShowInNavigation": true,
"ParentId": "6af2d943-3172-49fe-a66b-3220086a3992",
"RootId": "b3e7de37-1b0f-4ce6-9bca-ef697f56fc7f",
"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": "8c30abfd-dc77-4ac9-a105-311fd1925c8e",
"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-28T21:18:05.7109499Z",
"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.