Returns a set of data items of type trainingmodules.
GET /api/default/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-09-18T19:22:24.6934348Z",
"PublicationDate": "2026-09-18T19:22:24.6934348Z",
"DateCreated": "2026-09-18T19:22:24.6934348Z",
"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": "89622dde-a083-4f6b-b2ef-86fc100db31c",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.6934348+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T19:22:24.6934348Z",
"PublicationDate": "2026-09-18T19:22:24.6934348Z",
"DateCreated": "2026-09-18T19:22:24.6934348Z",
"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": "89622dde-a083-4f6b-b2ef-86fc100db31c",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.6934348+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets trainingmodules item by id.
GET /api/default/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-09-18T19:22:24.6934348Z",
"PublicationDate": "2026-09-18T19:22:24.6934348Z",
"DateCreated": "2026-09-18T19:22:24.6934348Z",
"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": "2260a50e-8782-4f1f-95b5-ce571d0d893e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.6934348+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from trainingmodules item.
GET /api/default/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": "8a4a2824-b9d4-43f7-9c70-95cfd2f1894f"
}Creates a trainingmodules item.
POST /api/default/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-09-18T19:22:24.697025Z",
"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": "36761abe-8de2-4258-a2e0-32accb3d36fd"
}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-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"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": "33d37e18-5ac9-4428-a1d8-69ff1c23161a",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for trainingmodules item.
PATCH /api/default/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-09-18T19:22:24.697025Z",
"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": "2297c2c5-82bc-46bf-b02b-55c5df9fb21b"
}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/default/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-09-18T19:22:24.697025Z",
"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": "1bc02aef-29ae-4074-bf16-b9cb0b1b22f4"
}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/default/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/default/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-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "58a3c48b-4b86-4bf4-b518-e381d576fb9d",
"TrainingStartDate": "2026-09-18T19:22:24.697025Z",
"regionscountries": "00274ea2-ae43-4f98-b93e-98e1d4cd0368",
"trainingtypes": "b7e37f9d-5b1e-480a-af2f-8778b5002e59",
"Overview": "sample string 12",
"trainingeligibility": "45db2389-4c69-46c9-b13d-930fb677ab89",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-09-18T19:22:24.697025Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "6cbc5449-2a31-4887-9511-b288febeb567",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "58a3c48b-4b86-4bf4-b518-e381d576fb9d",
"TrainingStartDate": "2026-09-18T19:22:24.697025Z",
"regionscountries": "00274ea2-ae43-4f98-b93e-98e1d4cd0368",
"trainingtypes": "b7e37f9d-5b1e-480a-af2f-8778b5002e59",
"Overview": "sample string 12",
"trainingeligibility": "45db2389-4c69-46c9-b13d-930fb677ab89",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2026-09-18T19:22:24.697025Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "6cbc5449-2a31-4887-9511-b288febeb567",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to trainingmodules item.
POST /api/default/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/default/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/default/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-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "baa9aaa8-0f47-47bd-95b2-48cb7aaab63c",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d59ed58a-da30-49ad-85e7-346a90c78a9e",
"departmentaltargets": "0936fbf0-fc39-4cef-b9c6-b71ea02a2d17",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-18T19:22:24.697025Z",
"targetaudiences": "0f5cd9e4-2bc4-4e46-9f9f-36053f3285b4",
"targets": "59f7b19b-3056-4334-8a7c-612478bc7a14",
"publishingoffices": "ca095610-7762-4b09-82dc-8e4c1e0e85db",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "1e256789-4bb1-497a-be25-7c42de6fc5f9",
"events": "ee6cc327-3bfe-4028-a96e-29d8e82108e7",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "baa9aaa8-0f47-47bd-95b2-48cb7aaab63c",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d59ed58a-da30-49ad-85e7-346a90c78a9e",
"departmentaltargets": "0936fbf0-fc39-4cef-b9c6-b71ea02a2d17",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-18T19:22:24.697025Z",
"targetaudiences": "0f5cd9e4-2bc4-4e46-9f9f-36053f3285b4",
"targets": "59f7b19b-3056-4334-8a7c-612478bc7a14",
"publishingoffices": "ca095610-7762-4b09-82dc-8e4c1e0e85db",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "1e256789-4bb1-497a-be25-7c42de6fc5f9",
"events": "ee6cc327-3bfe-4028-a96e-29d8e82108e7",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedMultimedia relation to trainingmodules item.
POST /api/default/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/default/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/default/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-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"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": "1ed7c53c-b69b-4630-9476-0504d1825c65",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "354fd4b2-0689-4e09-bc38-767654b1fce7",
"events": "a93d4fd6-39f8-48d4-8d37-05becffa8911",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "e0e5130c-a972-4d4f-b1ba-e2a8303fe896",
"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": "840ad77f-42a2-4fee-b63e-303fb2264472",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "c88a21b1-f885-4497-be7b-06a40cfd7b2a",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "96b4982c-e913-4e52-b389-408f29be549a",
"departmentaltargets": "99aae47e-1c0e-40df-9ec1-fd8817ca9808",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-09-18T19:22:24.697025Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T19:22:24.697025Z",
"PublicationDate": "2026-09-18T19:22:24.697025Z",
"DateCreated": "2026-09-18T19:22:24.697025Z",
"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": "1ed7c53c-b69b-4630-9476-0504d1825c65",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "354fd4b2-0689-4e09-bc38-767654b1fce7",
"events": "a93d4fd6-39f8-48d4-8d37-05becffa8911",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "e0e5130c-a972-4d4f-b1ba-e2a8303fe896",
"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": "840ad77f-42a2-4fee-b63e-303fb2264472",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "c88a21b1-f885-4497-be7b-06a40cfd7b2a",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "96b4982c-e913-4e52-b389-408f29be549a",
"departmentaltargets": "99aae47e-1c0e-40df-9ec1-fd8817ca9808",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-09-18T19:22:24.697025Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T19:22:24.697025+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedPublications relation to trainingmodules item.
POST /api/default/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/default/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.
Returns a set of related items of type RelatedDocument from trainingmodules item.
GET /api/default/trainingmodules({key})/RelatedDocument
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T19:22:24.698598Z",
"PublicationDate": "2026-09-18T19:22:24.698598Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T19:22:24.698598Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"healthtopics": "accb6616-f854-4a74-b651-d11cee547f9b",
"targets": "7c37c0c4-34b5-415b-9e4e-762672866ea9",
"regionscountries": "d55f0f96-8d5b-48eb-8e65-c2aec9a05315",
"stakeholders": "2538f1fd-cd46-4e6e-8616-0737a897cfcc",
"targetaudiences": "0d638a08-2ad9-405d-907f-abe8d04fe791",
"JoomlaArticleId": "sample string 20",
"Category": "47c5d66a-52d1-44a1-8c6a-804d376d4180",
"Tags": "78b5deb7-78ab-4a5f-b538-9248e491818d",
"departmentaltargets": "0b0fe4d9-e9fe-4a79-9148-a83cefa1d930",
"events": "85583198-4261-4606-853d-5fe8e2b0c3b0",
"publishingoffices": "fb65f740-2d62-49d4-b928-f8aa4b06c9ae",
"Parts": "sample string 26",
"FolderId": "d3a44d8a-d559-4a3b-ace7-006a43cc2b81",
"ParentId": "772b9dc5-525a-446d-b73e-6778e3564589",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T19:22:24.698598Z",
"PublicationDate": "2026-09-18T19:22:24.698598Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T19:22:24.698598Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"healthtopics": "accb6616-f854-4a74-b651-d11cee547f9b",
"targets": "7c37c0c4-34b5-415b-9e4e-762672866ea9",
"regionscountries": "d55f0f96-8d5b-48eb-8e65-c2aec9a05315",
"stakeholders": "2538f1fd-cd46-4e6e-8616-0737a897cfcc",
"targetaudiences": "0d638a08-2ad9-405d-907f-abe8d04fe791",
"JoomlaArticleId": "sample string 20",
"Category": "47c5d66a-52d1-44a1-8c6a-804d376d4180",
"Tags": "78b5deb7-78ab-4a5f-b538-9248e491818d",
"departmentaltargets": "0b0fe4d9-e9fe-4a79-9148-a83cefa1d930",
"events": "85583198-4261-4606-853d-5fe8e2b0c3b0",
"publishingoffices": "fb65f740-2d62-49d4-b928-f8aa4b06c9ae",
"Parts": "sample string 26",
"FolderId": "d3a44d8a-d559-4a3b-ace7-006a43cc2b81",
"ParentId": "772b9dc5-525a-446d-b73e-6778e3564589",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Add RelatedDocument relation to trainingmodules item.
POST /api/default/trainingmodules({key})/RelatedDocument/$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 RelatedDocument from trainingmodules item.
DELETE /api/default/trainingmodules({key})/RelatedDocument/$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 MainImage from trainingmodules item.
GET /api/default/trainingmodules({key})/MainImage
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T19:22:24.698598Z",
"PublicationDate": "2026-09-18T19:22:24.698598Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T19:22:24.698598Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "0378f2c4-7c93-40ac-b048-82562c73a536",
"publishingoffices": "bb030c41-358c-4f94-b0a7-83889e74ef21",
"events": "0076effb-24dd-421f-998a-c0327ee52ce9",
"targets": "020ecbf1-5502-4235-85a9-55144820c07d",
"Category": "63844338-92eb-4bc9-8b82-596d62f84ad7",
"imagetypes": "f690ce56-eea7-4647-942f-03e6f6eb9507",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "5ca4c33f-e69f-41c6-93e6-2c47ddf51fb8",
"stakeholders": "d60c0643-5291-4d14-bd9f-bc39008b1793",
"Tags": "231eb118-3418-4198-9a14-83701274d9f0",
"healthtopics": "69be314d-b8c6-48d6-a09e-fb955a573b54",
"targetaudiences": "6709ddb1-0b15-4677-a1c2-776b77d797af",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "0a5da18a-6be6-475d-8f52-a5048e768df8",
"ParentId": "e521c12a-6ccb-4f15-ad46-786a9e646162",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T19:22:24.698598Z",
"PublicationDate": "2026-09-18T19:22:24.698598Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T19:22:24.698598Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "0378f2c4-7c93-40ac-b048-82562c73a536",
"publishingoffices": "bb030c41-358c-4f94-b0a7-83889e74ef21",
"events": "0076effb-24dd-421f-998a-c0327ee52ce9",
"targets": "020ecbf1-5502-4235-85a9-55144820c07d",
"Category": "63844338-92eb-4bc9-8b82-596d62f84ad7",
"imagetypes": "f690ce56-eea7-4647-942f-03e6f6eb9507",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "5ca4c33f-e69f-41c6-93e6-2c47ddf51fb8",
"stakeholders": "d60c0643-5291-4d14-bd9f-bc39008b1793",
"Tags": "231eb118-3418-4198-9a14-83701274d9f0",
"healthtopics": "69be314d-b8c6-48d6-a09e-fb955a573b54",
"targetaudiences": "6709ddb1-0b15-4677-a1c2-776b77d797af",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "0a5da18a-6be6-475d-8f52-a5048e768df8",
"ParentId": "e521c12a-6ccb-4f15-ad46-786a9e646162",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to trainingmodules item.
POST /api/default/trainingmodules({key})/MainImage/$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 MainImage from trainingmodules item.
DELETE /api/default/trainingmodules({key})/MainImage/$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.