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-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "1ff5c4a1-2322-40d7-bf81-d7aa998aad92",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "1ff5c4a1-2322-40d7-bf81-d7aa998aad92",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "3c08e0fc-717c-473e-9d32-a151d4df8aca",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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": "9fdfa3af-6135-4202-ac19-b56812e68ee4"
}
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-09-11T03:12:54.5493761Z",
"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": "c934dc6e-57e2-4f61-8d4f-0bbb7204e21a"
}
Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
RelatedLink | System.String | Read only: False | |
SequenceNumber | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
ExpectedDuration | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "44d0758f-2f02-4b53-88d9-5dfaacfe3a34",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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-09-11T03:12:54.5493761Z",
"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": "1823fdba-bd7a-4fc3-b211-1a268ed458c5"
}
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-09-11T03:12:54.5493761Z",
"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": "249317b0-0495-4eca-aaa3-f69add0175bc"
}
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-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a06ce28e-7670-4205-9616-55612dd45b22",
"TrainingStartDate": "2025-09-11T03:12:54.5493761Z",
"regionscountries": "c07f51d0-897d-4136-a2ba-e6266bbf752c",
"trainingtypes": "0bde7cc3-c817-4e19-8442-0be05449c5a7",
"Overview": "sample string 12",
"trainingeligibility": "fe450cea-0ac9-4d19-8da9-f31a0834e856",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-09-11T03:12:54.5493761Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "e495e4b5-3450-49b9-ac97-4f32f1bf77ee",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a06ce28e-7670-4205-9616-55612dd45b22",
"TrainingStartDate": "2025-09-11T03:12:54.5493761Z",
"regionscountries": "c07f51d0-897d-4136-a2ba-e6266bbf752c",
"trainingtypes": "0bde7cc3-c817-4e19-8442-0be05449c5a7",
"Overview": "sample string 12",
"trainingeligibility": "fe450cea-0ac9-4d19-8da9-f31a0834e856",
"Title": "sample string 14",
"ContactInformation": "sample string 15",
"TrainingEndDate": "2025-09-11T03:12:54.5493761Z",
"SignUpUrl": "sample string 17",
"publishingoffices": "e495e4b5-3450-49b9-ac97-4f32f1bf77ee",
"IsMultipart": true,
"Summary": "sample string 20",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4c3ee9b5-aa08-40be-8cec-e0bf2fba7355",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c2968302-ce4a-4081-ae65-0b03d7e64833",
"departmentaltargets": "4b82daab-099f-42dc-828b-e426c89dbc26",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-11T03:12:54.5493761Z",
"targetaudiences": "76c754bd-f73d-49bc-8e6f-74b0fac36253",
"targets": "6dd72fb1-9734-420b-8f4d-9adde507d9f4",
"publishingoffices": "e9587a40-100c-4240-a4d9-1c5b01b911e8",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "99458ba8-2126-4c78-b268-bdaf3f848fcf",
"events": "17ccb1a7-5723-4f67-9de1-d63726667739",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4c3ee9b5-aa08-40be-8cec-e0bf2fba7355",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c2968302-ce4a-4081-ae65-0b03d7e64833",
"departmentaltargets": "4b82daab-099f-42dc-828b-e426c89dbc26",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-11T03:12:54.5493761Z",
"targetaudiences": "76c754bd-f73d-49bc-8e6f-74b0fac36253",
"targets": "6dd72fb1-9734-420b-8f4d-9adde507d9f4",
"publishingoffices": "e9587a40-100c-4240-a4d9-1c5b01b911e8",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "99458ba8-2126-4c78-b268-bdaf3f848fcf",
"events": "17ccb1a7-5723-4f67-9de1-d63726667739",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "656e12c0-632f-409f-b9ff-42df2e674d69",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "951f5db2-be8f-4fd2-9f1e-496a2e326406",
"events": "44335bf7-c668-41e8-8d0b-5c5822962627",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "8fba966f-1c6c-4e53-a686-f84aa435554c",
"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": "fe87464b-7c76-4b6e-92b9-4ed98dfe493d",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "753da9aa-8b70-4181-a112-eb64e82f6cda",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "960d5bbd-c26e-497f-8541-3b200a21ca26",
"departmentaltargets": "095d24fe-33b2-4e1e-905e-d82eaa604934",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-11T03:12:54.5493761Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5493761Z",
"PublicationDate": "2025-09-11T03:12:54.5493761Z",
"DateCreated": "2025-09-11T03:12:54.5493761Z",
"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": "656e12c0-632f-409f-b9ff-42df2e674d69",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "951f5db2-be8f-4fd2-9f1e-496a2e326406",
"events": "44335bf7-c668-41e8-8d0b-5c5822962627",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "8fba966f-1c6c-4e53-a686-f84aa435554c",
"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": "fe87464b-7c76-4b6e-92b9-4ed98dfe493d",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "753da9aa-8b70-4181-a112-eb64e82f6cda",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "960d5bbd-c26e-497f-8541-3b200a21ca26",
"departmentaltargets": "095d24fe-33b2-4e1e-905e-d82eaa604934",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-11T03:12:54.5493761Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5493761+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.