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": "2026-04-15T15:29:29.6366824Z",
"PublicationDate": "2026-04-15T15:29:29.6366824Z",
"DateCreated": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "047abead-23b6-478b-ba3f-f8f7330493d8",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "b8c9c74e-329a-4784-9be8-41d3f1fb726a",
"trainingtypes": "8b5a6ddc-1d9b-4759-b738-7e6dff18d198",
"Overview": "sample string 12",
"trainingeligibility": "64ad3bc0-e42e-4568-b4c4-d3096c2061d3",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "cde33809-771c-4afe-b3ae-8ad4de407965",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-15T15:29:29.6366824+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-15T15:29:29.6366824Z",
"PublicationDate": "2026-04-15T15:29:29.6366824Z",
"DateCreated": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "047abead-23b6-478b-ba3f-f8f7330493d8",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "b8c9c74e-329a-4784-9be8-41d3f1fb726a",
"trainingtypes": "8b5a6ddc-1d9b-4759-b738-7e6dff18d198",
"Overview": "sample string 12",
"trainingeligibility": "64ad3bc0-e42e-4568-b4c4-d3096c2061d3",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "cde33809-771c-4afe-b3ae-8ad4de407965",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-15T15:29:29.6366824+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": "2026-04-15T15:29:29.6366824Z",
"PublicationDate": "2026-04-15T15:29:29.6366824Z",
"DateCreated": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "13ba47bb-a300-4472-91e1-5cd9002a690d",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "4ba5450c-e3a4-4e94-8977-480f4a2f78d3",
"trainingtypes": "c059a791-a59d-4649-93f0-99d485d54883",
"Overview": "sample string 12",
"trainingeligibility": "63fc5ba2-f232-46cb-9b0c-2a4e0d029b57",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "e19fff42-4400-44bd-98af-17b445331d11",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-15T15:29:29.6366824+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": "271784bd-17df-4fce-a00f-e7c1b424b5b0"
}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": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "d6cdc295-9862-4b99-8ab5-ab23c52077aa",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "09d2543e-5692-4a7a-a2bc-ce4da70dc48c",
"trainingtypes": "919de21d-45f3-493b-b48e-aa985f088ee4",
"Overview": "sample string 9",
"trainingeligibility": "7a5518b7-c0fb-45f8-a5a6-5e45e108ca07",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "1e9d3dcc-02b5-4f44-9862-58ddb9b9ac3b",
"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": "2026-04-15T15:29:29.6366824Z",
"PublicationDate": "2026-04-15T15:29:29.6366824Z",
"DateCreated": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9a4fee58-faa2-4eb6-9f73-f1e4c17f888c",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "46a434da-882d-45e7-9b9e-b4535aa55e67",
"trainingtypes": "0e44e6d4-10e5-495c-9ed6-38935e91f250",
"Overview": "sample string 12",
"trainingeligibility": "803171c2-beb2-4b49-894c-1f4483982c13",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "2289f707-d94c-46af-b1e2-97c24b3bc22c",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-15T15:29:29.6366824+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": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "e2cbd0b7-90c4-4d38-b38d-16cca19d0cbb",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "d3b9d736-0a04-4515-b5d4-4b3eda01c088",
"trainingtypes": "9cacdec6-4340-4230-8d46-6b4180f9f7c4",
"Overview": "sample string 9",
"trainingeligibility": "db08241e-893a-4750-9460-f9ed929c1cbe",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "04e4c882-0a94-49e2-bde2-28ee71514dd7",
"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": "2026-04-15T15:29:29.6366824Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "9ac71500-f666-46e0-afe9-3430f8c48154",
"TrainingStartDate": "2026-04-15T15:29:29.6366824Z",
"regionscountries": "cf9f6d8e-4f7e-46ef-b764-d67bef60ddca",
"trainingtypes": "bf44f00c-2170-4317-b939-36cdbc33bfc2",
"Overview": "sample string 9",
"trainingeligibility": "fdb83e16-453a-4481-9596-eb4aef266063",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-04-15T15:29:29.6366824Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "e725ae52-b7f1-4759-baea-e5a81f3976ac",
"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.