Returns a set of data items of type indicators.
GET /api/news/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-11-18T13:00:31.2700049Z",
"PublicationDate": "2025-11-18T13:00:31.2700049Z",
"DateCreated": "2025-11-18T13:00:31.2700049Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "87f25af7-1de8-4a24-9561-184cefec4911",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "c952fcc4-196b-4b4c-8327-da3c73213fb9",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2700049+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2700049Z",
"PublicationDate": "2025-11-18T13:00:31.2700049Z",
"DateCreated": "2025-11-18T13:00:31.2700049Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "87f25af7-1de8-4a24-9561-184cefec4911",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "c952fcc4-196b-4b4c-8327-da3c73213fb9",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2700049+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets indicators item by id.
GET /api/news/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-11-18T13:00:31.2700049Z",
"PublicationDate": "2025-11-18T13:00:31.2700049Z",
"DateCreated": "2025-11-18T13:00:31.2700049Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "22ae8f3f-fb86-4498-b7c8-049d2a0f54f5",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "7373fd42-601f-4dcb-9245-ca0dfab1ff43",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2700049+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from indicators item.
GET /api/news/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": "04a6c601-4a78-44d7-9495-49603a1533df"
}Creates a indicators item.
POST /api/news/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-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "2f6ade88-e617-440b-bb6c-f4370f278733",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "1e427094-23d8-495d-8564-e8ad1cd988a2"
}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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footnote": "sample string 8",
"policyclassifications": "a7571e8e-56a3-4a3b-b913-04f09ac7c155",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"PriorityLevelWHO": 12.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 14.0,
"ParentId": "abcb923b-2df9-4433-bc01-24f0681c7590",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for indicators item.
PATCH /api/news/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-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "8ddb1e17-7446-4d6c-b8bf-a2716b9e5b95",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "b292b125-b45a-48c8-b98c-713b41a0b5c1"
}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/news/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-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footnote": "sample string 5",
"policyclassifications": "5560b157-6a96-47ed-8041-d1911878eb7a",
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"UseThumbnailView": true,
"IMRDefinitionIndicatorId": 11.0,
"ParentId": "671f21b1-7ff4-43c5-9864-40f8a64779e5"
}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/news/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/news/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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "a6b2f288-4878-44e3-bb60-2f671dc774b8",
"regionscountries": "9fe1af63-b7fb-48b5-8a75-18d6b84e398e",
"sustainabledevelopmentgoals": "da5db6b5-f64e-41e2-a028-c50629fa4194",
"departmentaltargets": "26716617-120a-4114-8781-f18b519839ae",
"healthtopics": "b364bdf2-b8ac-4e8b-a57e-ff1032bab370",
"events": "7c0f4ff4-d435-4a00-a3b4-89c1458de0b1",
"publishingoffices": "b01d37b3-70f5-4c00-bb9e-bf5800e2c994",
"WebPageType": "sample string 10",
"targetaudiences": "a164525b-f93f-4c25-9110-16c4ee545ef7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "adc710a3-e606-47f1-bdda-e85f97d93aa8",
"RootId": "46ca1671-6547-433d-85d6-7ae3e7caa82e",
"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": "3050f004-f596-475a-a799-ea494878c7a9",
"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-11-18T13:00:31.2856342Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "a6b2f288-4878-44e3-bb60-2f671dc774b8",
"regionscountries": "9fe1af63-b7fb-48b5-8a75-18d6b84e398e",
"sustainabledevelopmentgoals": "da5db6b5-f64e-41e2-a028-c50629fa4194",
"departmentaltargets": "26716617-120a-4114-8781-f18b519839ae",
"healthtopics": "b364bdf2-b8ac-4e8b-a57e-ff1032bab370",
"events": "7c0f4ff4-d435-4a00-a3b4-89c1458de0b1",
"publishingoffices": "b01d37b3-70f5-4c00-bb9e-bf5800e2c994",
"WebPageType": "sample string 10",
"targetaudiences": "a164525b-f93f-4c25-9110-16c4ee545ef7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "adc710a3-e606-47f1-bdda-e85f97d93aa8",
"RootId": "46ca1671-6547-433d-85d6-7ae3e7caa82e",
"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": "3050f004-f596-475a-a799-ea494878c7a9",
"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-11-18T13:00:31.2856342Z",
"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/news/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/news/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 IndicatorMetadataRegistryDefinition from indicators item.
GET /api/news/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 | |
| 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 | |
| OperationalNotes | System.String | Read only: False | |
| indicatordatatyperepresentationString | System.String | Read only: False | |
| Footnote | System.String | Read only: False | |
| indicatorcalculationtype | System.Guid | 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 | |
| MonitoringFramework | 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 | |
| indicatorclassification | System.Guid | 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 | |
| indicatordatatypeString | System.String | Read only: False | |
| indicatordatacollectionlevel | System.Guid | Read only: False | |
| IndexName | System.String | 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 | |
| indicatorclassificationString | System.String | Read only: False | |
| Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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",
"indicatorstatusString": "sample string 11",
"OtherPossibleDataSourcesString": "sample string 12",
"LinkGatherForm": "sample string 13",
"ProcessOfValidation": "sample string 14",
"indicatordatacollectionlevelString": "sample string 15",
"indicatorcontinuumofcareString": "sample string 16",
"MethodOfEstimation": "sample string 17",
"Disaggregation": "sample string 18",
"Rationale": "sample string 19",
"MetadataUpdatedOn": "2025-11-18T13:00:31.2856342Z",
"indicatorcontinuumofcare": "f8ebcd4e-47d2-497f-a034-2a9a3ab2d363",
"IMRID": "sample string 22",
"OperationalNotes": "sample string 23",
"indicatordatatyperepresentationString": "sample string 24",
"Footnote": "sample string 25",
"indicatorcalculationtype": "d5fb0b23-a740-49e6-a84e-e515ef5502e7",
"indicatorcalculationtypeString": "sample string 27",
"ContactPersonEmail": "sample string 28",
"AssociatedTerms": "sample string 29",
"ContactPersonName": "sample string 30",
"DataCollectionProcess": "sample string 31",
"DataProviders": "sample string 32",
"Name": "sample string 33",
"IndicatorId": "sample string 34",
"TopicString": "sample string 35",
"Definition": "sample string 36",
"ExpectedFrequencyOfDataDissemination": "sample string 37",
"indicatormeasurementlevelString": "sample string 38",
"indicatormeasurementlevel": "75cdd248-d4d1-4042-96a1-729ba56de6a6",
"Comments": "sample string 40",
"AlsoKnownAs": "sample string 41",
"MonitoringFramework": "sample string 42",
"ExistingData": true,
"Numerator": "sample string 44",
"ExpectedFrequencyOfDataCollection": "sample string 45",
"ShortName": "sample string 46",
"indicatortoolkit": "0ae66f25-b86d-4511-99a1-19cb6a2960bd",
"NextExpectedPublicationDate": "sample string 48",
"LinkFairForm": "sample string 49",
"MeasurementMethod": "sample string 50",
"indicatorclassification": "3bd81d12-4478-46d6-869b-64b4fe9d0547",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "d0b9adff-d00a-4a5e-a738-d8e53fe16241",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "1581497e-3a6b-46e5-ade3-f00cdfd2ae7f",
"indicatordomains": "c87526bc-03a9-4aa6-90b3-2972ee261a1b",
"MethodologyChanges": "sample string 64",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 65",
"MEFramework": "sample string 66",
"Limitations": "sample string 67",
"LinkAdditionalMethodologicalDetails": "sample string 68",
"Multiplier": "sample string 69",
"indicatorclassificationString": "sample string 70",
"Provider": "sample string 71"
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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",
"indicatorstatusString": "sample string 11",
"OtherPossibleDataSourcesString": "sample string 12",
"LinkGatherForm": "sample string 13",
"ProcessOfValidation": "sample string 14",
"indicatordatacollectionlevelString": "sample string 15",
"indicatorcontinuumofcareString": "sample string 16",
"MethodOfEstimation": "sample string 17",
"Disaggregation": "sample string 18",
"Rationale": "sample string 19",
"MetadataUpdatedOn": "2025-11-18T13:00:31.2856342Z",
"indicatorcontinuumofcare": "f8ebcd4e-47d2-497f-a034-2a9a3ab2d363",
"IMRID": "sample string 22",
"OperationalNotes": "sample string 23",
"indicatordatatyperepresentationString": "sample string 24",
"Footnote": "sample string 25",
"indicatorcalculationtype": "d5fb0b23-a740-49e6-a84e-e515ef5502e7",
"indicatorcalculationtypeString": "sample string 27",
"ContactPersonEmail": "sample string 28",
"AssociatedTerms": "sample string 29",
"ContactPersonName": "sample string 30",
"DataCollectionProcess": "sample string 31",
"DataProviders": "sample string 32",
"Name": "sample string 33",
"IndicatorId": "sample string 34",
"TopicString": "sample string 35",
"Definition": "sample string 36",
"ExpectedFrequencyOfDataDissemination": "sample string 37",
"indicatormeasurementlevelString": "sample string 38",
"indicatormeasurementlevel": "75cdd248-d4d1-4042-96a1-729ba56de6a6",
"Comments": "sample string 40",
"AlsoKnownAs": "sample string 41",
"MonitoringFramework": "sample string 42",
"ExistingData": true,
"Numerator": "sample string 44",
"ExpectedFrequencyOfDataCollection": "sample string 45",
"ShortName": "sample string 46",
"indicatortoolkit": "0ae66f25-b86d-4511-99a1-19cb6a2960bd",
"NextExpectedPublicationDate": "sample string 48",
"LinkFairForm": "sample string 49",
"MeasurementMethod": "sample string 50",
"indicatorclassification": "3bd81d12-4478-46d6-869b-64b4fe9d0547",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "d0b9adff-d00a-4a5e-a738-d8e53fe16241",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "1581497e-3a6b-46e5-ade3-f00cdfd2ae7f",
"indicatordomains": "c87526bc-03a9-4aa6-90b3-2972ee261a1b",
"MethodologyChanges": "sample string 64",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 65",
"MEFramework": "sample string 66",
"Limitations": "sample string 67",
"LinkAdditionalMethodologicalDetails": "sample string 68",
"Multiplier": "sample string 69",
"indicatorclassificationString": "sample string 70",
"Provider": "sample string 71"
}
]Add IndicatorMetadataRegistryDefinition relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ViewsDefinitions relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "d62ae828-f387-426f-9824-0877b4fecce4",
"regionscountries": "90b077cc-c266-47ca-b7f8-eb6195071d9a",
"sustainabledevelopmentgoals": "22e56a18-5cab-4ec4-aa7a-520ca1c3759f",
"departmentaltargets": "fa86dbc1-9f99-4edf-9aba-0abe34613a91",
"healthtopics": "37fef46a-a50a-45ec-a38d-523b5327cc07",
"events": "bc281015-7256-4471-bb05-66216f83e50e",
"publishingoffices": "710c8670-86b7-4b04-81a2-33d5bc1d3972",
"WebPageType": "sample string 10",
"targetaudiences": "d5baf94f-5347-4ecc-90fc-472939f8e381",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "6e57b22e-d8c9-423a-9ce2-f89a900124cd",
"RootId": "165fa1f6-da38-4058-b000-cf6a6acd96fe",
"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": "b23bdbb7-5f15-4a55-a37d-56e352c6378c",
"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-11-18T13:00:31.2856342Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "d62ae828-f387-426f-9824-0877b4fecce4",
"regionscountries": "90b077cc-c266-47ca-b7f8-eb6195071d9a",
"sustainabledevelopmentgoals": "22e56a18-5cab-4ec4-aa7a-520ca1c3759f",
"departmentaltargets": "fa86dbc1-9f99-4edf-9aba-0abe34613a91",
"healthtopics": "37fef46a-a50a-45ec-a38d-523b5327cc07",
"events": "bc281015-7256-4471-bb05-66216f83e50e",
"publishingoffices": "710c8670-86b7-4b04-81a2-33d5bc1d3972",
"WebPageType": "sample string 10",
"targetaudiences": "d5baf94f-5347-4ecc-90fc-472939f8e381",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "6e57b22e-d8c9-423a-9ce2-f89a900124cd",
"RootId": "165fa1f6-da38-4058-b000-cf6a6acd96fe",
"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": "b23bdbb7-5f15-4a55-a37d-56e352c6378c",
"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-11-18T13:00:31.2856342Z",
"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/news/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/news/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 DataDefinitions from indicators item.
GET /api/news/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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add DataDefinitions relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"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-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ThumbnailViewDefinition relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "cc30eb6f-5c0e-4dda-b3c2-f3a21cdeda24",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"PublicationDate": "2025-11-18T13:00:31.2856342Z",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "cc30eb6f-5c0e-4dda-b3c2-f3a21cdeda24",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-18T13:00:31.2856342+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add IndicatorDefinition relation to indicators item.
POST /api/news/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/news/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/news/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-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "28dee029-5206-4be2-a4ff-d37f47a3b7c4",
"regionscountries": "c6121aa4-64f2-416b-b278-a124db908a65",
"sustainabledevelopmentgoals": "d25be31a-7083-4377-ae3a-e2f3458aa748",
"departmentaltargets": "7fa24406-53cb-418e-88e9-698c1ed34508",
"healthtopics": "3a27f5fd-f82c-4435-8a34-62506788bbff",
"events": "6aebd6ea-a5e1-4ad0-ab8f-dcaf03e72bc5",
"publishingoffices": "92f01dc9-e3de-49ea-b440-c65daca2931a",
"WebPageType": "sample string 10",
"targetaudiences": "d32e4c63-0919-49cf-bdd3-2ce8a30fc4fe",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "5ef8aa22-5cc0-4ad7-8780-3a4e90d0bed2",
"RootId": "ea52a729-1e03-4e36-9a92-7202a4b37690",
"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": "78b790e3-1c8d-4a77-a8b4-71963a6090a8",
"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-11-18T13:00:31.2856342Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-18T13:00:31.2856342Z",
"UrlName": "sample string 2",
"organizations": "28dee029-5206-4be2-a4ff-d37f47a3b7c4",
"regionscountries": "c6121aa4-64f2-416b-b278-a124db908a65",
"sustainabledevelopmentgoals": "d25be31a-7083-4377-ae3a-e2f3458aa748",
"departmentaltargets": "7fa24406-53cb-418e-88e9-698c1ed34508",
"healthtopics": "3a27f5fd-f82c-4435-8a34-62506788bbff",
"events": "6aebd6ea-a5e1-4ad0-ab8f-dcaf03e72bc5",
"publishingoffices": "92f01dc9-e3de-49ea-b440-c65daca2931a",
"WebPageType": "sample string 10",
"targetaudiences": "d32e4c63-0919-49cf-bdd3-2ce8a30fc4fe",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-18T13:00:31.2856342Z",
"ShowInNavigation": true,
"ParentId": "5ef8aa22-5cc0-4ad7-8780-3a4e90d0bed2",
"RootId": "ea52a729-1e03-4e36-9a92-7202a4b37690",
"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": "78b790e3-1c8d-4a77-a8b4-71963a6090a8",
"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-11-18T13:00:31.2856342Z",
"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/news/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/news/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.