Returns a set of data items of type trainingmodules.
GET /api/news/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-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "6134a68d-a271-495a-ba8d-92b34b127c59",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "6134a68d-a271-495a-ba8d-92b34b127c59",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets trainingmodules item by id.
GET /api/news/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-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "7fdfe562-6839-4daa-901a-52b11aba0c54",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from trainingmodules item.
GET /api/news/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": "cc31ccff-c8b2-49c6-b3b1-d9fb17bbe298"
}Creates a trainingmodules item.
POST /api/news/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-09T23:03:10.5374486Z",
"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": "8e98d69d-ebd0-4a9c-9e0d-960c4ef012d1"
}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-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "9984e03f-3ac9-4c1a-967e-59d7cb1fd878",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for trainingmodules item.
PATCH /api/news/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-09T23:03:10.5374486Z",
"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": "89dc8639-ec5f-4ea3-9bc2-531cfd5bcd13"
}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/news/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-09T23:03:10.5374486Z",
"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": "1993d5e9-4fe5-4e0c-92fb-e6be1a18da68"
}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/news/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/news/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 |
application/json
[
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "f5724a25-5142-4e06-a51c-45ade6083d8d",
"TrainingStartDate": "2025-12-09T23:03:10.5374486Z",
"regionscountries": "08a773c1-93ec-4c98-96a5-814d0faee420",
"trainingtypes": "dc60ce68-8c42-4f00-8b09-19fb77b7e0d4",
"Overview": "sample string 12",
"trainingeligibility": "9efbde56-4842-4305-96aa-0b37e27e9083",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-12-09T23:03:10.5374486Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "32783d4b-2bba-400f-83ca-73faa2678ffb",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "f5724a25-5142-4e06-a51c-45ade6083d8d",
"TrainingStartDate": "2025-12-09T23:03:10.5374486Z",
"regionscountries": "08a773c1-93ec-4c98-96a5-814d0faee420",
"trainingtypes": "dc60ce68-8c42-4f00-8b09-19fb77b7e0d4",
"Overview": "sample string 12",
"trainingeligibility": "9efbde56-4842-4305-96aa-0b37e27e9083",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-12-09T23:03:10.5374486Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "32783d4b-2bba-400f-83ca-73faa2678ffb",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to trainingmodules item.
POST /api/news/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/news/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/news/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 |
application/json
[
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "0fd95680-06a3-496e-b770-67fbe358e56e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "6adf9a3c-5713-4759-b6fc-aac6ffa885dc",
"departmentaltargets": "8a355c5a-edea-4803-ae37-d0c3257ffeb1",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-09T23:03:10.5374486Z",
"targetaudiences": "98648a37-eb3c-4526-b561-a0c965e877c8",
"targets": "94bc504c-45c8-4d3d-a97b-ad2f090623ab",
"publishingoffices": "60d3a1da-2d9e-49e6-89b0-ac741d086b00",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "d40001e9-ca3c-4e78-9dc3-0f42c0e8f34e",
"events": "7563f9fa-cd8a-4a05-a394-95ee4df5d100",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "0fd95680-06a3-496e-b770-67fbe358e56e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "6adf9a3c-5713-4759-b6fc-aac6ffa885dc",
"departmentaltargets": "8a355c5a-edea-4803-ae37-d0c3257ffeb1",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-09T23:03:10.5374486Z",
"targetaudiences": "98648a37-eb3c-4526-b561-a0c965e877c8",
"targets": "94bc504c-45c8-4d3d-a97b-ad2f090623ab",
"publishingoffices": "60d3a1da-2d9e-49e6-89b0-ac741d086b00",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "d40001e9-ca3c-4e78-9dc3-0f42c0e8f34e",
"events": "7563f9fa-cd8a-4a05-a394-95ee4df5d100",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedMultimedia relation to trainingmodules item.
POST /api/news/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/news/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/news/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 |
application/json
[
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "5e22edd7-b135-4825-b92a-a38bc50ee9e6",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "376ba64a-63ab-4ad9-9403-daac81e75c43",
"events": "79933971-9f0d-4039-b1d6-ba12cee408b0",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "e8f599f2-bd20-40bb-9a5d-969a12d927f2",
"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": "d3eaad72-1214-4427-b8e0-f0d780a1d6b5",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "7dc3c31d-6689-49fe-b487-4b37d018a560",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b01d3b88-bc91-4b38-801e-b1fe5e7931ea",
"departmentaltargets": "683ae006-eeb2-489b-ae93-1c6f0252a324",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-09T23:03:10.5374486Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5374486Z",
"PublicationDate": "2025-12-09T23:03:10.5374486Z",
"DateCreated": "2025-12-09T23:03:10.5374486Z",
"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": "5e22edd7-b135-4825-b92a-a38bc50ee9e6",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "376ba64a-63ab-4ad9-9403-daac81e75c43",
"events": "79933971-9f0d-4039-b1d6-ba12cee408b0",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "e8f599f2-bd20-40bb-9a5d-969a12d927f2",
"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": "d3eaad72-1214-4427-b8e0-f0d780a1d6b5",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "7dc3c31d-6689-49fe-b487-4b37d018a560",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b01d3b88-bc91-4b38-801e-b1fe5e7931ea",
"departmentaltargets": "683ae006-eeb2-489b-ae93-1c6f0252a324",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-09T23:03:10.5374486Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5374486+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedPublications relation to trainingmodules item.
POST /api/news/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/news/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.