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": "2025-12-10T00:11:05.5871588Z",
"PublicationDate": "2025-12-10T00:11:05.5871588Z",
"DateCreated": "2025-12-10T00:11:05.5871588Z",
"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": "c798dfef-e4ea-40a2-9c8c-eed0f7f143e2",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "5af10819-bd25-4640-af88-864ad86625a5",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "51c11cb0-9445-44ef-82c7-659c818184eb",
"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": "2025-12-10T00:11:05.5871588+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.5871588Z",
"PublicationDate": "2025-12-10T00:11:05.5871588Z",
"DateCreated": "2025-12-10T00:11:05.5871588Z",
"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": "c798dfef-e4ea-40a2-9c8c-eed0f7f143e2",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "5af10819-bd25-4640-af88-864ad86625a5",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "51c11cb0-9445-44ef-82c7-659c818184eb",
"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": "2025-12-10T00:11:05.5871588+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": "2025-12-10T00:11:05.5871588Z",
"PublicationDate": "2025-12-10T00:11:05.5871588Z",
"DateCreated": "2025-12-10T00:11:05.5871588Z",
"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": "89ab014f-7fea-4aa6-97a4-e13a0b7eb171",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "e0ff5d9b-ab03-4315-b01c-910b2064a4c4",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "d418d8cd-f463-493a-9dc9-f6e0a987d70a",
"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": "2025-12-10T00:11:05.5871588+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": "98bac840-c737-4636-a4b1-a68699f1ab12"
}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": "2025-12-10T00:11:05.6027825Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "b3675136-a901-4683-8929-35ecdc549d15",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "8d245cc4-926e-469d-88c4-ce0f9fb3991e",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "9cde9f1a-0d7d-4fe4-a6a3-ae3b869565ef",
"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": "2025-12-10T00:11:05.6027825Z",
"PublicationDate": "2025-12-10T00:11:05.6027825Z",
"DateCreated": "2025-12-10T00:11:05.6027825Z",
"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": "8a94dd6f-85d7-4a07-92ab-6c3e9e3ed21c",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "56bcbde5-6678-4edf-b3dc-365df101002c",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "05524fdc-2402-4652-a87e-0db5bca6590a",
"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": "2025-12-10T00:11:05.6027825+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": "2025-12-10T00:11:05.6027825Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "5664cae3-0138-4ec7-9c25-e99405d4b690",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "a589d483-8ba9-4994-8d34-4209d24ce1e5",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "c3a627f6-02cb-47fa-aa78-cd3900d5207b",
"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": "2025-12-10T00:11:05.6027825Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PreferredDataSource": "sample string 5",
"DisplayMetadataDialog": true,
"Numerator": "sample string 7",
"phcindicatorconsiderations": "17474376-4776-4730-8d8e-975352f8afd8",
"ExistingDataCollectionTool": "sample string 9",
"Disaggregations": "sample string 10",
"phcindicatortypes": "bf7f8b3f-f3a9-4c00-9145-92473f2b0040",
"Denominator": "sample string 12",
"LongName": "sample string 13",
"phccomponents": "077a5194-daa2-44c5-87a3-919c150a17c1",
"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": "2025-12-10T00:11:05.6027825Z",
"PublicationDate": "2025-12-10T00:11:05.6027825Z",
"DateCreated": "2025-12-10T00:11:05.6027825Z",
"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": "1f61ea53-83af-4baa-a5eb-ff33073cc943",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "5d080c40-8df5-4919-82e2-ce3c5fef3478",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "a0e12031-cafc-4b04-86ca-9275344e3777",
"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": "2025-12-10T00:11:05.6027825+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.6027825Z",
"PublicationDate": "2025-12-10T00:11:05.6027825Z",
"DateCreated": "2025-12-10T00:11:05.6027825Z",
"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": "1f61ea53-83af-4baa-a5eb-ff33073cc943",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "5d080c40-8df5-4919-82e2-ce3c5fef3478",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "a0e12031-cafc-4b04-86ca-9275344e3777",
"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": "2025-12-10T00:11:05.6027825+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.