Returns a set of data items of type phccategories.
GET /api/news/phccategories
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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets phccategories item by id.
GET /api/news/phccategories({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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from phccategories item.
GET /api/news/phccategories({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": "ffda1858-c507-4c28-8e4a-9833b62f636a"
}Creates a phccategories item.
POST /api/news/phccategories
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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footer": "sample string 5",
"ShortName": "sample string 6",
"Description": "sample string 7",
"Order": 8.0,
"ShortFooter": "sample string 9",
"Title": "sample string 10",
"IsPHCStrategicLever": true
}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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for phccategories item.
PATCH /api/news/phccategories({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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footer": "sample string 5",
"ShortName": "sample string 6",
"Description": "sample string 7",
"Order": 8.0,
"ShortFooter": "sample string 9",
"Title": "sample string 10",
"IsPHCStrategicLever": true
}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 phccategories item.
PUT /api/news/phccategories({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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Footer": "sample string 5",
"ShortName": "sample string 6",
"Description": "sample string 7",
"Order": 8.0,
"ShortFooter": "sample string 9",
"Title": "sample string 10",
"IsPHCStrategicLever": true
}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 phccategories item by Id.
DELETE /api/news/phccategories({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 Subcategories from phccategories item.
GET /api/news/phccategories({key})/Subcategories
| 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 | |
| Footer | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Order | System.Decimal | Read only: False | |
| ShortFooter | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| IsPHCStrategicLever | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Footer": "sample string 8",
"ShortName": "sample string 9",
"Description": "sample string 10",
"Order": 11.0,
"ShortFooter": "sample string 12",
"Title": "sample string 13",
"IsPHCStrategicLever": true,
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Subcategories relation to phccategories item.
POST /api/news/phccategories({key})/Subcategories/$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 Subcategories from phccategories item.
DELETE /api/news/phccategories({key})/Subcategories/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type AssociatedPage from phccategories item.
GET /api/news/phccategories({key})/AssociatedPage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"UrlName": "sample string 2",
"organizations": "8a290738-db3c-4f9c-b1a6-b9a5bee874bf",
"regionscountries": "4092ee3c-b7d9-4026-b9ea-a787ef7528a6",
"sustainabledevelopmentgoals": "197ccf0e-7286-48ca-9f4d-775ab5016511",
"departmentaltargets": "ddc0ff14-41d7-49a2-b4b2-72e49600fe6f",
"healthtopics": "a5998fee-d741-4ab3-80c8-8d24ba64b1b2",
"events": "86c71e0e-8cb5-443e-afa4-dd2b587128e7",
"publishingoffices": "423becbf-1b54-48f4-a9af-f65a607f0fb6",
"WebPageType": "sample string 10",
"targetaudiences": "694480c6-7d72-497c-a1bb-c7781c8f3521",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"ShowInNavigation": true,
"ParentId": "dc2fd3d6-32fd-41f0-9e10-da8446ad21a3",
"RootId": "5470601e-da1f-4132-ba5e-ca9270e7368d",
"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": "20de2ac0-d535-4d7c-8d1e-4d7a75cfc2e2",
"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": "2026-01-13T15:28:12.8253648Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"UrlName": "sample string 2",
"organizations": "8a290738-db3c-4f9c-b1a6-b9a5bee874bf",
"regionscountries": "4092ee3c-b7d9-4026-b9ea-a787ef7528a6",
"sustainabledevelopmentgoals": "197ccf0e-7286-48ca-9f4d-775ab5016511",
"departmentaltargets": "ddc0ff14-41d7-49a2-b4b2-72e49600fe6f",
"healthtopics": "a5998fee-d741-4ab3-80c8-8d24ba64b1b2",
"events": "86c71e0e-8cb5-443e-afa4-dd2b587128e7",
"publishingoffices": "423becbf-1b54-48f4-a9af-f65a607f0fb6",
"WebPageType": "sample string 10",
"targetaudiences": "694480c6-7d72-497c-a1bb-c7781c8f3521",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"ShowInNavigation": true,
"ParentId": "dc2fd3d6-32fd-41f0-9e10-da8446ad21a3",
"RootId": "5470601e-da1f-4132-ba5e-ca9270e7368d",
"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": "20de2ac0-d535-4d7c-8d1e-4d7a75cfc2e2",
"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": "2026-01-13T15:28:12.8253648Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add AssociatedPage relation to phccategories item.
POST /api/news/phccategories({key})/AssociatedPage/$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 AssociatedPage from phccategories item.
DELETE /api/news/phccategories({key})/AssociatedPage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Subindicators from phccategories item.
GET /api/news/phccategories({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-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"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": "808cab40-34f6-4eaa-b95f-8ad29aaac42f",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "ec1baaa3-2b93-4e67-bcfc-140f560ea776",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "02ef1407-32da-4af6-aca7-9d7a5fbff16e",
"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-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-13T15:28:12.8253648Z",
"PublicationDate": "2026-01-13T15:28:12.8253648Z",
"DateCreated": "2026-01-13T15:28:12.8253648Z",
"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": "808cab40-34f6-4eaa-b95f-8ad29aaac42f",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "ec1baaa3-2b93-4e67-bcfc-140f560ea776",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "02ef1407-32da-4af6-aca7-9d7a5fbff16e",
"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-01-13T15:28:12.8253648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Subindicators relation to phccategories item.
POST /api/news/phccategories({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 phccategories item.
DELETE /api/news/phccategories({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.