RESTful API
news

Indicators

Get indicators

Returns a set of data items of type indicators.

Copy GET /api/news/indicators
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Footnote": "sample string 8",
    "policyclassifications": "d3d703ef-018c-4900-9635-dc1467412042",
    "IncludeItemIdInSpecificPageURL": true,
    "Title": "sample string 11",
    "PriorityLevelWHO": 12.0,
    "UseThumbnailView": true,
    "IMRDefinitionIndicatorId": 14.0,
    "ParentId": "efe9a4e3-9427-4d27-be58-7c851b5176d3",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Footnote": "sample string 8",
    "policyclassifications": "d3d703ef-018c-4900-9635-dc1467412042",
    "IncludeItemIdInSpecificPageURL": true,
    "Title": "sample string 11",
    "PriorityLevelWHO": 12.0,
    "UseThumbnailView": true,
    "IMRDefinitionIndicatorId": 14.0,
    "ParentId": "efe9a4e3-9427-4d27-be58-7c851b5176d3",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get indicators by key

Gets indicators item by id.

Copy GET /api/news/indicators({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Footnote": "sample string 8",
  "policyclassifications": "283e0d52-1a46-4106-99da-45de28db4468",
  "IncludeItemIdInSpecificPageURL": true,
  "Title": "sample string 11",
  "PriorityLevelWHO": 12.0,
  "UseThumbnailView": true,
  "IMRDefinitionIndicatorId": 14.0,
  "ParentId": "2c2d3804-ebc3-4118-8f8b-b6badb5aedb1",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from indicators item.

Copy GET /api/news/indicators({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "cc6224da-68eb-45b9-b18e-71cac60dd41b"
}

Post indicators

Creates a indicators item.

Copy POST /api/news/indicators
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Footnote": "sample string 5",
  "policyclassifications": "eec5aa3c-a0d4-4ffb-a0d5-3779036cf36f",
  "IncludeItemIdInSpecificPageURL": true,
  "Title": "sample string 8",
  "PriorityLevelWHO": 9.0,
  "UseThumbnailView": true,
  "IMRDefinitionIndicatorId": 11.0,
  "ParentId": "da1ecee4-673c-4064-a31a-a77c72a381c5"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Footnote": "sample string 8",
  "policyclassifications": "1c02a58d-7b2b-4637-a0a0-97f1f30d9896",
  "IncludeItemIdInSpecificPageURL": true,
  "Title": "sample string 11",
  "PriorityLevelWHO": 12.0,
  "UseThumbnailView": true,
  "IMRDefinitionIndicatorId": 14.0,
  "ParentId": "3829fc2b-88d5-491a-b0bf-84af4490dc13",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch indicators by key

Partial update for indicators item.

Copy PATCH /api/news/indicators({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Footnote": "sample string 5",
  "policyclassifications": "42cd5355-625b-492b-b5f1-e3fe048b0d03",
  "IncludeItemIdInSpecificPageURL": true,
  "Title": "sample string 8",
  "PriorityLevelWHO": 9.0,
  "UseThumbnailView": true,
  "IMRDefinitionIndicatorId": 11.0,
  "ParentId": "788a079b-1290-45a7-8a0f-d57ffe0918bf"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put indicators by key

Full update for indicators item.

Copy PUT /api/news/indicators({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Footnote

System.String

Read only: False
Selected by default: True

policyclassifications

System.Guid

Read only: False
Selected by default: False

IncludeItemIdInSpecificPageURL

System.Boolean

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

UseThumbnailView

System.Boolean

Read only: False
Selected by default: True

IMRDefinitionIndicatorId

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Footnote": "sample string 5",
  "policyclassifications": "616b0656-dbe2-4383-9567-74b16a61d200",
  "IncludeItemIdInSpecificPageURL": true,
  "Title": "sample string 8",
  "PriorityLevelWHO": 9.0,
  "UseThumbnailView": true,
  "IMRDefinitionIndicatorId": 11.0,
  "ParentId": "47aa6e99-856a-4c46-8e81-69e8bf4beed5"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete indicators by key

Deletes a indicators item by Id.

Copy DELETE /api/news/indicators({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from indicators item.

Copy GET /api/news/indicators({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Provider": "sample string 9",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Provider": "sample string 9",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from indicators item.

Copy GET /api/news/indicators({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "Provider": "sample string 9",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to indicators item.

Copy POST /api/news/indicators({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from indicators item.

Copy DELETE /api/news/indicators({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from indicators item.

Copy DELETE /api/news/indicators({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Resources

Returns a set of related items of type Resources from indicators item.

Copy GET /api/news/indicators({key})/Resources
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "20406e31-fde1-45db-8bef-d3fe023f1398",
    "regionscountries": "317a4ce4-9a8b-4ff7-9705-ed991f55677f",
    "sustainabledevelopmentgoals": "9c9c3c11-c1c7-4ebf-8534-ed34000c2546",
    "departmentaltargets": "fdf9a3f3-8767-468d-82e7-a0c843539d38",
    "healthtopics": "cbff6789-5d46-4f48-84f0-3a55b2ffd295",
    "events": "d3dec930-5d63-4486-852c-5b56128ac70d",
    "publishingoffices": "4c4b9ab0-1eda-498e-a83e-1c14fc2192e8",
    "WebPageType": "sample string 10",
    "targetaudiences": "746c3a4d-4ba9-4ae8-997c-4385ad08ed87",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "5b06f950-af47-408a-8745-f0f00dc31680",
    "RootId": "5ef91ff6-8eb0-4590-b1b0-4c132c186e53",
    "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": "84655aa5-272f-481c-80fc-be632923c284",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "20406e31-fde1-45db-8bef-d3fe023f1398",
    "regionscountries": "317a4ce4-9a8b-4ff7-9705-ed991f55677f",
    "sustainabledevelopmentgoals": "9c9c3c11-c1c7-4ebf-8534-ed34000c2546",
    "departmentaltargets": "fdf9a3f3-8767-468d-82e7-a0c843539d38",
    "healthtopics": "cbff6789-5d46-4f48-84f0-3a55b2ffd295",
    "events": "d3dec930-5d63-4486-852c-5b56128ac70d",
    "publishingoffices": "4c4b9ab0-1eda-498e-a83e-1c14fc2192e8",
    "WebPageType": "sample string 10",
    "targetaudiences": "746c3a4d-4ba9-4ae8-997c-4385ad08ed87",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "5b06f950-af47-408a-8745-f0f00dc31680",
    "RootId": "5ef91ff6-8eb0-4590-b1b0-4c132c186e53",
    "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": "84655aa5-272f-481c-80fc-be632923c284",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get Resources by relatedKey

Returns a related item of type Resources from indicators item.

Copy GET /api/news/indicators({key})/Resources({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "UrlName": "sample string 2",
  "organizations": "5bc6eee9-2ceb-488e-8dc3-b4a381dce8fb",
  "regionscountries": "8a2e31f5-b889-474b-be31-01a6186425f7",
  "sustainabledevelopmentgoals": "c9bab0ce-acc2-4e98-a4b4-8b698866a8bb",
  "departmentaltargets": "267ccd65-2b49-4e64-afb0-80533c6e82c3",
  "healthtopics": "19cf5007-3149-40da-94f9-adc996845f3e",
  "events": "94b63075-4921-40e6-9938-7a5d77667dcd",
  "publishingoffices": "9ca9c78d-3828-4185-965f-c6c9f59cb076",
  "WebPageType": "sample string 10",
  "targetaudiences": "13e0cb76-cbbd-4671-99f1-bdd4abd76aa7",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "ShowInNavigation": true,
  "ParentId": "09b62850-429e-4cb5-94cf-1a9961bb55f3",
  "RootId": "f364cb19-67a7-400c-afd4-6451376fbc86",
  "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": "d6c91fc5-fd3c-437a-b30b-f6e9b4b45f1e",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post Resources

Add Resources relation to indicators item.

Copy POST /api/news/indicators({key})/Resources/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Resources

Delete set of related items of type Resources from indicators item.

Copy DELETE /api/news/indicators({key})/Resources/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Resources by relatedKey

Delete relation of type Resources from indicators item.

Copy DELETE /api/news/indicators({key})/Resources({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get IndicatorMetadataRegistryDefinition

Returns a set of related items of type IndicatorMetadataRegistryDefinition from indicators item.

Copy GET /api/news/indicators({key})/IndicatorMetadataRegistryDefinition
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UnitOfMeasure

System.String

Read only: False
Selected by default: True

DataType

System.String

Read only: False
Selected by default: True

MethodOfEstimation

System.String

Read only: False
Selected by default: True

Disaggregation

System.String

Read only: False
Selected by default: True

Rationale

System.String

Read only: False
Selected by default: True

IMRID

System.String

Read only: False
Selected by default: True

DataTypeRepresentation

System.String

Read only: False
Selected by default: True

OriginalSubmeasure

System.String

Read only: False
Selected by default: True

ContactPersonEmail

System.String

Read only: False
Selected by default: True

AssociatedTerms

System.String

Read only: False
Selected by default: True

ContactPersonName

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

IndicatorId

System.String

Read only: False
Selected by default: True

Definition

System.String

Read only: False
Selected by default: True

ExpectedFrequencyOfDataDissemination

System.String

Read only: False
Selected by default: True

Comments

System.String

Read only: False
Selected by default: True

ExpectedFrequencyOfDataCollection

System.String

Read only: False
Selected by default: True

ShortName

System.String

Read only: False
Selected by default: True

MeasurementMethod

System.String

Read only: False
Selected by default: True

ISOHealthIndicatorsFramework

System.String

Read only: False
Selected by default: True

Methodofmeasurement

System.String

Read only: False
Selected by default: True

MethodOfEstimationOfRegionalAndGlobalEstimates

System.String

Read only: False
Selected by default: True

MEFramework

System.String

Read only: False
Selected by default: True

Limitations

System.String

Read only: False
Selected by default: True

Multiplier

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "UnitOfMeasure": "sample string 8",
    "DataType": "sample string 9",
    "MethodOfEstimation": "sample string 10",
    "Disaggregation": "sample string 11",
    "Rationale": "sample string 12",
    "IMRID": "sample string 13",
    "DataTypeRepresentation": "sample string 14",
    "OriginalSubmeasure": "sample string 15",
    "ContactPersonEmail": "sample string 16",
    "AssociatedTerms": "sample string 17",
    "ContactPersonName": "sample string 18",
    "Name": "sample string 19",
    "IndicatorId": "sample string 20",
    "Definition": "sample string 21",
    "ExpectedFrequencyOfDataDissemination": "sample string 22",
    "Comments": "sample string 23",
    "ExpectedFrequencyOfDataCollection": "sample string 24",
    "ShortName": "sample string 25",
    "MeasurementMethod": "sample string 26",
    "ISOHealthIndicatorsFramework": "sample string 27",
    "Methodofmeasurement": "sample string 28",
    "MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 29",
    "MEFramework": "sample string 30",
    "Limitations": "sample string 31",
    "Multiplier": "sample string 32",
    "Provider": "sample string 33"
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "UnitOfMeasure": "sample string 8",
    "DataType": "sample string 9",
    "MethodOfEstimation": "sample string 10",
    "Disaggregation": "sample string 11",
    "Rationale": "sample string 12",
    "IMRID": "sample string 13",
    "DataTypeRepresentation": "sample string 14",
    "OriginalSubmeasure": "sample string 15",
    "ContactPersonEmail": "sample string 16",
    "AssociatedTerms": "sample string 17",
    "ContactPersonName": "sample string 18",
    "Name": "sample string 19",
    "IndicatorId": "sample string 20",
    "Definition": "sample string 21",
    "ExpectedFrequencyOfDataDissemination": "sample string 22",
    "Comments": "sample string 23",
    "ExpectedFrequencyOfDataCollection": "sample string 24",
    "ShortName": "sample string 25",
    "MeasurementMethod": "sample string 26",
    "ISOHealthIndicatorsFramework": "sample string 27",
    "Methodofmeasurement": "sample string 28",
    "MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 29",
    "MEFramework": "sample string 30",
    "Limitations": "sample string 31",
    "Multiplier": "sample string 32",
    "Provider": "sample string 33"
  }
]

Get IndicatorMetadataRegistryDefinition by relatedKey

Returns a related item of type IndicatorMetadataRegistryDefinition from indicators item.

Copy GET /api/news/indicators({key})/IndicatorMetadataRegistryDefinition({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UnitOfMeasure

System.String

Read only: False
Selected by default: True

DataType

System.String

Read only: False
Selected by default: True

MethodOfEstimation

System.String

Read only: False
Selected by default: True

Disaggregation

System.String

Read only: False
Selected by default: True

Rationale

System.String

Read only: False
Selected by default: True

IMRID

System.String

Read only: False
Selected by default: True

DataTypeRepresentation

System.String

Read only: False
Selected by default: True

OriginalSubmeasure

System.String

Read only: False
Selected by default: True

ContactPersonEmail

System.String

Read only: False
Selected by default: True

AssociatedTerms

System.String

Read only: False
Selected by default: True

ContactPersonName

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

IndicatorId

System.String

Read only: False
Selected by default: True

Definition

System.String

Read only: False
Selected by default: True

ExpectedFrequencyOfDataDissemination

System.String

Read only: False
Selected by default: True

Comments

System.String

Read only: False
Selected by default: True

ExpectedFrequencyOfDataCollection

System.String

Read only: False
Selected by default: True

ShortName

System.String

Read only: False
Selected by default: True

MeasurementMethod

System.String

Read only: False
Selected by default: True

ISOHealthIndicatorsFramework

System.String

Read only: False
Selected by default: True

Methodofmeasurement

System.String

Read only: False
Selected by default: True

MethodOfEstimationOfRegionalAndGlobalEstimates

System.String

Read only: False
Selected by default: True

MEFramework

System.String

Read only: False
Selected by default: True

Limitations

System.String

Read only: False
Selected by default: True

Multiplier

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "UnitOfMeasure": "sample string 8",
  "DataType": "sample string 9",
  "MethodOfEstimation": "sample string 10",
  "Disaggregation": "sample string 11",
  "Rationale": "sample string 12",
  "IMRID": "sample string 13",
  "DataTypeRepresentation": "sample string 14",
  "OriginalSubmeasure": "sample string 15",
  "ContactPersonEmail": "sample string 16",
  "AssociatedTerms": "sample string 17",
  "ContactPersonName": "sample string 18",
  "Name": "sample string 19",
  "IndicatorId": "sample string 20",
  "Definition": "sample string 21",
  "ExpectedFrequencyOfDataDissemination": "sample string 22",
  "Comments": "sample string 23",
  "ExpectedFrequencyOfDataCollection": "sample string 24",
  "ShortName": "sample string 25",
  "MeasurementMethod": "sample string 26",
  "ISOHealthIndicatorsFramework": "sample string 27",
  "Methodofmeasurement": "sample string 28",
  "MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 29",
  "MEFramework": "sample string 30",
  "Limitations": "sample string 31",
  "Multiplier": "sample string 32",
  "Provider": "sample string 33"
}

Post IndicatorMetadataRegistryDefinition

Add IndicatorMetadataRegistryDefinition relation to indicators item.

Copy POST /api/news/indicators({key})/IndicatorMetadataRegistryDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete IndicatorMetadataRegistryDefinition

Delete set of related items of type IndicatorMetadataRegistryDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/IndicatorMetadataRegistryDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete IndicatorMetadataRegistryDefinition by relatedKey

Delete relation of type IndicatorMetadataRegistryDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/IndicatorMetadataRegistryDefinition({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get ViewsDefinitions

Returns a set of related items of type ViewsDefinitions from indicators item.

Copy GET /api/news/indicators({key})/ViewsDefinitions
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get ViewsDefinitions by relatedKey

Returns a related item of type ViewsDefinitions from indicators item.

Copy GET /api/news/indicators({key})/ViewsDefinitions({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Json": "sample string 8",
  "Name": "sample string 9",
  "Provider": "sample string 10",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post ViewsDefinitions

Add ViewsDefinitions relation to indicators item.

Copy POST /api/news/indicators({key})/ViewsDefinitions/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ViewsDefinitions

Delete set of related items of type ViewsDefinitions from indicators item.

Copy DELETE /api/news/indicators({key})/ViewsDefinitions/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ViewsDefinitions by relatedKey

Delete relation of type ViewsDefinitions from indicators item.

Copy DELETE /api/news/indicators({key})/ViewsDefinitions({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get OtherVisualisations

Returns a set of related items of type OtherVisualisations from indicators item.

Copy GET /api/news/indicators({key})/OtherVisualisations
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "de4bab3f-d866-4c33-8beb-0041fca2e81a",
    "regionscountries": "2ad22e43-573d-4b1f-9eff-765e138f6a0d",
    "sustainabledevelopmentgoals": "1789309b-5046-4af6-b1db-605da1669d68",
    "departmentaltargets": "64f0b181-2d88-4c74-8445-3f4646a8bf9f",
    "healthtopics": "72482569-55d4-42e2-8fb0-95a0f1076974",
    "events": "a5171980-93a4-45cf-90e0-9c2d2eff7fcc",
    "publishingoffices": "54c6922f-3ddc-4434-8307-7eecb30182b5",
    "WebPageType": "sample string 10",
    "targetaudiences": "71679d4b-8e96-4cab-9185-6041ec1a4f12",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "1bc3c7b8-5e8c-4bcc-a544-bf7f4a56a967",
    "RootId": "8a6b70de-1e89-4ffa-b1ce-2db611972429",
    "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": "8e80ebe5-5a39-403f-9e76-de8da9cd7192",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "de4bab3f-d866-4c33-8beb-0041fca2e81a",
    "regionscountries": "2ad22e43-573d-4b1f-9eff-765e138f6a0d",
    "sustainabledevelopmentgoals": "1789309b-5046-4af6-b1db-605da1669d68",
    "departmentaltargets": "64f0b181-2d88-4c74-8445-3f4646a8bf9f",
    "healthtopics": "72482569-55d4-42e2-8fb0-95a0f1076974",
    "events": "a5171980-93a4-45cf-90e0-9c2d2eff7fcc",
    "publishingoffices": "54c6922f-3ddc-4434-8307-7eecb30182b5",
    "WebPageType": "sample string 10",
    "targetaudiences": "71679d4b-8e96-4cab-9185-6041ec1a4f12",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "1bc3c7b8-5e8c-4bcc-a544-bf7f4a56a967",
    "RootId": "8a6b70de-1e89-4ffa-b1ce-2db611972429",
    "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": "8e80ebe5-5a39-403f-9e76-de8da9cd7192",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get OtherVisualisations by relatedKey

Returns a related item of type OtherVisualisations from indicators item.

Copy GET /api/news/indicators({key})/OtherVisualisations({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "UrlName": "sample string 2",
  "organizations": "74ca0028-aad4-42ec-bf81-e921cdc807f4",
  "regionscountries": "7446fb0a-834a-4d06-8f79-1b6652cb90c7",
  "sustainabledevelopmentgoals": "45775686-6a04-4440-ae2f-aa4152492b98",
  "departmentaltargets": "0183c748-eb72-4c87-96f8-b38952b61589",
  "healthtopics": "bde60bcf-4dbb-4c05-a864-68b2df60450d",
  "events": "6a7ee5fc-342d-43e3-907e-f674de30ca9e",
  "publishingoffices": "aa00a931-29a0-4eb4-be01-904236efaa83",
  "WebPageType": "sample string 10",
  "targetaudiences": "5b3e01e0-0bcd-4cdc-9e01-a987f72b831f",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "ShowInNavigation": true,
  "ParentId": "b7fc6262-198c-4c56-9e6e-f96209aa2c95",
  "RootId": "2e57a151-1533-4a25-a6bc-a45216772013",
  "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": "9dea20b4-e8e0-4169-82fd-db546dc7b4ef",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post OtherVisualisations

Add OtherVisualisations relation to indicators item.

Copy POST /api/news/indicators({key})/OtherVisualisations/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete OtherVisualisations

Delete set of related items of type OtherVisualisations from indicators item.

Copy DELETE /api/news/indicators({key})/OtherVisualisations/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete OtherVisualisations by relatedKey

Delete relation of type OtherVisualisations from indicators item.

Copy DELETE /api/news/indicators({key})/OtherVisualisations({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get DataDefinitions

Returns a set of related items of type DataDefinitions from indicators item.

Copy GET /api/news/indicators({key})/DataDefinitions
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get DataDefinitions by relatedKey

Returns a related item of type DataDefinitions from indicators item.

Copy GET /api/news/indicators({key})/DataDefinitions({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Json": "sample string 8",
  "Name": "sample string 9",
  "Provider": "sample string 10",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post DataDefinitions

Add DataDefinitions relation to indicators item.

Copy POST /api/news/indicators({key})/DataDefinitions/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete DataDefinitions

Delete set of related items of type DataDefinitions from indicators item.

Copy DELETE /api/news/indicators({key})/DataDefinitions/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete DataDefinitions by relatedKey

Delete relation of type DataDefinitions from indicators item.

Copy DELETE /api/news/indicators({key})/DataDefinitions({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get ThumbnailViewDefinition

Returns a set of related items of type ThumbnailViewDefinition from indicators item.

Copy GET /api/news/indicators({key})/ThumbnailViewDefinition
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Json": "sample string 8",
    "Name": "sample string 9",
    "Provider": "sample string 10",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get ThumbnailViewDefinition by relatedKey

Returns a related item of type ThumbnailViewDefinition from indicators item.

Copy GET /api/news/indicators({key})/ThumbnailViewDefinition({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Json

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Json": "sample string 8",
  "Name": "sample string 9",
  "Provider": "sample string 10",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post ThumbnailViewDefinition

Add ThumbnailViewDefinition relation to indicators item.

Copy POST /api/news/indicators({key})/ThumbnailViewDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ThumbnailViewDefinition

Delete set of related items of type ThumbnailViewDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/ThumbnailViewDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ThumbnailViewDefinition by relatedKey

Delete relation of type ThumbnailViewDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/ThumbnailViewDefinition({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get IndicatorDefinition

Returns a set of related items of type IndicatorDefinition from indicators item.

Copy GET /api/news/indicators({key})/IndicatorDefinition
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

programs

System.Guid

Read only: False
Selected by default: False

Node

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Code": "sample string 8",
    "programs": "0e8346e2-bbff-4ae5-a64d-64299dcc5a0b",
    "Node": "sample string 10",
    "Title": "sample string 11",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Code": "sample string 8",
    "programs": "0e8346e2-bbff-4ae5-a64d-64299dcc5a0b",
    "Node": "sample string 10",
    "Title": "sample string 11",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get IndicatorDefinition by relatedKey

Returns a related item of type IndicatorDefinition from indicators item.

Copy GET /api/news/indicators({key})/IndicatorDefinition({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

programs

System.Guid

Read only: False
Selected by default: False

Node

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Code": "sample string 8",
  "programs": "dba335f5-0f82-4496-88df-8d97f648c4b8",
  "Node": "sample string 10",
  "Title": "sample string 11",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.4700593+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post IndicatorDefinition

Add IndicatorDefinition relation to indicators item.

Copy POST /api/news/indicators({key})/IndicatorDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete IndicatorDefinition

Delete set of related items of type IndicatorDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/IndicatorDefinition/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete IndicatorDefinition by relatedKey

Delete relation of type IndicatorDefinition from indicators item.

Copy DELETE /api/news/indicators({key})/IndicatorDefinition({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get SpecificPage

Returns a set of related items of type SpecificPage from indicators item.

Copy GET /api/news/indicators({key})/SpecificPage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "92271d34-35e8-48dd-b318-4432e172498b",
    "regionscountries": "6312426a-1f76-4019-8b38-a241a494ac45",
    "sustainabledevelopmentgoals": "c53f2d04-6516-41f7-8dfc-ef5c08c3dde3",
    "departmentaltargets": "4e70a4f7-08bb-4f12-b89d-5ef20f04f2d3",
    "healthtopics": "6ae055c5-d183-4d4c-a214-a6abd2893198",
    "events": "eb231958-4602-49ce-bf1e-4f2cc9e6cc83",
    "publishingoffices": "df44c008-4fc3-4053-ae64-1b0ad5422879",
    "WebPageType": "sample string 10",
    "targetaudiences": "18351324-f3ea-4be7-ac90-8842ab9e026a",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "266eff1f-73e2-44f5-93e3-ba8f27f851b1",
    "RootId": "153801ac-2ffc-4c5d-a280-18892caea120",
    "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": "5701acce-4286-458f-a721-a9e7fbf013f6",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-11T02:57:12.4700593Z",
    "UrlName": "sample string 2",
    "organizations": "92271d34-35e8-48dd-b318-4432e172498b",
    "regionscountries": "6312426a-1f76-4019-8b38-a241a494ac45",
    "sustainabledevelopmentgoals": "c53f2d04-6516-41f7-8dfc-ef5c08c3dde3",
    "departmentaltargets": "4e70a4f7-08bb-4f12-b89d-5ef20f04f2d3",
    "healthtopics": "6ae055c5-d183-4d4c-a214-a6abd2893198",
    "events": "eb231958-4602-49ce-bf1e-4f2cc9e6cc83",
    "publishingoffices": "df44c008-4fc3-4053-ae64-1b0ad5422879",
    "WebPageType": "sample string 10",
    "targetaudiences": "18351324-f3ea-4be7-ac90-8842ab9e026a",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T02:57:12.4700593Z",
    "ShowInNavigation": true,
    "ParentId": "266eff1f-73e2-44f5-93e3-ba8f27f851b1",
    "RootId": "153801ac-2ffc-4c5d-a280-18892caea120",
    "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": "5701acce-4286-458f-a721-a9e7fbf013f6",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-11T02:57:12.4700593Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get SpecificPage by relatedKey

Returns a related item of type SpecificPage from indicators item.

Copy GET /api/news/indicators({key})/SpecificPage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T02:57:12.4700593Z",
  "UrlName": "sample string 2",
  "organizations": "781f5063-7e6b-413f-b0a0-fbcb5e66f9ae",
  "regionscountries": "6135dfdd-fb80-46c6-b49e-82ddcb37ab39",
  "sustainabledevelopmentgoals": "82a9e456-3f10-472d-b158-bafe132535a8",
  "departmentaltargets": "b1429284-a2bd-4a1d-9dee-abdd321068f6",
  "healthtopics": "f51232d8-5556-49d9-90da-728bdd3bd2d0",
  "events": "ff35da5a-ffe4-4fce-9943-b8f07570ce11",
  "publishingoffices": "8e628097-58ba-4334-9bcf-2f61df671918",
  "WebPageType": "sample string 10",
  "targetaudiences": "886b1e45-e540-451d-9ad5-4d9668ce3ccf",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-11T02:57:12.4700593Z",
  "ShowInNavigation": true,
  "ParentId": "6d848c5b-de65-4391-a51b-b77228c3fa4d",
  "RootId": "908d83b2-3f09-4dbc-9507-5b5995804106",
  "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": "76b2133f-6d05-4eb7-8167-aad7f5e6a224",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2025-09-11T02:57:12.4700593Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post SpecificPage

Add SpecificPage relation to indicators item.

Copy POST /api/news/indicators({key})/SpecificPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete SpecificPage

Delete set of related items of type SpecificPage from indicators item.

Copy DELETE /api/news/indicators({key})/SpecificPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete SpecificPage by relatedKey

Delete relation of type SpecificPage from indicators item.

Copy DELETE /api/news/indicators({key})/SpecificPage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.