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": "2025-10-28T14:01:04.2176384Z",
"PublicationDate": "2025-10-28T14:01:04.2176384Z",
"DateCreated": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "bfebd179-e554-4f91-8069-0ad6404415a6",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "18111d7a-416b-4b1f-a5cc-64e3eb6d4c3c",
"trainingtypes": "a83f3026-54ce-4d33-adba-34fa7895246d",
"Overview": "sample string 12",
"trainingeligibility": "92765d29-f141-4732-8517-76b7b61c64d1",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "9c3f0a79-d342-4b54-953e-c58f66db74c7",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T14:01:04.2176384+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2025-10-28T14:01:04.2176384Z",
"PublicationDate": "2025-10-28T14:01:04.2176384Z",
"DateCreated": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "bfebd179-e554-4f91-8069-0ad6404415a6",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "18111d7a-416b-4b1f-a5cc-64e3eb6d4c3c",
"trainingtypes": "a83f3026-54ce-4d33-adba-34fa7895246d",
"Overview": "sample string 12",
"trainingeligibility": "92765d29-f141-4732-8517-76b7b61c64d1",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "9c3f0a79-d342-4b54-953e-c58f66db74c7",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T14:01:04.2176384+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": "2025-10-28T14:01:04.2176384Z",
"PublicationDate": "2025-10-28T14:01:04.2176384Z",
"DateCreated": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "1782ea72-6590-4561-8e10-220c5b8c35ff",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "43010c0b-103b-4fcc-b678-505480b59bf2",
"trainingtypes": "72a22dba-e5c8-4029-a763-c26eb8b5ec7b",
"Overview": "sample string 12",
"trainingeligibility": "81249e82-1382-4347-a1dc-5d5039234163",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "b58e9b90-359b-414c-a1a7-d30feaf76215",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T14:01:04.2176384+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": "933925f8-39b0-4b05-81bd-e03094cf0774"
}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": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "e262cefa-4892-440d-a628-acf2395e2f6a",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "7608e6d8-6b9c-4f42-8e25-76e5ddaff015",
"trainingtypes": "f604de0c-5c8e-4f8c-9b9b-0cf615d0f65d",
"Overview": "sample string 9",
"trainingeligibility": "65deb6c5-3ff1-4384-9697-295f8587011e",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "67fda46c-f3cf-4d4a-9b01-a5a1dffb9b19",
"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": "2025-10-28T14:01:04.2176384Z",
"PublicationDate": "2025-10-28T14:01:04.2176384Z",
"DateCreated": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "f2d75858-ece2-4b8b-89dd-d7ea40c9f9e8",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "c4a50700-ce12-4893-a18d-73014c9803b9",
"trainingtypes": "5358e372-bf96-4cd5-8c15-7cdab1e01442",
"Overview": "sample string 12",
"trainingeligibility": "b0186579-56ae-47a0-9cdc-3a788724f6e8",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "adde3e52-f24b-4a89-9250-eed7455eae0b",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T14:01:04.2176384+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": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "e5ff9e66-26ea-4a5d-8bed-379a1f2f6f98",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "ebea2cf9-0634-4e26-8b70-39e1afdef13e",
"trainingtypes": "4098bc45-3ea8-4267-a746-a2997ffb8a0b",
"Overview": "sample string 9",
"trainingeligibility": "75869253-38bd-4f41-8799-2f054b33853d",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "cce7667b-61f7-4a70-b5a2-c15d9f302e14",
"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": "2025-10-28T14:01:04.2176384Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "2e27694c-fb47-4c1f-ae1f-3bee82f7bd20",
"TrainingStartDate": "2025-10-28T14:01:04.2176384Z",
"regionscountries": "769cbe3b-5a14-46ad-a72f-c3835f732aee",
"trainingtypes": "ad4df34b-52c0-45ce-a994-dac6a49a5be1",
"Overview": "sample string 9",
"trainingeligibility": "1040a773-3d62-4933-921b-2857ba2c80a1",
"Title": "sample string 11",
"ContactInformation": "sample string 12",
"TrainingEndDate": "2025-10-28T14:01:04.2176384Z",
"SignUpUrl": "sample string 14",
"publishingoffices": "89a44640-f181-4133-b4ab-8d160c438234",
"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.