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-03-26T13:56:01.0093773Z",
"PublicationDate": "2026-03-26T13:56:01.0093773Z",
"DateCreated": "2026-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a00dd9f1-ddff-4056-9373-4d688913f026",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "6eb87b4f-7e79-47dc-8057-0ab9cf361ba7",
"trainingtypes": "4bfd5ef3-d0c2-44f3-92d6-a27abd1d7806",
"Overview": "sample string 12",
"trainingeligibility": "d7d55c24-174f-4f8a-a13d-629eec7f0d6e",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "fe9161bd-834d-4f35-852f-1e14cda1b3ee",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:56:01.0093773+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2026-03-26T13:56:01.0093773Z",
"PublicationDate": "2026-03-26T13:56:01.0093773Z",
"DateCreated": "2026-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a00dd9f1-ddff-4056-9373-4d688913f026",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "6eb87b4f-7e79-47dc-8057-0ab9cf361ba7",
"trainingtypes": "4bfd5ef3-d0c2-44f3-92d6-a27abd1d7806",
"Overview": "sample string 12",
"trainingeligibility": "d7d55c24-174f-4f8a-a13d-629eec7f0d6e",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "fe9161bd-834d-4f35-852f-1e14cda1b3ee",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:56:01.0093773+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-03-26T13:56:01.0093773Z",
"PublicationDate": "2026-03-26T13:56:01.0093773Z",
"DateCreated": "2026-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "97cde2ec-9946-4f79-910d-0ffdb113662f",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "5df81579-1d4e-4cba-99f8-16a9d01bda96",
"trainingtypes": "3078dfaf-2575-4238-b0ef-b1c39ce435f3",
"Overview": "sample string 12",
"trainingeligibility": "051fc42d-3297-427e-a8d2-81e772b78984",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "66217487-1bd3-4e90-acd9-0b4b383bc191",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:56:01.0093773+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": "f8949309-ce26-48f3-9682-4161e777663f"
}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-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "9cc5a3bc-5d62-4f77-8f7d-c9145ecf0648",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "a46817f9-a0ac-4283-ad69-ab24b7a74cef",
"trainingtypes": "cfe2f76a-2476-4182-b16d-79a366920f39",
"Overview": "sample string 9",
"trainingeligibility": "46062e8c-fe95-4ed3-bc92-38c81741cd80",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "dffc9db3-f870-40a5-98eb-c8712e71c544",
"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-03-26T13:56:01.0093773Z",
"PublicationDate": "2026-03-26T13:56:01.0093773Z",
"DateCreated": "2026-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "47c966b4-ecae-4ead-a1a7-26a5ed6de7c8",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "1cc484ff-9090-48f2-8454-e4ff413dda7b",
"trainingtypes": "8d20ab39-c501-4516-bca3-fb1ffa3b59bb",
"Overview": "sample string 12",
"trainingeligibility": "0a166d99-fdf0-40da-9ff9-11ab4a11cbbb",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "bcfeaaf4-b24b-44ea-ad64-e20dfc2d4924",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:56:01.0093773+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-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "b1bd76a5-cc64-4333-9f93-5721d293fb47",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "faaa786b-a369-4530-b576-40e512deca09",
"trainingtypes": "d5e2716e-71c0-4b3d-b409-e830ac5ae707",
"Overview": "sample string 9",
"trainingeligibility": "28144799-d7ee-4003-9086-6d7a6eb4a91b",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "d08d5e16-31f8-4872-a188-f32dad3a8787",
"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-03-26T13:56:01.0093773Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "16b9cbf4-e1d7-427a-bea7-1090a1002bbf",
"TrainingStartDate": "2026-03-26T13:56:01.0093773Z",
"regionscountries": "39124ba0-e839-4614-bd3c-d5188d216fef",
"trainingtypes": "050ecd78-0b6f-4479-9213-c671fee4aabe",
"Overview": "sample string 9",
"trainingeligibility": "a91858f5-5598-4876-9879-e93ebc65d658",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-26T13:56:01.0093773Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "d44843b6-61fe-4283-8efd-6dc6801e5621",
"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.