Returns a set of data items of type trainingmodules.
GET /api/hubs/trainingmodules
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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"RelatedLink": "sample string 10",
"SequenceNumber": 11.0,
"Summary": "sample string 12",
"ExpectedDuration": "sample string 13",
"ParentId": "b6706bdc-b3fc-41bc-b395-0734ad087b6d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"RelatedLink": "sample string 10",
"SequenceNumber": 11.0,
"Summary": "sample string 12",
"ExpectedDuration": "sample string 13",
"ParentId": "b6706bdc-b3fc-41bc-b395-0734ad087b6d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets trainingmodules item by id.
GET /api/hubs/trainingmodules({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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"RelatedLink": "sample string 10",
"SequenceNumber": 11.0,
"Summary": "sample string 12",
"ExpectedDuration": "sample string 13",
"ParentId": "270afb05-0d9c-4f1b-8b15-abd5a10f1aaa",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from trainingmodules item.
GET /api/hubs/trainingmodules({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": "2e5fcc6f-ba5c-4088-93ea-5a478d2dd533"
}Creates a trainingmodules item.
POST /api/hubs/trainingmodules
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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Overview": "sample string 6",
"RelatedLink": "sample string 7",
"SequenceNumber": 8.0,
"Summary": "sample string 9",
"ExpectedDuration": "sample string 10",
"ParentId": "426efdc7-5f86-4262-8dfa-f961e822d6c4"
}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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"RelatedLink": "sample string 10",
"SequenceNumber": 11.0,
"Summary": "sample string 12",
"ExpectedDuration": "sample string 13",
"ParentId": "4f9dac33-dd4d-421c-a55c-7495c6d364c9",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for trainingmodules item.
PATCH /api/hubs/trainingmodules({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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Overview": "sample string 6",
"RelatedLink": "sample string 7",
"SequenceNumber": 8.0,
"Summary": "sample string 9",
"ExpectedDuration": "sample string 10",
"ParentId": "a8e6ea1a-a2aa-4725-b8a1-15112a1849f0"
}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 trainingmodules item.
PUT /api/hubs/trainingmodules({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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| RelatedLink | System.String | Read only: False | |
| SequenceNumber | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ExpectedDuration | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Overview": "sample string 6",
"RelatedLink": "sample string 7",
"SequenceNumber": 8.0,
"Summary": "sample string 9",
"ExpectedDuration": "sample string 10",
"ParentId": "18351932-cd55-45f1-8a2a-50215e6d4fd6"
}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 trainingmodules item by Id.
DELETE /api/hubs/trainingmodules({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.
Returns a set of related items of type Parent from trainingmodules item.
GET /api/hubs/trainingmodules({key})/Parent
| 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-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9684e028-cc4d-482b-8dcc-90ace7722ec8",
"TrainingStartDate": "2025-12-10T03:08:25.4160321Z",
"regionscountries": "2ed22a85-2e20-4e8c-9c0e-55170b5cbf2d",
"trainingtypes": "61b7745f-72b1-4131-99d6-26e5f44168a1",
"Overview": "sample string 12",
"trainingeligibility": "0a2dfe0f-5512-441f-b1b8-9d8e7192aa24",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-12-10T03:08:25.4160321Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "35735847-f931-4a76-8724-15324bf2d80d",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9684e028-cc4d-482b-8dcc-90ace7722ec8",
"TrainingStartDate": "2025-12-10T03:08:25.4160321Z",
"regionscountries": "2ed22a85-2e20-4e8c-9c0e-55170b5cbf2d",
"trainingtypes": "61b7745f-72b1-4131-99d6-26e5f44168a1",
"Overview": "sample string 12",
"trainingeligibility": "0a2dfe0f-5512-441f-b1b8-9d8e7192aa24",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-12-10T03:08:25.4160321Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "35735847-f931-4a76-8724-15324bf2d80d",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
}
]Add Parent relation to trainingmodules item.
POST /api/hubs/trainingmodules({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from trainingmodules item.
DELETE /api/hubs/trainingmodules({key})/Parent/$ref
| 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.
Returns a set of related items of type RelatedMultimedia from trainingmodules item.
GET /api/hubs/trainingmodules({key})/RelatedMultimedia
| 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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4f6f7430-992b-400f-829e-c1dc76d91cb5",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a1b2ec17-9d1c-419b-83c0-ceb29f1b8deb",
"departmentaltargets": "c0395461-69d7-47b2-8a6c-6525b19dba47",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-10T03:08:25.4160321Z",
"targetaudiences": "9c7ceaf9-db82-44b7-ba74-393c5463dbad",
"targets": "7bc00609-a1bb-4e1d-b922-04b2f366fe10",
"publishingoffices": "30bdc859-3315-48a9-a6f0-1c92c17efb28",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a4d1ee62-f702-4411-882d-4aa9e56bf2d7",
"events": "388e36a2-e445-4450-bc8e-7abcdb3bfdc7",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
},
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4f6f7430-992b-400f-829e-c1dc76d91cb5",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a1b2ec17-9d1c-419b-83c0-ceb29f1b8deb",
"departmentaltargets": "c0395461-69d7-47b2-8a6c-6525b19dba47",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-10T03:08:25.4160321Z",
"targetaudiences": "9c7ceaf9-db82-44b7-ba74-393c5463dbad",
"targets": "7bc00609-a1bb-4e1d-b922-04b2f366fe10",
"publishingoffices": "30bdc859-3315-48a9-a6f0-1c92c17efb28",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a4d1ee62-f702-4411-882d-4aa9e56bf2d7",
"events": "388e36a2-e445-4450-bc8e-7abcdb3bfdc7",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 26",
"FormatedDate": "sample string 27",
"Tag": "sample string 28",
"TrimmedTitle": "sample string 29"
}
]Add RelatedMultimedia relation to trainingmodules item.
POST /api/hubs/trainingmodules({key})/RelatedMultimedia/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedMultimedia from trainingmodules item.
DELETE /api/hubs/trainingmodules({key})/RelatedMultimedia/$ref
| 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.
Returns a set of related items of type RelatedPublications from trainingmodules item.
GET /api/hubs/trainingmodules({key})/RelatedPublications
| 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 | |
| MetaDescription | System.String | Read only: False | |
| Editors | System.String | Read only: False | |
| NumberOfPages | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Links | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ISBN | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| IRISID | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Copyright | System.String | Read only: False | |
| SourceKey | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| WHOReferenceNumber | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| publicationtypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| Tag | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "65ef9395-ed59-434a-8def-055a4146227b",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "fec4aa0a-a433-40d5-9635-78caef3f557c",
"events": "0d103e45-eb90-421a-8e5a-ce4e41d598c7",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "81b2e1d2-35d0-48cf-adda-3ce163dc0a31",
"ISBN": "sample string 19",
"Overview": "sample string 20",
"PhotoStoryNumberOfAdditionalItems": 21.0,
"Highlight": "sample string 22",
"DocumentNumberOfAdditionalItems": 23.0,
"IRISID": "sample string 24",
"MetaTitle": "sample string 25",
"FeatureStoryNumberOfAdditionalItems": 26.0,
"Copyright": "sample string 27",
"SourceKey": "sample string 28",
"sustainabledevelopmentgoals": "daf8f82c-8d46-46c9-92f2-4c0ec0fc18d1",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "19ccd292-01c5-4d88-9c7d-d76c2007ca2e",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "99836d1f-456e-4ba7-b6f5-830ad2b622d6",
"departmentaltargets": "993cee2e-8c64-4edd-8844-496f1b0a0f8e",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-10T03:08:25.4160321Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 45",
"Tag": "sample string 46",
"ThumbnailUrl": "sample string 47",
"DownloadUrl": "sample string 48",
"TrimmedTitle": "sample string 49"
},
{
"LastModified": "2025-12-10T03:08:25.4160321Z",
"PublicationDate": "2025-12-10T03:08:25.4160321Z",
"DateCreated": "2025-12-10T03:08:25.4160321Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "65ef9395-ed59-434a-8def-055a4146227b",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "fec4aa0a-a433-40d5-9635-78caef3f557c",
"events": "0d103e45-eb90-421a-8e5a-ce4e41d598c7",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "81b2e1d2-35d0-48cf-adda-3ce163dc0a31",
"ISBN": "sample string 19",
"Overview": "sample string 20",
"PhotoStoryNumberOfAdditionalItems": 21.0,
"Highlight": "sample string 22",
"DocumentNumberOfAdditionalItems": 23.0,
"IRISID": "sample string 24",
"MetaTitle": "sample string 25",
"FeatureStoryNumberOfAdditionalItems": 26.0,
"Copyright": "sample string 27",
"SourceKey": "sample string 28",
"sustainabledevelopmentgoals": "daf8f82c-8d46-46c9-92f2-4c0ec0fc18d1",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "19ccd292-01c5-4d88-9c7d-d76c2007ca2e",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "99836d1f-456e-4ba7-b6f5-830ad2b622d6",
"departmentaltargets": "993cee2e-8c64-4edd-8844-496f1b0a0f8e",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-10T03:08:25.4160321Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T03:08:25.4160321+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 45",
"Tag": "sample string 46",
"ThumbnailUrl": "sample string 47",
"DownloadUrl": "sample string 48",
"TrimmedTitle": "sample string 49"
}
]Add RelatedPublications relation to trainingmodules item.
POST /api/hubs/trainingmodules({key})/RelatedPublications/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedPublications from trainingmodules item.
DELETE /api/hubs/trainingmodules({key})/RelatedPublications/$ref
| 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.