Returns a set of data items of type elenainterventionsubgroups.
GET /api/news/elenainterventionsubgroups
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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "5144362d-f54b-49fa-96af-0bc318e1ea4c",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "97a361a9-17fa-43a4-b688-e1c667c33299",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "5144362d-f54b-49fa-96af-0bc318e1ea4c",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "97a361a9-17fa-43a4-b688-e1c667c33299",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets elenainterventionsubgroups item by id.
GET /api/news/elenainterventionsubgroups({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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "65c3b7f6-fa73-4fb1-ab91-e4f42f1da87e",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "f6152600-09b9-49bb-a97f-a2b55cd27b1e",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from elenainterventionsubgroups item.
GET /api/news/elenainterventionsubgroups({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": "cad46c06-b89f-49a7-a3fc-aa77782f6842"
}
Creates a elenainterventionsubgroups item.
POST /api/news/elenainterventionsubgroups
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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Title": "sample string 6",
"healthtopics": "13934dee-c527-49d9-89ed-a7d978c0391a",
"InterventionSortOrder": 8.0,
"Summary": "sample string 9",
"ParentId": "173b6773-f5d8-4fb6-b7ae-03fc25697d32"
}
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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "176da621-6829-4176-8099-15d66cad834a",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "58197c69-a83e-4c84-a9ce-afb6af3c5fc5",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for elenainterventionsubgroups item.
PATCH /api/news/elenainterventionsubgroups({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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Title": "sample string 6",
"healthtopics": "6432c598-86f0-4e97-820d-fd6222807b73",
"InterventionSortOrder": 8.0,
"Summary": "sample string 9",
"ParentId": "dff8173c-e1df-495d-a876-4a60e46dd6b1"
}
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 elenainterventionsubgroups item.
PUT /api/news/elenainterventionsubgroups({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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Title": "sample string 6",
"healthtopics": "2a6430fe-d78e-4d79-9720-c361b65fa77b",
"InterventionSortOrder": 8.0,
"Summary": "sample string 9",
"ParentId": "d604e0da-d573-4325-8322-613cb1fdacac"
}
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 elenainterventionsubgroups item by Id.
DELETE /api/news/elenainterventionsubgroups({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 Parent from elenainterventionsubgroups item.
GET /api/news/elenainterventionsubgroups({key})/Parent
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 | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Overview | 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-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "05837519-a838-495d-9af1-9cf3866ee853",
"Summary": "sample string 10",
"Overview": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "05837519-a838-495d-9af1-9cf3866ee853",
"Summary": "sample string 10",
"Overview": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to elenainterventionsubgroups item.
POST /api/news/elenainterventionsubgroups({key})/Parent/$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 Parent from elenainterventionsubgroups item.
DELETE /api/news/elenainterventionsubgroups({key})/Parent/$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 RelatedInterventionSubgroup from elenainterventionsubgroups item.
GET /api/news/elenainterventionsubgroups({key})/RelatedInterventionSubgroup
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 | |
Overview | System.String | Read only: False | |
Title | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
InterventionSortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "3c7ec592-e909-497e-b57a-bb387e775045",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "3e29fd04-4c89-4dce-ad4c-540a6b3cd3a9",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6407264Z",
"PublicationDate": "2025-09-10T20:13:14.6407264Z",
"DateCreated": "2025-09-10T20:13:14.6407264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Title": "sample string 9",
"healthtopics": "3c7ec592-e909-497e-b57a-bb387e775045",
"InterventionSortOrder": 11.0,
"Summary": "sample string 12",
"ParentId": "3e29fd04-4c89-4dce-ad4c-540a6b3cd3a9",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6407264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedInterventionSubgroup relation to elenainterventionsubgroups item.
POST /api/news/elenainterventionsubgroups({key})/RelatedInterventionSubgroup/$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 RelatedInterventionSubgroup from elenainterventionsubgroups item.
DELETE /api/news/elenainterventionsubgroups({key})/RelatedInterventionSubgroup/$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.