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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "dded6650-d4eb-4088-8417-0df33d3beaea",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "dded6650-d4eb-4088-8417-0df33d3beaea",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "65f59a13-d8e9-48e5-8c11-e24bc676c56f",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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": "6e27694c-0430-4dd6-a66a-9704cb3473b0"
}
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-09-12T02:52:18.6244772Z",
"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": "726c8b4f-c73b-40e0-a353-2071df78c03c"
}
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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "1e75f1c4-86df-43e2-aa65-1730623858a7",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"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": "a4c26d64-35f7-4a0b-9e73-78d15ccdeaf5"
}
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-09-12T02:52:18.6244772Z",
"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": "892162e8-1dcc-4665-840c-9ac30bfb98bb"
}
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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "ae812d2f-e793-49a2-bb61-8c195fff0fb7",
"TrainingStartDate": "2025-09-12T02:52:18.6244772Z",
"regionscountries": "06532474-74e5-4f8d-ad49-1b0cbced2e96",
"trainingtypes": "1891190e-624c-42d4-8e07-27bc520195eb",
"Overview": "sample string 12",
"trainingeligibility": "c91d5f41-bbf6-4474-9f1d-28b8495bd934",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-09-12T02:52:18.6244772Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "9607f08f-59f1-4333-9f7f-6a8b2a1ab397",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 22",
"ThumbnailUrl": "sample string 23"
},
{
"LastModified": "2025-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "ae812d2f-e793-49a2-bb61-8c195fff0fb7",
"TrainingStartDate": "2025-09-12T02:52:18.6244772Z",
"regionscountries": "06532474-74e5-4f8d-ad49-1b0cbced2e96",
"trainingtypes": "1891190e-624c-42d4-8e07-27bc520195eb",
"Overview": "sample string 12",
"trainingeligibility": "c91d5f41-bbf6-4474-9f1d-28b8495bd934",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-09-12T02:52:18.6244772Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "9607f08f-59f1-4333-9f7f-6a8b2a1ab397",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "32b9d7a2-3774-41c4-a36a-bf336654cbfd",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "f6514ac0-486d-46c6-bcf7-32d5ebf3fdde",
"departmentaltargets": "bce03717-87f4-4d1e-9989-c29c66c57e2e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:18.6244772Z",
"targetaudiences": "8ddeedcf-6304-4eac-bd5b-19a5f0df0b3a",
"targets": "b9d432a3-f8b1-4818-bb7e-935739bf2386",
"publishingoffices": "6b67d592-a34f-4875-a91d-3f8a44c72c80",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "cd9f33b9-efc9-41ee-aa13-5aa7f4caef12",
"events": "ad7f648a-e872-4719-8342-4b3a8d005deb",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "32b9d7a2-3774-41c4-a36a-bf336654cbfd",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "f6514ac0-486d-46c6-bcf7-32d5ebf3fdde",
"departmentaltargets": "bce03717-87f4-4d1e-9989-c29c66c57e2e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T02:52:18.6244772Z",
"targetaudiences": "8ddeedcf-6304-4eac-bd5b-19a5f0df0b3a",
"targets": "b9d432a3-f8b1-4818-bb7e-935739bf2386",
"publishingoffices": "6b67d592-a34f-4875-a91d-3f8a44c72c80",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "cd9f33b9-efc9-41ee-aa13-5aa7f4caef12",
"events": "ad7f648a-e872-4719-8342-4b3a8d005deb",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "d58840f2-4328-469a-8506-77dc37fb374d",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "1516b1ac-0e78-42ed-8907-37dd1649dd21",
"events": "5926e735-da46-4d26-887d-30f459c949a5",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "ce44d705-8310-4586-8f5d-145c71979eb1",
"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": "bf24d7d2-540f-4778-9e98-5a1899ef30e3",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "726f0da7-2734-4cf7-9e44-77c8386e25df",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "cd695f67-3d64-4300-84bf-00e8c4a5cb0f",
"departmentaltargets": "852b7c3c-823b-45c0-a624-fd9a5e19d844",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-12T02:52:18.6244772Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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-09-12T02:52:18.6244772Z",
"PublicationDate": "2025-09-12T02:52:18.6244772Z",
"DateCreated": "2025-09-12T02:52:18.6244772Z",
"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": "d58840f2-4328-469a-8506-77dc37fb374d",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "1516b1ac-0e78-42ed-8907-37dd1649dd21",
"events": "5926e735-da46-4d26-887d-30f459c949a5",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "ce44d705-8310-4586-8f5d-145c71979eb1",
"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": "bf24d7d2-540f-4778-9e98-5a1899ef30e3",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "726f0da7-2734-4cf7-9e44-77c8386e25df",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "cd695f67-3d64-4300-84bf-00e8c4a5cb0f",
"departmentaltargets": "852b7c3c-823b-45c0-a624-fd9a5e19d844",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-12T02:52:18.6244772Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:52:18.6244772+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.