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": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+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": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+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": "85d80ebd-32ef-45d2-bfbf-f0a88f5950e6"
}
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": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+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": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239+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": "2025-10-06T16:57:24.5938239Z",
"UrlName": "sample string 2",
"organizations": "124b7495-3cd0-48ef-9d4c-9234b296f59e",
"regionscountries": "4a6e2937-fbd2-4e2f-8774-8dd2fac10465",
"sustainabledevelopmentgoals": "4b00293c-0879-4f10-a9fb-2a5d885297f2",
"departmentaltargets": "a2b2c485-1475-4907-9676-32495504c243",
"healthtopics": "20a84da6-1e86-4781-afd0-4d2a01b15e60",
"events": "20c0924a-2d65-46cb-bba0-86801cb97f91",
"publishingoffices": "9019bfb2-febb-445c-ac58-c7ac51f2a853",
"WebPageType": "sample string 10",
"targetaudiences": "cc77694d-e18e-4d7a-9e21-f6ebdc33999d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"ShowInNavigation": true,
"ParentId": "3460fc5c-e663-48be-8b74-8ae9e2cbf5b8",
"RootId": "2cc4506d-a975-4681-9085-a97f34099db0",
"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": "1da0f5c0-92de-4ce7-b71c-106ff91a6323",
"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": "2025-10-06T16:57:24.5938239Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:57:24.5938239Z",
"UrlName": "sample string 2",
"organizations": "124b7495-3cd0-48ef-9d4c-9234b296f59e",
"regionscountries": "4a6e2937-fbd2-4e2f-8774-8dd2fac10465",
"sustainabledevelopmentgoals": "4b00293c-0879-4f10-a9fb-2a5d885297f2",
"departmentaltargets": "a2b2c485-1475-4907-9676-32495504c243",
"healthtopics": "20a84da6-1e86-4781-afd0-4d2a01b15e60",
"events": "20c0924a-2d65-46cb-bba0-86801cb97f91",
"publishingoffices": "9019bfb2-febb-445c-ac58-c7ac51f2a853",
"WebPageType": "sample string 10",
"targetaudiences": "cc77694d-e18e-4d7a-9e21-f6ebdc33999d",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"ShowInNavigation": true,
"ParentId": "3460fc5c-e663-48be-8b74-8ae9e2cbf5b8",
"RootId": "2cc4506d-a975-4681-9085-a97f34099db0",
"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": "1da0f5c0-92de-4ce7-b71c-106ff91a6323",
"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": "2025-10-06T16:57:24.5938239Z",
"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": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "601254a6-19e0-40e9-a294-a9e5bb934a8c",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "7531fdbe-30cc-4ad6-9511-f0c53357d906",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "e4e76082-245c-41ef-9cba-4f8c2ea56d91",
"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-10-06T16:57:24.5938239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.5938239Z",
"PublicationDate": "2025-10-06T16:57:24.5938239Z",
"DateCreated": "2025-10-06T16:57:24.5938239Z",
"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": "601254a6-19e0-40e9-a294-a9e5bb934a8c",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "7531fdbe-30cc-4ad6-9511-f0c53357d906",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "e4e76082-245c-41ef-9cba-4f8c2ea56d91",
"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-10-06T16:57:24.5938239+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.