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-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+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-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+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": "961fd248-0452-4330-9cfe-c335361a85a8"
}
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-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+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-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607+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-09-11T02:57:12.5325607Z",
"UrlName": "sample string 2",
"organizations": "6a2ab0ca-6738-4059-8aec-f2bb7fc802c0",
"regionscountries": "f835e394-39c3-44e4-a24a-7db0fb4409b6",
"sustainabledevelopmentgoals": "b5222155-3d25-40af-b39c-e289d3bcaf32",
"departmentaltargets": "e7d5469b-3c45-4b91-982b-4a8760169cb9",
"healthtopics": "31299fc1-6fe1-40dd-9e4b-b945a59d767f",
"events": "c12d20a8-b72e-4156-8c0a-def2f56d1d00",
"publishingoffices": "517ddf0d-7136-480f-8f48-2c6a6f6f4e33",
"WebPageType": "sample string 10",
"targetaudiences": "c1abf548-899c-40c1-9b95-c405158ed317",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"ShowInNavigation": true,
"ParentId": "2e28fbdc-4f2c-46b6-98ec-dadf9f52226c",
"RootId": "0346c1c6-22a2-46d6-92a2-4a614a02ed86",
"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": "2f92944d-61f4-4268-bc5e-58f0c206d8be",
"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-09-11T02:57:12.5325607Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-11T02:57:12.5325607Z",
"UrlName": "sample string 2",
"organizations": "6a2ab0ca-6738-4059-8aec-f2bb7fc802c0",
"regionscountries": "f835e394-39c3-44e4-a24a-7db0fb4409b6",
"sustainabledevelopmentgoals": "b5222155-3d25-40af-b39c-e289d3bcaf32",
"departmentaltargets": "e7d5469b-3c45-4b91-982b-4a8760169cb9",
"healthtopics": "31299fc1-6fe1-40dd-9e4b-b945a59d767f",
"events": "c12d20a8-b72e-4156-8c0a-def2f56d1d00",
"publishingoffices": "517ddf0d-7136-480f-8f48-2c6a6f6f4e33",
"WebPageType": "sample string 10",
"targetaudiences": "c1abf548-899c-40c1-9b95-c405158ed317",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"ShowInNavigation": true,
"ParentId": "2e28fbdc-4f2c-46b6-98ec-dadf9f52226c",
"RootId": "0346c1c6-22a2-46d6-92a2-4a614a02ed86",
"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": "2f92944d-61f4-4268-bc5e-58f0c206d8be",
"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-09-11T02:57:12.5325607Z",
"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-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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": "43f33d80-19f8-4846-844c-109d64e68ac1",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "badc742e-dd3f-4ae7-ab93-bd37ba8ba48d",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "98ab0f01-440e-4653-b8b3-08fbd8a024b5",
"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-09-11T02:57:12.5325607+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.5325607Z",
"PublicationDate": "2025-09-11T02:57:12.5325607Z",
"DateCreated": "2025-09-11T02:57:12.5325607Z",
"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": "43f33d80-19f8-4846-844c-109d64e68ac1",
"ExistingDataCollectionTool": "sample string 12",
"Disaggregations": "sample string 13",
"phcindicatortypes": "badc742e-dd3f-4ae7-ab93-bd37ba8ba48d",
"Denominator": "sample string 15",
"LongName": "sample string 16",
"phccomponents": "98ab0f01-440e-4653-b8b3-08fbd8a024b5",
"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-09-11T02:57:12.5325607+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.