Returns a set of data items of type countryindicators.
GET /api/news/countryindicators
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "812d821d-963b-4c17-b916-d6ef17e463b9",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "812d821d-963b-4c17-b916-d6ef17e463b9",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countryindicators item by id.
GET /api/news/countryindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "42d84d57-3001-415e-a708-da931ea5d648",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from countryindicators item.
GET /api/news/countryindicators({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": "0a421b7e-a72d-4a5e-ad4b-a544adda6862"
}Creates a countryindicators item.
POST /api/news/countryindicators
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "ecd3198e-d4fa-4f48-bb0d-d66e419faa08"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "848afae5-f75c-4d19-8853-a3612d82f721",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countryindicators item.
PATCH /api/news/countryindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "49ee5c4f-6c00-41c3-9739-8bd943794e67"
}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 countryindicators item.
PUT /api/news/countryindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "7c033da4-b1f2-4cc6-92d2-8b1bbe44f035"
}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 countryindicators item by Id.
DELETE /api/news/countryindicators({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 countryindicators item.
GET /api/news/countryindicators({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 | |
| PriorityLevelWHO | 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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "ea07e849-66b5-42fe-a68f-09c8898b1bfe",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "ea07e849-66b5-42fe-a68f-09c8898b1bfe",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to countryindicators item.
POST /api/news/countryindicators({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 countryindicators item.
DELETE /api/news/countryindicators({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 IndicatorDefinition from countryindicators item.
GET /api/news/countryindicators({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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "b5ee9d7e-9794-4f30-b5b5-8554d0682d2f",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "b5ee9d7e-9794-4f30-b5b5-8554d0682d2f",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add IndicatorDefinition relation to countryindicators item.
POST /api/news/countryindicators({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 countryindicators item.
DELETE /api/news/countryindicators({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 countryindicators item.
GET /api/news/countryindicators({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-16T14:14:28.6377995Z",
"UrlName": "sample string 2",
"organizations": "00db2aa9-e3a8-4776-a76d-e365828112f9",
"regionscountries": "4852687b-f3b2-4dc8-8b07-78fe1a0f5e61",
"sustainabledevelopmentgoals": "4e011d52-42ef-46f5-9152-3c6a2ce2e028",
"departmentaltargets": "81f48776-150e-4f93-accc-3c6212b8dbde",
"healthtopics": "39e048d9-73e8-449b-a921-15f73a04c493",
"events": "93ca2d4c-d8d2-45c2-b48f-9993316c15f3",
"publishingoffices": "dd0d636f-f6ae-49aa-ad88-d9c583fffe3b",
"WebPageType": "sample string 10",
"targetaudiences": "d412fd0c-2c02-485e-87b5-fde5025e3aee",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"ShowInNavigation": true,
"ParentId": "4c391ec7-4061-4392-8288-22c5bd16d5fa",
"RootId": "2cea7ac9-e1b7-45e3-b602-9be34d46b6a8",
"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": "feece91b-edd8-4552-a25a-d7452571ed19",
"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-16T14:14:28.6377995Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T14:14:28.6377995Z",
"UrlName": "sample string 2",
"organizations": "00db2aa9-e3a8-4776-a76d-e365828112f9",
"regionscountries": "4852687b-f3b2-4dc8-8b07-78fe1a0f5e61",
"sustainabledevelopmentgoals": "4e011d52-42ef-46f5-9152-3c6a2ce2e028",
"departmentaltargets": "81f48776-150e-4f93-accc-3c6212b8dbde",
"healthtopics": "39e048d9-73e8-449b-a921-15f73a04c493",
"events": "93ca2d4c-d8d2-45c2-b48f-9993316c15f3",
"publishingoffices": "dd0d636f-f6ae-49aa-ad88-d9c583fffe3b",
"WebPageType": "sample string 10",
"targetaudiences": "d412fd0c-2c02-485e-87b5-fde5025e3aee",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"ShowInNavigation": true,
"ParentId": "4c391ec7-4061-4392-8288-22c5bd16d5fa",
"RootId": "2cea7ac9-e1b7-45e3-b602-9be34d46b6a8",
"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": "feece91b-edd8-4552-a25a-d7452571ed19",
"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-16T14:14:28.6377995Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpecificPage relation to countryindicators item.
POST /api/news/countryindicators({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 countryindicators item.
DELETE /api/news/countryindicators({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.
Returns a set of related items of type IndicatorMetadataRegistryDefinition from countryindicators item.
GET /api/news/countryindicators({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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"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-16T14:14:28.6377995Z",
"indicatorcontinuumofcare": "5d8b6360-a928-433b-846c-4e61e9634f1a",
"IMRID": "sample string 22",
"OperationalNotes": "sample string 23",
"indicatordatatyperepresentationString": "sample string 24",
"Footnote": "sample string 25",
"indicatorcalculationtype": "fef6c022-15b8-4259-b353-1d034fc63f2e",
"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": "80b5142c-5359-4f93-9f86-d6a39a49d973",
"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": "53d02196-c923-427e-81bb-4d0592bc5c2b",
"NextExpectedPublicationDate": "sample string 48",
"LinkFairForm": "sample string 49",
"MeasurementMethod": "sample string 50",
"indicatorclassification": "cd7b31dc-3551-4160-80c7-fcf4ffc04110",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "83d688d9-bea4-4743-88b9-c46009173a91",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "b45f90fe-30f0-4eeb-a629-2b9e2feafe9c",
"indicatordomains": "ac3b1b72-1cee-4f37-9942-2230e3d60c7a",
"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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"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-16T14:14:28.6377995Z",
"indicatorcontinuumofcare": "5d8b6360-a928-433b-846c-4e61e9634f1a",
"IMRID": "sample string 22",
"OperationalNotes": "sample string 23",
"indicatordatatyperepresentationString": "sample string 24",
"Footnote": "sample string 25",
"indicatorcalculationtype": "fef6c022-15b8-4259-b353-1d034fc63f2e",
"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": "80b5142c-5359-4f93-9f86-d6a39a49d973",
"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": "53d02196-c923-427e-81bb-4d0592bc5c2b",
"NextExpectedPublicationDate": "sample string 48",
"LinkFairForm": "sample string 49",
"MeasurementMethod": "sample string 50",
"indicatorclassification": "cd7b31dc-3551-4160-80c7-fcf4ffc04110",
"LinkToPublication": "sample string 52",
"DataCompilationProcess": "sample string 53",
"ISOHealthIndicatorsFramework": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "83d688d9-bea4-4743-88b9-c46009173a91",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "b45f90fe-30f0-4eeb-a629-2b9e2feafe9c",
"indicatordomains": "ac3b1b72-1cee-4f37-9942-2230e3d60c7a",
"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 countryindicators item.
POST /api/news/countryindicators({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 countryindicators item.
DELETE /api/news/countryindicators({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 ViewDefinitions from countryindicators item.
GET /api/news/countryindicators({key})/ViewDefinitions
| 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-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"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-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:14:28.6377995Z",
"PublicationDate": "2025-11-16T14:14:28.6377995Z",
"DateCreated": "2025-11-16T14:14:28.6377995Z",
"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-16T14:14:28.6377995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ViewDefinitions relation to countryindicators item.
POST /api/news/countryindicators({key})/ViewDefinitions/$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 ViewDefinitions from countryindicators item.
DELETE /api/news/countryindicators({key})/ViewDefinitions/$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.