RESTful API
news

Training modules

Get trainingmodules

Returns a set of data items of type trainingmodules.

Copy GET /api/news/trainingmodules
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
    }
  }
]

Get trainingmodules by key

Gets trainingmodules item by id.

Copy GET /api/news/trainingmodules({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
  }
}

Get property

Gets Id property from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "9fdfa3af-6135-4202-ac19-b56812e68ee4"
}

Post trainingmodules

Creates a trainingmodules item.

Copy POST /api/news/trainingmodules
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
  }
}

Patch trainingmodules by key

Partial update for trainingmodules item.

Copy PATCH /api/news/trainingmodules({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put trainingmodules by key

Full update for trainingmodules item.

Copy PUT /api/news/trainingmodules({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

RelatedLink

System.String

Read only: False
Selected by default: True

SequenceNumber

System.Decimal

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExpectedDuration

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete trainingmodules by key

Deletes a trainingmodules item by Id.

Copy DELETE /api/news/trainingmodules({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

TrainingStartDate

System.DateTimeOffset

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

trainingtypes

System.Guid

Read only: False
Selected by default: False

Overview

System.String

Read only: False
Selected by default: True

trainingeligibility

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

TrainingEndDate

System.DateTimeOffset

Read only: False
Selected by default: True

SignUpUrl

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

IsMultipart

System.Boolean

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

TrainingStartDate

System.DateTimeOffset

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

trainingtypes

System.Guid

Read only: False
Selected by default: False

Overview

System.String

Read only: False
Selected by default: True

trainingeligibility

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

TrainingEndDate

System.DateTimeOffset

Read only: False
Selected by default: True

SignUpUrl

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

IsMultipart

System.Boolean

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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": "4bace3e0-6343-4199-8511-6963521a5907",
  "TrainingStartDate": "2025-09-11T03:12:54.5493761Z",
  "regionscountries": "d791f2b3-d30a-47df-ac99-e6ebbcedd31e",
  "trainingtypes": "0899e289-1ea8-4b98-aa49-a238b72a0e16",
  "Overview": "sample string 12",
  "trainingeligibility": "d1c34c61-e40d-431b-a4d5-fca9354c49a1",
  "Title": "sample string 14",
  "ContactInformation": "sample string 15",
  "TrainingEndDate": "2025-09-11T03:12:54.5493761Z",
  "SignUpUrl": "sample string 17",
  "publishingoffices": "1ffdfa59-c44e-4ec2-8593-fd18d0bf0e68",
  "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"
  }
}

Post Parent

Add Parent relation to trainingmodules item.

Copy POST /api/news/trainingmodules({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get RelatedMultimedia

Returns a set of related items of type RelatedMultimedia from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/RelatedMultimedia
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

TerranceAudioUrl

System.String

Read only: False
Selected by default: True

VimeoVideo

System.String

Read only: False
Selected by default: True

multimediatypes

System.Guid

Read only: False
Selected by default: False

YoutubeVideo

System.String

Read only: False
Selected by default: True

Duration

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

TerranceVideoUrl

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

FacebookVideo

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
    }
  }
]

Get RelatedMultimedia by relatedKey

Returns a related item of type RelatedMultimedia from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/RelatedMultimedia({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

TerranceAudioUrl

System.String

Read only: False
Selected by default: True

VimeoVideo

System.String

Read only: False
Selected by default: True

multimediatypes

System.Guid

Read only: False
Selected by default: False

YoutubeVideo

System.String

Read only: False
Selected by default: True

Duration

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

TerranceVideoUrl

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

FacebookVideo

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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": "86167ba6-c569-44fc-afc2-6e40d016677e",
  "YoutubeVideo": "sample string 11",
  "Duration": "sample string 12",
  "Summary": "sample string 13",
  "regionscountries": "fbd5f93b-3a46-4b11-a4ec-8bbdb7a423e2",
  "departmentaltargets": "b889ed55-8860-4219-ad08-d53e64105816",
  "Title": "sample string 16",
  "PublicationDateAndTime": "2025-09-11T03:12:54.5493761Z",
  "targetaudiences": "44a3143b-847a-4d46-abcf-0810a349bc6b",
  "targets": "16123371-f5a5-4007-9fb5-e1524e71184e",
  "publishingoffices": "b6a24b73-fb19-43b3-a511-2ffe88199b20",
  "TerranceVideoUrl": "sample string 21",
  "healthtopics": "cb0fab0b-44c0-47ab-a2c6-e5cb0868928e",
  "events": "7587025d-a615-4bf9-b8f2-59fa1ed66988",
  "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"
  }
}

Post RelatedMultimedia

Add RelatedMultimedia relation to trainingmodules item.

Copy POST /api/news/trainingmodules({key})/RelatedMultimedia/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedMultimedia

Delete set of related items of type RelatedMultimedia from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/RelatedMultimedia/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedMultimedia by relatedKey

Delete relation of type RelatedMultimedia from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/RelatedMultimedia({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get RelatedPublications

Returns a set of related items of type RelatedPublications from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/RelatedPublications
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

NumberOfPages

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Links

System.String

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

ISBN

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

IRISID

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OtherRelated

System.String

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

publicationtypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
    }
  }
]

Get RelatedPublications by relatedKey

Returns a related item of type RelatedPublications from trainingmodules item.

Copy GET /api/news/trainingmodules({key})/RelatedPublications({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

NumberOfPages

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Links

System.String

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

ISBN

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

IRISID

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OtherRelated

System.String

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

publicationtypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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": "27322a40-9eff-4262-9a6b-780ccf994477",
  "Links": "sample string 12",
  "FactSheetNumberOfAdditionalItems": 13.0,
  "healthtopics": "76d2d643-4301-44f4-85f8-d2ef86ee974b",
  "events": "d2eb6f12-3619-473c-9094-27c0a11dc70d",
  "EventNumberOfAdditionalItems": 16.0,
  "CommentaryNumberOfAdditionalItems": 17.0,
  "regionscountries": "54f85939-f6d2-4d07-9f16-2529a49b65f2",
  "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": "5478d1b4-7ccf-4a88-9eac-c77113ac0fb6",
  "OpenGraphTitle": "sample string 30",
  "Summary": "sample string 31",
  "targetaudiences": "7d3e8d90-7bed-43bd-9e9a-10a59668c11c",
  "OtherRelated": "sample string 33",
  "WHOReferenceNumber": "sample string 34",
  "Subtitle": "sample string 35",
  "publicationtypes": "40d22dd2-07bd-4de6-8bb5-ad7c7a00ece5",
  "departmentaltargets": "6a5ce460-8482-40d2-b43f-b79ef3d901b2",
  "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"
  }
}

Post RelatedPublications

Add RelatedPublications relation to trainingmodules item.

Copy POST /api/news/trainingmodules({key})/RelatedPublications/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedPublications

Delete set of related items of type RelatedPublications from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/RelatedPublications/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedPublications by relatedKey

Delete relation of type RelatedPublications from trainingmodules item.

Copy DELETE /api/news/trainingmodules({key})/RelatedPublications({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.