Returns a set of data items of type departmentaltechnicalunits.
GET /api/news/departmentaltechnicalunits
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 | |
ExternalPage | System.String | Read only: False | |
Title | 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-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ExternalPage": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ExternalPage": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets departmentaltechnicalunits item by id.
GET /api/news/departmentaltechnicalunits({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 | |
ExternalPage | System.String | Read only: False | |
Title | 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-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ExternalPage": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from departmentaltechnicalunits item.
GET /api/news/departmentaltechnicalunits({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": "a7338279-8fb0-44d9-aebe-b3232247811e"
}
Creates a departmentaltechnicalunits item.
POST /api/news/departmentaltechnicalunits
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 | |
ExternalPage | System.String | Read only: False | |
Title | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ExternalPage": "sample string 5",
"Title": "sample string 6"
}
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 | |
ExternalPage | System.String | Read only: False | |
Title | 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-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ExternalPage": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for departmentaltechnicalunits item.
PATCH /api/news/departmentaltechnicalunits({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 | |
ExternalPage | System.String | Read only: False | |
Title | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ExternalPage": "sample string 5",
"Title": "sample string 6"
}
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 departmentaltechnicalunits item.
PUT /api/news/departmentaltechnicalunits({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 | |
ExternalPage | System.String | Read only: False | |
Title | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ExternalPage": "sample string 5",
"Title": "sample string 6"
}
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 departmentaltechnicalunits item by Id.
DELETE /api/news/departmentaltechnicalunits({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 RelatedActivity from departmentaltechnicalunits item.
GET /api/news/departmentaltechnicalunits({key})/RelatedActivity
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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | 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-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "23343041-96ad-48ac-99ad-6ab04481022b",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T03:20:01.7535789Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ead62667-6fc1-4411-8691-292d61cda861",
"Title": "sample string 17",
"publishingoffices": "4556bffc-36f5-45f1-9b6e-af75364a4e8b",
"targets": "1dbecaf3-2d02-4e1f-92bb-4e72ed62024e",
"departmentaltargets": "aa5c6a39-2f0e-4c34-9607-cc191adb1d34",
"regionscountries": "c67de3d5-f9d4-4e29-9a4f-ce4a2b810649",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "23343041-96ad-48ac-99ad-6ab04481022b",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T03:20:01.7535789Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ead62667-6fc1-4411-8691-292d61cda861",
"Title": "sample string 17",
"publishingoffices": "4556bffc-36f5-45f1-9b6e-af75364a4e8b",
"targets": "1dbecaf3-2d02-4e1f-92bb-4e72ed62024e",
"departmentaltargets": "aa5c6a39-2f0e-4c34-9607-cc191adb1d34",
"regionscountries": "c67de3d5-f9d4-4e29-9a4f-ce4a2b810649",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedActivity relation to departmentaltechnicalunits item.
POST /api/news/departmentaltechnicalunits({key})/RelatedActivity/$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 RelatedActivity from departmentaltechnicalunits item.
DELETE /api/news/departmentaltechnicalunits({key})/RelatedActivity/$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 ParentDepartment from departmentaltechnicalunits item.
GET /api/news/departmentaltechnicalunits({key})/ParentDepartment
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 | |
ExternalPage | 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-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ExternalPage": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.7535789Z",
"PublicationDate": "2025-09-12T03:20:01.7535789Z",
"DateCreated": "2025-09-12T03:20:01.7535789Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ExternalPage": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.7535789+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add ParentDepartment relation to departmentaltechnicalunits item.
POST /api/news/departmentaltechnicalunits({key})/ParentDepartment/$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 ParentDepartment from departmentaltechnicalunits item.
DELETE /api/news/departmentaltechnicalunits({key})/ParentDepartment/$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.