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-03T15:20:11.1801426Z",
"PublicationDate": "2026-03-03T15:20:11.1801426Z",
"DateCreated": "2026-03-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "907d436c-afb3-4e30-a48f-428271343162",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "f261d70e-f695-47f9-a30d-e44a8a98a4ba",
"trainingtypes": "4c427f52-22c4-49e2-8048-cff6af3eff4a",
"Overview": "sample string 12",
"trainingeligibility": "83a53ebc-972a-4ea1-9d19-2343ed531c83",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "442c10e3-8905-40ec-b037-fd0012a439c2",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:20:11.1801426+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2026-03-03T15:20:11.1801426Z",
"PublicationDate": "2026-03-03T15:20:11.1801426Z",
"DateCreated": "2026-03-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "907d436c-afb3-4e30-a48f-428271343162",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "f261d70e-f695-47f9-a30d-e44a8a98a4ba",
"trainingtypes": "4c427f52-22c4-49e2-8048-cff6af3eff4a",
"Overview": "sample string 12",
"trainingeligibility": "83a53ebc-972a-4ea1-9d19-2343ed531c83",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "442c10e3-8905-40ec-b037-fd0012a439c2",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:20:11.1801426+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-03T15:20:11.1801426Z",
"PublicationDate": "2026-03-03T15:20:11.1801426Z",
"DateCreated": "2026-03-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "e61be36a-c971-46b4-a031-2f82d8e1faf5",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "bdac32cf-31b7-442b-b496-151e27b1344f",
"trainingtypes": "97de2a20-e148-420b-9197-13805ab619ad",
"Overview": "sample string 12",
"trainingeligibility": "2c9c7080-7522-45ad-888c-12191819c9e2",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "e9e9666d-da23-4a36-9914-6319668419b4",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:20:11.1801426+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": "ad9c7dcb-60df-436a-b5e3-3ce9b535fdbc"
}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-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "93023750-5614-418d-8226-b3b65a6be10f",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "afc1eb7a-f35f-4e18-a971-2182cceec21f",
"trainingtypes": "914298c4-b08e-4c1b-882c-e0396f5c16b8",
"Overview": "sample string 9",
"trainingeligibility": "ffd67be4-8354-42b2-99ae-4e552ff7d9fd",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "cc591a04-1231-49d2-a2da-9033fb88787c",
"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-03T15:20:11.1801426Z",
"PublicationDate": "2026-03-03T15:20:11.1801426Z",
"DateCreated": "2026-03-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "cdf5f5d4-e56a-42ae-b88d-be38cc1e3a17",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "63fe7528-1d34-461c-b89e-c92bc261ebf8",
"trainingtypes": "28df1608-14f4-44c4-9072-2ef84ec20472",
"Overview": "sample string 12",
"trainingeligibility": "a433c898-4573-4c0c-bf9c-6c1fb10e208e",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "31306137-98af-4bda-a790-aae3b298edfa",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:20:11.1801426+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-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "a25abb99-9e62-4484-a8a4-d27e9e12e5a3",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "e56d7918-0833-4130-832d-60b7f618b026",
"trainingtypes": "e3488441-00d1-4bd4-9854-380f1aa53f63",
"Overview": "sample string 9",
"trainingeligibility": "78c02bd0-e8ae-42e8-936a-089ff8912c40",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "df882ef1-0630-4fee-bf68-46f3198b2de1",
"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-03T15:20:11.1801426Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "3711f87a-9685-444b-a4a3-6d8384ec2fa6",
"TrainingStartDate": "2026-03-03T15:20:11.1801426Z",
"regionscountries": "9bdf5954-5808-4e34-80f8-f1eaca9e389c",
"trainingtypes": "a5aae28a-0294-4e7f-be2b-c7111d033931",
"Overview": "sample string 9",
"trainingeligibility": "b955d6f8-f49c-4cc5-9452-d42b1295e413",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2026-03-03T15:20:11.1801426Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "8caec0e4-8d4e-4d83-b457-305f69ee2648",
"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.