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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "d450ddc1-3322-4bbe-995e-453482b7d8f7",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "d450ddc1-3322-4bbe-995e-453482b7d8f7",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "b398004a-721f-47c9-afbf-6df99caf18d4",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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": "52cf69e9-3401-4d90-ae53-1cbaab4bf446"
}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": "2026-01-08T17:11:48.5611814Z",
"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": "7aa14975-bd31-445c-ad5e-20286439da28"
}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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "34de4bdd-1ac1-41a3-bea7-15fb2935b8df",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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": "2026-01-08T17:11:48.5611814Z",
"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": "8238dd98-08a1-4c4b-b71c-c9cd1e3c76ad"
}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": "2026-01-08T17:11:48.5611814Z",
"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": "4705e1e1-3f30-4d8f-b327-741ba21c2728"
}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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "f07b1ac1-b5c2-4d8e-a294-dcf729d4336c",
"TrainingStartDate": "2026-01-08T17:11:48.5611814Z",
"regionscountries": "11963e2e-5c3b-441a-b3e2-d7e63dbe063e",
"trainingtypes": "da8c3381-4674-4584-bdd6-bcbb05c8913d",
"Overview": "sample string 12",
"trainingeligibility": "0375502a-7f75-47e7-96cd-aa87b7280a6f",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-01-08T17:11:48.5611814Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "1207efc3-35c9-42f2-a175-ae78952f9d07",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "f07b1ac1-b5c2-4d8e-a294-dcf729d4336c",
"TrainingStartDate": "2026-01-08T17:11:48.5611814Z",
"regionscountries": "11963e2e-5c3b-441a-b3e2-d7e63dbe063e",
"trainingtypes": "da8c3381-4674-4584-bdd6-bcbb05c8913d",
"Overview": "sample string 12",
"trainingeligibility": "0375502a-7f75-47e7-96cd-aa87b7280a6f",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-01-08T17:11:48.5611814Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "1207efc3-35c9-42f2-a175-ae78952f9d07",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "28c64500-5c77-4ac9-86c6-b18c8049659d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c3c41254-ec57-4429-a1b8-b68381d93ec5",
"departmentaltargets": "adce2532-89e0-4fd7-b3f6-b4edb0261c97",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-08T17:11:48.5611814Z",
"targetaudiences": "00064144-339b-4028-8265-eba6f903f97f",
"targets": "812e80a7-deac-4ef0-970a-82604012ffd8",
"publishingoffices": "2063701b-17ee-4eef-8136-ddd8d39853d1",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6bee8c46-15de-4210-a3b2-112c257e7875",
"events": "35ea1ed3-b587-4f89-8652-02ffa19394e6",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "28c64500-5c77-4ac9-86c6-b18c8049659d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c3c41254-ec57-4429-a1b8-b68381d93ec5",
"departmentaltargets": "adce2532-89e0-4fd7-b3f6-b4edb0261c97",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-08T17:11:48.5611814Z",
"targetaudiences": "00064144-339b-4028-8265-eba6f903f97f",
"targets": "812e80a7-deac-4ef0-970a-82604012ffd8",
"publishingoffices": "2063701b-17ee-4eef-8136-ddd8d39853d1",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6bee8c46-15de-4210-a3b2-112c257e7875",
"events": "35ea1ed3-b587-4f89-8652-02ffa19394e6",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "2e6e220a-4e86-4afa-99eb-ada27866d9fd",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "56b86dd3-9d77-4b99-92e1-dbbcb7cc2876",
"events": "446af94d-f2ef-4dea-afc0-416f26796662",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "626e5a8e-3af4-4400-9d86-1d91661e6bfe",
"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": "ff3e8ab8-5516-45c6-ba5d-fba7894d917e",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "b464b780-4957-4b5a-aefb-eed62556399d",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "033f41bd-2d96-4e91-9457-4017a9ed1abf",
"departmentaltargets": "4d5c8bdd-45f3-4340-82f8-f3357a2f2dab",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-01-08T17:11:48.5611814Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T17:11:48.5611814Z",
"PublicationDate": "2026-01-08T17:11:48.5611814Z",
"DateCreated": "2026-01-08T17:11:48.5611814Z",
"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": "2e6e220a-4e86-4afa-99eb-ada27866d9fd",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "56b86dd3-9d77-4b99-92e1-dbbcb7cc2876",
"events": "446af94d-f2ef-4dea-afc0-416f26796662",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "626e5a8e-3af4-4400-9d86-1d91661e6bfe",
"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": "ff3e8ab8-5516-45c6-ba5d-fba7894d917e",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "b464b780-4957-4b5a-aefb-eed62556399d",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "033f41bd-2d96-4e91-9457-4017a9ed1abf",
"departmentaltargets": "4d5c8bdd-45f3-4340-82f8-f3357a2f2dab",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-01-08T17:11:48.5611814Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:11:48.5611814+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.