Returns a set of data items of type phcindicators.
GET /api/news/phcindicators
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "cb97bf58-ec7b-4401-82a6-edf742acd256",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "4623c4dd-ff49-4ba0-8714-eeef8fe9655c",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "2b0c5c53-2f89-4dde-92bd-9c322b3fda8a",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "cb97bf58-ec7b-4401-82a6-edf742acd256",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "4623c4dd-ff49-4ba0-8714-eeef8fe9655c",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "2b0c5c53-2f89-4dde-92bd-9c322b3fda8a",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets phcindicators item by id.
GET /api/news/phcindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "efb008a7-cb1b-444d-a386-833b3db77ec2",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "b97b36b0-4974-43fe-9ff0-6b2159355362",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "1357195d-d2ae-499e-8695-54d684733002",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from phcindicators item.
GET /api/news/phcindicators({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "ec2ae9ea-7854-467f-aeb1-48c8a2442ed5"
}Creates a phcindicators item.
POST /api/news/phcindicators
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "866be02f-8a35-470c-876c-8c2b2fcb8b8d",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "eb3b5afe-d300-4ece-b908-67e81a0eedff",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "fd88d516-39be-4b04-bffe-f4653637b68f",
"IndicatorName": "sample string 15",
"Rationale": "sample string 16",
"ShortName": "sample string 17",
"Order": 18.0,
"References": "sample string 19",
"Definition": "sample string 20"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "e75bd486-b6e2-4fe5-8a0a-a728808943cc",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "4202d880-e123-4a19-8287-8700e24d0d97",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "337255e0-7509-493f-b76d-0362004c9a2c",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for phcindicators item.
PATCH /api/news/phcindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "10b74eb4-7c0e-4339-8a79-55e1ff700947",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "e74864e1-4425-4e2f-9fb9-acffc372a9bf",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "baaa6ad2-be89-46a4-90a8-91885df01c0f",
"IndicatorName": "sample string 15",
"Rationale": "sample string 16",
"ShortName": "sample string 17",
"Order": 18.0,
"References": "sample string 19",
"Definition": "sample string 20"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for phcindicators item.
PUT /api/news/phcindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "36f655dc-2b8c-4b80-9a2c-226231a69245",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "678955b0-7cdc-4e95-b949-add429fb8fcd",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "c12ef6f7-263f-47b8-889e-fc3f59e30477",
"IndicatorName": "sample string 15",
"Rationale": "sample string 16",
"ShortName": "sample string 17",
"Order": 18.0,
"References": "sample string 19",
"Definition": "sample string 20"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a phcindicators item by Id.
DELETE /api/news/phcindicators({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Subindicators from phcindicators item.
GET /api/news/phcindicators({key})/Subindicators
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PreferredDataSource | System.String | Read only: False | |
| DisplayMetadataDialog | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| phcindicatorconsiderations | System.Guid | Read only: False | |
| ExistingDataCollectionTool | System.String | Read only: False | |
| Disaggregations | System.String | Read only: False | |
| phcindicatortypes | System.Guid | Read only: False | |
| Denominator | System.String | Read only: False | |
| LongName | System.String | Read only: False | |
| phccomponents | System.Guid | Read only: False | |
| IndicatorName | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| References | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "16602a90-8fcf-4faf-8852-e96fd2f9912a",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "05ff70aa-6d35-4fd6-b272-8d3a94f096d1",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "84fd2e3e-ed16-40c6-8c4d-c051eaed80bc",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T12:53:40.899068Z",
"PublicationDate": "2026-03-03T12:53:40.899068Z",
"DateCreated": "2026-03-03T12:53:40.899068Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PreferredDataSource": "sample string 8",
"DisplayMetadataDialog": true,
"Numerator": "sample string 10",
"phcindicatorconsiderations": "16602a90-8fcf-4faf-8852-e96fd2f9912a",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "05ff70aa-6d35-4fd6-b272-8d3a94f096d1",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "84fd2e3e-ed16-40c6-8c4d-c051eaed80bc",
"IndicatorName": "sample string 18",
"Rationale": "sample string 19",
"ShortName": "sample string 20",
"Order": 21.0,
"References": "sample string 22",
"Definition": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:40.899068+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Subindicators relation to phcindicators item.
POST /api/news/phcindicators({key})/Subindicators/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Subindicators from phcindicators item.
DELETE /api/news/phcindicators({key})/Subindicators/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.