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-06-01T18:10:41.8977637Z",
"PublicationDate": "2026-06-01T18:10:41.8977637Z",
"DateCreated": "2026-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "70014314-5bc6-43ca-a7d6-d8377682ae8b",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "17938a24-4d0d-44e1-9a07-0e7eb62b8afc",
"trainingtypes": "99fdf3db-463f-4c12-9960-08c3f0d59025",
"Overview": "sample string 12",
"trainingeligibility": "5ef98842-3c34-4656-9053-fac434488d45",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "8d19977a-0fd9-4c0f-b451-f1854abec387",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:10:41.8977637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2026-06-01T18:10:41.8977637Z",
"PublicationDate": "2026-06-01T18:10:41.8977637Z",
"DateCreated": "2026-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "70014314-5bc6-43ca-a7d6-d8377682ae8b",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "17938a24-4d0d-44e1-9a07-0e7eb62b8afc",
"trainingtypes": "99fdf3db-463f-4c12-9960-08c3f0d59025",
"Overview": "sample string 12",
"trainingeligibility": "5ef98842-3c34-4656-9053-fac434488d45",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "8d19977a-0fd9-4c0f-b451-f1854abec387",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:10:41.8977637+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-06-01T18:10:41.8977637Z",
"PublicationDate": "2026-06-01T18:10:41.8977637Z",
"DateCreated": "2026-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "3ef34c4e-db85-4b9b-8d9d-a77f1882289b",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "39974258-b41f-443f-b531-6b6077cb4448",
"trainingtypes": "50bf4ef8-4353-4622-a1ed-dea62ca4e28c",
"Overview": "sample string 12",
"trainingeligibility": "801a8a73-010a-4f58-b66e-ea2233a96d11",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "89b2d5ba-0d77-4de0-9440-6ae5154db4ed",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:10:41.8977637+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": "39922e46-04f9-4838-95a3-df6e0b532753"
}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-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f700936c-14b3-42d8-9737-6b2bd3e676e8",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "d190e7b2-b085-4771-881f-402edc125293",
"trainingtypes": "6b6f3b10-b88f-4d80-b42b-43433a250649",
"Overview": "sample string 9",
"trainingeligibility": "89eb7b67-5d7c-42e6-b5fc-8f17448204bb",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "ab14167c-4d24-42ab-8982-031685ae3f7e",
"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-06-01T18:10:41.8977637Z",
"PublicationDate": "2026-06-01T18:10:41.8977637Z",
"DateCreated": "2026-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6fb1b69c-3938-45d1-b2af-19de0c175fab",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "bd8afaf7-4a8e-48dc-a441-d801ebbf87fc",
"trainingtypes": "da14ce8c-a72e-46a6-9385-69fcdf036b1d",
"Overview": "sample string 12",
"trainingeligibility": "e4754028-3171-40a1-b482-c9cbcdfe8d40",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "db8c9077-75d8-4022-bacf-82fcffecb4ba",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:10:41.8977637+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-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "4517e888-3572-4414-9b7f-21d4340659ab",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "e1a2bd9a-6d11-4806-aded-d28a771ecd74",
"trainingtypes": "93846284-62b9-4914-ad99-cdd4bb5178b9",
"Overview": "sample string 9",
"trainingeligibility": "2222c619-b1d1-4e20-9181-acea460ec5de",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "ab6f030a-7ef8-4f93-9e56-662810301438",
"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-06-01T18:10:41.8977637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "6e3f9927-2f92-4e49-ac5c-6de71735f5ba",
"TrainingStartDate": "2026-06-01T18:10:41.8977637Z",
"regionscountries": "229090d1-7f2d-4dd5-b8f3-56377dd9f57e",
"trainingtypes": "df3f7383-dacd-43a7-93d1-cf893296eedc",
"Overview": "sample string 9",
"trainingeligibility": "39add38b-07c0-4959-b590-6e06e98d9b97",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-06-01T18:10:41.8977637Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "e1e7161d-2de5-4ddf-9dc3-b47daa822c0a",
"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.