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-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "65b41fc2-d4bc-444f-a016-3a1f85b9e4a7",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "44c463f5-e463-4fad-a0b8-325e01c1cbf4",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "2af64b03-a91e-416a-a398-52098a75f6e3",
"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-02-07T02:09:56.3726418+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "65b41fc2-d4bc-444f-a016-3a1f85b9e4a7",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "44c463f5-e463-4fad-a0b8-325e01c1cbf4",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "2af64b03-a91e-416a-a398-52098a75f6e3",
"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-02-07T02:09:56.3726418+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-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "2a1535f5-7d35-425b-96c4-e6874ae1a255",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "8e27195f-a1c6-4ded-8fbd-78702809e8d5",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "bca4d807-5dd0-4e67-a15e-9b076ef09d88",
"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-02-07T02:09:56.3726418+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": "b6ad0e6c-163d-4420-8734-401dc21c799a"
}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-02-07T02:09:56.3726418Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "c76a8988-c0c6-4323-9364-555b68981ae0",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "836d8a2d-f6a1-47e2-8612-5cc5e98d18b0",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "eb8e90c0-5a7d-4a76-985c-6ea75a215958",
"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-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "de789db3-a29a-4f79-90d1-eac5bb28b9c5",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "cf3037ec-2854-4082-8cc8-60132fa7f2f2",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "842c51a5-ffe8-4023-bf2d-bd48adbd4995",
"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-02-07T02:09:56.3726418+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-02-07T02:09:56.3726418Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "5ea2026c-a021-4061-97d0-8df24b327a8d",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "b4aee187-0d0f-4901-9ce4-b9b2fa9ff5f4",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "7294ec75-3aeb-4022-aa58-e85ed5413d11",
"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-02-07T02:09:56.3726418Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "c16d528a-b2ba-4bc4-aecf-6ba1f44fefb0",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "3be148e3-38b3-45cb-a271-65f94b24c8b8",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "d101bdf6-870b-4611-b4d7-b44c29c8ab78",
"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-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "6a20bd78-deee-4ad0-b549-983c536a49af",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "66567764-1dda-4bd7-9463-3587ac58eccd",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "078c32ef-2224-4e92-b58c-91f0da9824da",
"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-02-07T02:09:56.3726418+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T02:09:56.3726418Z",
"PublicationDate": "2026-02-07T02:09:56.3726418Z",
"DateCreated": "2026-02-07T02:09:56.3726418Z",
"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": "6a20bd78-deee-4ad0-b549-983c536a49af",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "66567764-1dda-4bd7-9463-3587ac58eccd",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "078c32ef-2224-4e92-b58c-91f0da9824da",
"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-02-07T02:09:56.3726418+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.