Returns a set of data items of type trainings.
GET /api/news/trainings
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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T12:03:32.1419735Z",
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"DateCreated": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "16697e69-ecef-48f7-bca8-3e455626ecd3",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "85951610-d30e-47e0-900f-bcb474e24e0e",
"trainingtypes": "24bbc0f1-9463-48c1-b1aa-2ed0541b72a6",
"Overview": "sample string 12",
"trainingeligibility": "2f5c2ee2-d1ae-4cc1-adc4-6f8406f15ece",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "6c3d1a67-5668-41af-9b8a-26d178f1f196",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T12:03:32.1419735+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T12:03:32.1419735Z",
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"DateCreated": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "16697e69-ecef-48f7-bca8-3e455626ecd3",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "85951610-d30e-47e0-900f-bcb474e24e0e",
"trainingtypes": "24bbc0f1-9463-48c1-b1aa-2ed0541b72a6",
"Overview": "sample string 12",
"trainingeligibility": "2f5c2ee2-d1ae-4cc1-adc4-6f8406f15ece",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "6c3d1a67-5668-41af-9b8a-26d178f1f196",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T12:03:32.1419735+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets trainings item by id.
GET /api/news/trainings({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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T12:03:32.1419735Z",
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"DateCreated": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "29874b5e-ec20-41c1-b90a-407a404ac9da",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "dec6cd58-c637-4ee4-a98a-1a7fe0a3cf69",
"trainingtypes": "fbbf4d23-12b9-4169-814e-e0428045f53b",
"Overview": "sample string 12",
"trainingeligibility": "942e55fa-9840-48e2-b631-fb83b95f867f",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "d5441a0d-42ad-4467-bce2-c69a92a17c14",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T12:03:32.1419735+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from trainings item.
GET /api/news/trainings({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": "570d434d-eab3-44f9-bc59-82d12c084920"
}Creates a trainings item.
POST /api/news/trainings
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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f6ffbdd9-2aee-4fa4-b298-cdc51fcaa8c4",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "33081229-2e03-48da-ac5e-b5b39de0447a",
"trainingtypes": "82870cb4-c4b6-4641-99f1-b48f4a802a0f",
"Overview": "sample string 9",
"trainingeligibility": "3605b2b3-89b9-41a2-b7e9-b99df71493e1",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "931170dd-765a-4a32-bad7-5bf8fc80fffa",
"IsMultipart": true,
"Summary": "sample string 17"
}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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T12:03:32.1419735Z",
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"DateCreated": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c4b77c2b-bcc2-405c-b514-c2c1f88ef7d1",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "314919e1-0253-453d-9b37-a188c45eba06",
"trainingtypes": "845f0310-4d4f-4a7c-a930-95e79db5112f",
"Overview": "sample string 12",
"trainingeligibility": "3cbc9775-920d-4d1b-a163-1d21ad1aade0",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "39ac6292-4270-48cd-b7fd-1ea65c194851",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T12:03:32.1419735+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for trainings item.
PATCH /api/news/trainings({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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "fee77a04-e117-4b3e-b041-0795b896cb3e",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "1b8acf86-5eac-41ac-950b-b5813fc47343",
"trainingtypes": "35334662-cc16-4597-8771-459a7f81b5d8",
"Overview": "sample string 9",
"trainingeligibility": "4bf58049-fbe2-45c6-ae56-4e6022b9ad41",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "7561c959-6098-4ac7-bae6-bf736737f764",
"IsMultipart": true,
"Summary": "sample string 17"
}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 trainings item.
PUT /api/news/trainings({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 | |
| healthtopics | System.Guid | Read only: False | |
| TrainingStartDate | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| trainingtypes | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| trainingeligibility | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInformation | System.String | Read only: False | |
| TrainingEndDate | System.DateTimeOffset | Read only: False | |
| SignUpUrl | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| IsMultipart | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T12:03:32.1419735Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "2c09a60b-efff-4528-b483-d38488280ca1",
"TrainingStartDate": "2025-11-16T12:03:32.1419735Z",
"regionscountries": "4f90fb6a-ea52-44e2-ab3e-5b983e1a481b",
"trainingtypes": "6b6b1d72-3e21-47eb-8955-8ccb78e2c01c",
"Overview": "sample string 9",
"trainingeligibility": "335f92da-5f44-4272-ba04-26fb44a75c8b",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-11-16T12:03:32.1419735Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "6b18ac7b-9ef2-4bcb-a26a-5ff526a40a6f",
"IsMultipart": true,
"Summary": "sample string 17"
}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 trainings item by Id.
DELETE /api/news/trainings({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.