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-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+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-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+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": "2c383007-b082-4bea-8bcf-e4fdd0309f2b"
}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-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+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-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801+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-14T12:25:20.4323801Z",
"UrlName": "sample string 2",
"organizations": "32703f15-f195-4e7c-bf8c-fa977942031c",
"regionscountries": "6ff0d34b-f73b-4b9c-b3f3-227485b84c74",
"sustainabledevelopmentgoals": "e4d712ce-dd2c-4b85-948c-f5f748442bbe",
"departmentaltargets": "2437f60a-0b33-4b05-ad3c-0e1c7409406e",
"healthtopics": "af836567-3da7-49bf-ae12-857ec06596ee",
"events": "ebbc6a3a-2fe9-41a3-a03a-134c5e49fce2",
"publishingoffices": "933ccc04-976e-4295-b570-ebb4d298ddb2",
"WebPageType": "sample string 10",
"targetaudiences": "5e9ba793-ef90-4d4c-9ed6-1ecacdeb1a00",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"ShowInNavigation": true,
"ParentId": "1984e295-59f8-4c92-aa5f-c50a00060db5",
"RootId": "3d6f174b-f299-4da8-ac18-a892558da26b",
"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": "37acddb9-44dd-4e15-bdb1-c12ec607996d",
"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-14T12:25:20.4323801Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-01-14T12:25:20.4323801Z",
"UrlName": "sample string 2",
"organizations": "32703f15-f195-4e7c-bf8c-fa977942031c",
"regionscountries": "6ff0d34b-f73b-4b9c-b3f3-227485b84c74",
"sustainabledevelopmentgoals": "e4d712ce-dd2c-4b85-948c-f5f748442bbe",
"departmentaltargets": "2437f60a-0b33-4b05-ad3c-0e1c7409406e",
"healthtopics": "af836567-3da7-49bf-ae12-857ec06596ee",
"events": "ebbc6a3a-2fe9-41a3-a03a-134c5e49fce2",
"publishingoffices": "933ccc04-976e-4295-b570-ebb4d298ddb2",
"WebPageType": "sample string 10",
"targetaudiences": "5e9ba793-ef90-4d4c-9ed6-1ecacdeb1a00",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"ShowInNavigation": true,
"ParentId": "1984e295-59f8-4c92-aa5f-c50a00060db5",
"RootId": "3d6f174b-f299-4da8-ac18-a892558da26b",
"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": "37acddb9-44dd-4e15-bdb1-c12ec607996d",
"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-14T12:25:20.4323801Z",
"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-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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": "c0a8335d-bb8a-4d11-99e5-e97e42bb6fa7",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "93814e69-453a-43f5-a47e-a3564d4a8c9a",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "8e67a387-3769-47de-a416-390ad00eea40",
"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-14T12:25:20.4323801+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T12:25:20.4323801Z",
"PublicationDate": "2026-01-14T12:25:20.4323801Z",
"DateCreated": "2026-01-14T12:25:20.4323801Z",
"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": "c0a8335d-bb8a-4d11-99e5-e97e42bb6fa7",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "93814e69-453a-43f5-a47e-a3564d4a8c9a",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "8e67a387-3769-47de-a416-390ad00eea40",
"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-14T12:25:20.4323801+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.