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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "52b7bcd3-56fa-4894-b33b-839e64cc44bf",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "cf56c34c-b50a-4069-aeb3-5d49bdc9423f",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "52b7bcd3-56fa-4894-b33b-839e64cc44bf",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "cf56c34c-b50a-4069-aeb3-5d49bdc9423f",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "6f7ea910-ad5a-46d9-bd15-ab5b0753682a",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "56a82a4a-5af3-4fde-83b6-0657d2710869",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+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": "28839b0d-c2a1-41ff-b88b-2d88950f4a2b"
}
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-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "b569a21f-216c-43af-8b8d-b4fe7a3233b1",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "c7137596-a40f-4471-9aca-0f5afbeea229"
}
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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "568d1897-00de-4058-a336-ec416c33db7c",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "95e11718-543d-4428-97c5-3f8679f1879b",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "e94c38de-2426-4556-a789-bcb5884a7fa4",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "7a4203c4-30fb-420b-b3db-03f23e3ed691"
}
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-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "7026ef13-a717-4e86-b23e-2b98f3e3c279",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "762cd5b3-2841-4f7c-b851-f5897f9680c3"
}
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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "aee933b5-1745-4e86-8227-6fd3503576e6",
"regionscountries": "2a620294-c498-44df-9846-50a4c795294e",
"sustainabledevelopmentgoals": "177d2c09-1427-4b7b-bc72-64c4e857cbf3",
"departmentaltargets": "f107b188-44a9-4b1a-8cff-63103533a22d",
"healthtopics": "65e91545-b4c3-4ec7-a7d8-9f3e102a6ce0",
"events": "4434fafb-cdc8-4023-876b-a5641ee7f184",
"publishingoffices": "158ae5a4-60da-4cf8-8ef2-bab58b35d0db",
"WebPageType": "sample string 10",
"targetaudiences": "a92080a5-8430-4cfb-bb32-ab075656f06b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "70634519-dc8f-4c2d-aa80-455ca4ec5594",
"RootId": "56cfd873-604e-4026-9834-c74e4a93d645",
"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": "6af63895-74e0-4565-9511-20b23f42501e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "aee933b5-1745-4e86-8227-6fd3503576e6",
"regionscountries": "2a620294-c498-44df-9846-50a4c795294e",
"sustainabledevelopmentgoals": "177d2c09-1427-4b7b-bc72-64c4e857cbf3",
"departmentaltargets": "f107b188-44a9-4b1a-8cff-63103533a22d",
"healthtopics": "65e91545-b4c3-4ec7-a7d8-9f3e102a6ce0",
"events": "4434fafb-cdc8-4023-876b-a5641ee7f184",
"publishingoffices": "158ae5a4-60da-4cf8-8ef2-bab58b35d0db",
"WebPageType": "sample string 10",
"targetaudiences": "a92080a5-8430-4cfb-bb32-ab075656f06b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "70634519-dc8f-4c2d-aa80-455ca4ec5594",
"RootId": "56cfd873-604e-4026-9834-c74e4a93d645",
"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": "6af63895-74e0-4565-9511-20b23f42501e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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": "ab5e61fb-380a-4455-9c97-0c34005a8c8b",
"publishingoffices": "b9884cf4-4186-4898-b55b-4bf4952eba02",
"events": "90903275-3fe4-4cb2-acd4-a3e4f9e8eb24",
"targets": "f1c66266-68c9-4058-bc5c-0ecba565c2ab",
"Category": "5706eb56-9a89-4e09-9170-0dc7461122e8",
"imagetypes": "c98885ee-1907-457f-8285-77db213e2ac5",
"departmentaltargets": "83dced3d-07b6-48f6-aeb0-f4554b1bde95",
"stakeholders": "3f94eb1e-5ea0-47a2-ba5a-5a0056ebb37d",
"Tags": "6372203e-a04e-42a5-a515-2c1820e599f4",
"healthtopics": "fd148d39-58f1-45bc-b69f-85f065f4f772",
"targetaudiences": "5ae69359-bf3c-4586-883c-af5803973eba",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "021f3d0e-78e4-4d7b-b3c9-4e3352cc566b",
"ParentId": "4ea823e7-f829-4ce3-81a1-38b9b74c0420",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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": "ab5e61fb-380a-4455-9c97-0c34005a8c8b",
"publishingoffices": "b9884cf4-4186-4898-b55b-4bf4952eba02",
"events": "90903275-3fe4-4cb2-acd4-a3e4f9e8eb24",
"targets": "f1c66266-68c9-4058-bc5c-0ecba565c2ab",
"Category": "5706eb56-9a89-4e09-9170-0dc7461122e8",
"imagetypes": "c98885ee-1907-457f-8285-77db213e2ac5",
"departmentaltargets": "83dced3d-07b6-48f6-aeb0-f4554b1bde95",
"stakeholders": "3f94eb1e-5ea0-47a2-ba5a-5a0056ebb37d",
"Tags": "6372203e-a04e-42a5-a515-2c1820e599f4",
"healthtopics": "fd148d39-58f1-45bc-b69f-85f065f4f772",
"targetaudiences": "5ae69359-bf3c-4586-883c-af5803973eba",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "021f3d0e-78e4-4d7b-b3c9-4e3352cc566b",
"ParentId": "4ea823e7-f829-4ce3-81a1-38b9b74c0420",
"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 | |
UnitOfMeasure | System.String | Read only: False | |
DataType | System.String | Read only: False | |
MethodOfEstimation | System.String | Read only: False | |
Disaggregation | System.String | Read only: False | |
Rationale | System.String | Read only: False | |
IMRID | System.String | Read only: False | |
DataTypeRepresentation | System.String | Read only: False | |
OriginalSubmeasure | System.String | Read only: False | |
ContactPersonEmail | System.String | Read only: False | |
AssociatedTerms | System.String | Read only: False | |
ContactPersonName | System.String | Read only: False | |
Name | System.String | Read only: False | |
IndicatorId | System.String | Read only: False | |
Definition | System.String | Read only: False | |
ExpectedFrequencyOfDataDissemination | System.String | Read only: False | |
Comments | System.String | Read only: False | |
ExpectedFrequencyOfDataCollection | System.String | Read only: False | |
ShortName | System.String | Read only: False | |
MeasurementMethod | System.String | Read only: False | |
ISOHealthIndicatorsFramework | System.String | Read only: False | |
Methodofmeasurement | System.String | Read only: False | |
MethodOfEstimationOfRegionalAndGlobalEstimates | System.String | Read only: False | |
MEFramework | System.String | Read only: False | |
Limitations | System.String | Read only: False | |
Multiplier | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnitOfMeasure": "sample string 8",
"DataType": "sample string 9",
"MethodOfEstimation": "sample string 10",
"Disaggregation": "sample string 11",
"Rationale": "sample string 12",
"IMRID": "sample string 13",
"DataTypeRepresentation": "sample string 14",
"OriginalSubmeasure": "sample string 15",
"ContactPersonEmail": "sample string 16",
"AssociatedTerms": "sample string 17",
"ContactPersonName": "sample string 18",
"Name": "sample string 19",
"IndicatorId": "sample string 20",
"Definition": "sample string 21",
"ExpectedFrequencyOfDataDissemination": "sample string 22",
"Comments": "sample string 23",
"ExpectedFrequencyOfDataCollection": "sample string 24",
"ShortName": "sample string 25",
"MeasurementMethod": "sample string 26",
"ISOHealthIndicatorsFramework": "sample string 27",
"Methodofmeasurement": "sample string 28",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 29",
"MEFramework": "sample string 30",
"Limitations": "sample string 31",
"Multiplier": "sample string 32",
"Provider": "sample string 33"
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnitOfMeasure": "sample string 8",
"DataType": "sample string 9",
"MethodOfEstimation": "sample string 10",
"Disaggregation": "sample string 11",
"Rationale": "sample string 12",
"IMRID": "sample string 13",
"DataTypeRepresentation": "sample string 14",
"OriginalSubmeasure": "sample string 15",
"ContactPersonEmail": "sample string 16",
"AssociatedTerms": "sample string 17",
"ContactPersonName": "sample string 18",
"Name": "sample string 19",
"IndicatorId": "sample string 20",
"Definition": "sample string 21",
"ExpectedFrequencyOfDataDissemination": "sample string 22",
"Comments": "sample string 23",
"ExpectedFrequencyOfDataCollection": "sample string 24",
"ShortName": "sample string 25",
"MeasurementMethod": "sample string 26",
"ISOHealthIndicatorsFramework": "sample string 27",
"Methodofmeasurement": "sample string 28",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 29",
"MEFramework": "sample string 30",
"Limitations": "sample string 31",
"Multiplier": "sample string 32",
"Provider": "sample string 33"
}
]
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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "731cbebf-a356-4061-b5ec-07ff15cbcd56",
"regionscountries": "6d5f3ce2-0905-4c5e-a8ab-01c1d00292a0",
"sustainabledevelopmentgoals": "b5d2e5d0-8c15-4d6a-bce9-ce48b3be9d16",
"departmentaltargets": "8d1c4299-68f5-4f37-be63-e490200bb931",
"healthtopics": "a2478a77-e809-468a-9192-2226e3d551af",
"events": "5de8245a-eb06-4def-9f3e-c58f485bf9cf",
"publishingoffices": "d3df2732-eb67-405a-af4e-18f0886b127e",
"WebPageType": "sample string 10",
"targetaudiences": "9e339bee-972b-4a40-939b-38cc91270477",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "d90ea6db-26e8-4144-b06b-09b45145bdee",
"RootId": "7c419df1-db0d-4cbb-b2f1-29242dbce9a2",
"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": "c332d834-1f29-4783-ae05-43129f4ac21a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "731cbebf-a356-4061-b5ec-07ff15cbcd56",
"regionscountries": "6d5f3ce2-0905-4c5e-a8ab-01c1d00292a0",
"sustainabledevelopmentgoals": "b5d2e5d0-8c15-4d6a-bce9-ce48b3be9d16",
"departmentaltargets": "8d1c4299-68f5-4f37-be63-e490200bb931",
"healthtopics": "a2478a77-e809-468a-9192-2226e3d551af",
"events": "5de8245a-eb06-4def-9f3e-c58f485bf9cf",
"publishingoffices": "d3df2732-eb67-405a-af4e-18f0886b127e",
"WebPageType": "sample string 10",
"targetaudiences": "9e339bee-972b-4a40-939b-38cc91270477",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "d90ea6db-26e8-4144-b06b-09b45145bdee",
"RootId": "7c419df1-db0d-4cbb-b2f1-29242dbce9a2",
"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": "c332d834-1f29-4783-ae05-43129f4ac21a",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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": "b9b53487-ea53-40ec-981b-6fc6fd6e96e3",
"publishingoffices": "b36bd215-a950-47c4-8640-2b4459b7fe53",
"events": "b9a6d815-3a17-4899-b942-384b451c5a7e",
"targets": "5073ddaa-5cbc-4df4-ba03-dd4c39acfb2b",
"Category": "2185a0ab-766f-40fb-a6b1-0c8f5317587d",
"imagetypes": "f8ac1d3f-3e6c-416d-b1bc-f62a71d9a9e4",
"departmentaltargets": "d3289e56-eadf-48ff-b849-e5baf13e6bbf",
"stakeholders": "750566ad-8b44-4e99-a9b8-a2562e061d21",
"Tags": "82954ab0-a84e-4e8c-b0ed-948ba860f582",
"healthtopics": "47c7e600-a6ad-4ac1-8ced-2b34f1b8d34b",
"targetaudiences": "b78056fa-fa84-42f6-bd7f-ce680c6311c1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7bbdcf49-a438-4747-86fe-b2a259eef851",
"ParentId": "5551e39e-ed88-461e-9aa5-f6d0e8693ada",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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": "b9b53487-ea53-40ec-981b-6fc6fd6e96e3",
"publishingoffices": "b36bd215-a950-47c4-8640-2b4459b7fe53",
"events": "b9a6d815-3a17-4899-b942-384b451c5a7e",
"targets": "5073ddaa-5cbc-4df4-ba03-dd4c39acfb2b",
"Category": "2185a0ab-766f-40fb-a6b1-0c8f5317587d",
"imagetypes": "f8ac1d3f-3e6c-416d-b1bc-f62a71d9a9e4",
"departmentaltargets": "d3289e56-eadf-48ff-b849-e5baf13e6bbf",
"stakeholders": "750566ad-8b44-4e99-a9b8-a2562e061d21",
"Tags": "82954ab0-a84e-4e8c-b0ed-948ba860f582",
"healthtopics": "47c7e600-a6ad-4ac1-8ced-2b34f1b8d34b",
"targetaudiences": "b78056fa-fa84-42f6-bd7f-ce680c6311c1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7bbdcf49-a438-4747-86fe-b2a259eef851",
"ParentId": "5551e39e-ed88-461e-9aa5-f6d0e8693ada",
"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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"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-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "a07d5e31-e310-4400-a437-71b2189455ca",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "a07d5e31-e310-4400-a437-71b2189455ca",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:16:31.9084212+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-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "67951a1c-008c-4f0b-903f-047744c3db03",
"regionscountries": "965a9622-a031-409e-8d3a-4034d56373ce",
"sustainabledevelopmentgoals": "706e0261-113a-4a60-b92f-b8b7ab92cc1e",
"departmentaltargets": "cae6b261-a819-4c2d-8bff-0c1965c8771d",
"healthtopics": "a5890809-5a8e-45f4-a4e3-08b42e1a2cad",
"events": "db29c160-dc41-412b-801a-6b913b37cd06",
"publishingoffices": "dbebba09-bf4b-4da2-a745-50ac2a885d3f",
"WebPageType": "sample string 10",
"targetaudiences": "5e06c78a-09f2-4563-92f7-ff3c6cf0ce8e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "bfbddcb4-dc86-4581-9b9d-3193112b082f",
"RootId": "657fad1b-7bcf-4992-b4a3-f747e8a6b27e",
"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": "edccd7f3-8d05-4119-ab20-20bd06e76e52",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T09:16:31.9084212Z",
"UrlName": "sample string 2",
"organizations": "67951a1c-008c-4f0b-903f-047744c3db03",
"regionscountries": "965a9622-a031-409e-8d3a-4034d56373ce",
"sustainabledevelopmentgoals": "706e0261-113a-4a60-b92f-b8b7ab92cc1e",
"departmentaltargets": "cae6b261-a819-4c2d-8bff-0c1965c8771d",
"healthtopics": "a5890809-5a8e-45f4-a4e3-08b42e1a2cad",
"events": "db29c160-dc41-412b-801a-6b913b37cd06",
"publishingoffices": "dbebba09-bf4b-4da2-a745-50ac2a885d3f",
"WebPageType": "sample string 10",
"targetaudiences": "5e06c78a-09f2-4563-92f7-ff3c6cf0ce8e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T09:16:31.9084212Z",
"ShowInNavigation": true,
"ParentId": "bfbddcb4-dc86-4581-9b9d-3193112b082f",
"RootId": "657fad1b-7bcf-4992-b4a3-f747e8a6b27e",
"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": "edccd7f3-8d05-4119-ab20-20bd06e76e52",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T09:16:31.9084212Z",
"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.