Returns a set of data items of type trainings.
GET /api/hubs/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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-08-08T05:08:03.7684375Z",
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"DateCreated": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "3a8adcba-b902-4831-81c3-0db5d9fe1504",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "0b3f949c-a337-4165-add3-057540d92959",
"trainingtypes": "203f4bcd-78be-4141-9893-59a411522355",
"Overview": "sample string 12",
"trainingeligibility": "763b8be9-b48f-498d-a4f6-bc591c004fd2",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "3d2f88a1-c3e0-49d7-a97c-0af4feebf498",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.7684375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2026-08-08T05:08:03.7684375Z",
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"DateCreated": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "3a8adcba-b902-4831-81c3-0db5d9fe1504",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "0b3f949c-a337-4165-add3-057540d92959",
"trainingtypes": "203f4bcd-78be-4141-9893-59a411522355",
"Overview": "sample string 12",
"trainingeligibility": "763b8be9-b48f-498d-a4f6-bc591c004fd2",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "3d2f88a1-c3e0-49d7-a97c-0af4feebf498",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.7684375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
}
]Gets trainings item by id.
GET /api/hubs/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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2026-08-08T05:08:03.7684375Z",
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"DateCreated": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "513ce849-a610-4c89-8db0-a54ff7419685",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "d99e5097-6417-4f6a-bf82-7c1558178174",
"trainingtypes": "25b14a34-66c9-4c0d-8130-d3a72eb5a1ce",
"Overview": "sample string 12",
"trainingeligibility": "25a045a3-8738-4423-abd2-f541b248cb24",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "f2a09dea-b73f-4fdd-a3c3-3b27a1a8cfda",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.7684375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
}Gets Id property from trainings item.
GET /api/hubs/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": "00e5a71e-8146-4931-bf67-49ce59db1f9b"
}Creates a trainings item.
POST /api/hubs/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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "d1630e5e-1c37-4fdf-957f-97d51bfe0f63",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "386946a7-b307-4cc7-892a-816ef11bd384",
"trainingtypes": "e81081b3-eeea-4964-b9e7-b6180dd0c498",
"Overview": "sample string 9",
"trainingeligibility": "8150062e-1742-4583-ba95-3707b1325b8e",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "bb7c4cc3-b7aa-462a-bbeb-7e0808ec3ac0",
"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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2026-08-08T05:08:03.7684375Z",
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"DateCreated": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "67d91eb1-f930-4e74-998e-2410bd645a0d",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "7f62b0e5-22cd-4cb6-9b27-a65826125218",
"trainingtypes": "5d5966df-eafb-4258-afb9-b00f01b63971",
"Overview": "sample string 12",
"trainingeligibility": "eea2e4f4-0ea1-4736-bccb-2850a14daca3",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "bce262d9-35bc-4ec5-b0f8-e16cd915b11f",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T05:08:03.7684375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
}Partial update for trainings item.
PATCH /api/hubs/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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f8877f52-f0da-42ce-a053-a9cb692e675b",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "8f6a9150-1ddb-41d2-bf54-0f93dc43ea59",
"trainingtypes": "c0496925-2e34-4ba8-af01-2f0941190204",
"Overview": "sample string 9",
"trainingeligibility": "513afcd4-4e04-497e-9093-6dd61fae332a",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "dfcdaaf0-6f02-44f3-9105-ffc7f38716be",
"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/hubs/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 | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-08-08T05:08:03.7684375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "4939b691-a81d-4198-8b7b-d1c6d5d73ee8",
"TrainingStartDate": "2026-08-08T05:08:03.7684375Z",
"regionscountries": "6e3a511f-56d4-4ba5-8074-be014d2217e6",
"trainingtypes": "3dd45a7d-5bf3-4bdb-8164-9f4524455bb5",
"Overview": "sample string 9",
"trainingeligibility": "40024e2e-e375-4aaf-a169-0d31c28d69c9",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-08-08T05:08:03.7684375Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "a10155f1-cd44-4ccf-a869-70bc4f90580f",
"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/hubs/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.