RESTful API
Default

Training modules

Get trainingmodules

Returns a set of data items of type trainingmodules.

Copy GET /api/default/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": "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"
    }
  }
]

Get trainingmodules by key

Gets trainingmodules item by id.

Copy GET /api/default/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": "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"
  }
}

Get property

Gets Id property from trainingmodules item.

Copy GET /api/default/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": "8a4a2824-b9d4-43f7-9c70-95cfd2f1894f"
}

Post trainingmodules

Creates a trainingmodules item.

Copy POST /api/default/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": "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"
}
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": "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"
  }
}

Patch trainingmodules by key

Partial update for trainingmodules item.

Copy PATCH /api/default/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": "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"
}
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/default/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": "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"
}
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/default/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/default/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": "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"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from trainingmodules item.

Copy GET /api/default/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": "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": "97fd4b28-a51d-4be5-83ec-e21f795cf0bf",
  "TrainingStartDate": "2026-09-18T19:22:24.697025Z",
  "regionscountries": "10d538dd-ffa7-4d08-9fde-2d1bb4ef89f4",
  "trainingtypes": "3ab73d7c-73c4-4fc3-ad8a-a240d0d3b6bd",
  "Overview": "sample string 12",
  "trainingeligibility": "19dc873c-e310-4318-9d28-cce14138b432",
  "Title": "sample string 14",
  "ContactInformation": "sample string 15",
  "TrainingEndDate": "2026-09-18T19:22:24.697025Z",
  "SignUpUrl": "sample string 17",
  "publishingoffices": "044a366f-a57a-422c-8af1-c94dc2fa3e62",
  "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"
  }
}

Post Parent

Add Parent relation to trainingmodules item.

Copy POST /api/default/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/default/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/default/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/default/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": "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"
    }
  }
]

Get RelatedMultimedia by relatedKey

Returns a related item of type RelatedMultimedia from trainingmodules item.

Copy GET /api/default/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": "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": "74acc4b8-8f72-4645-9533-d969cba693e6",
  "YoutubeVideo": "sample string 11",
  "Duration": "sample string 12",
  "Summary": "sample string 13",
  "regionscountries": "2a0b5551-85cc-4f8a-a558-921baf641b52",
  "departmentaltargets": "5a1fe6ff-1b9c-489a-969e-0ea3068a984d",
  "Title": "sample string 16",
  "PublicationDateAndTime": "2026-09-18T19:22:24.697025Z",
  "targetaudiences": "3fe4f7bc-62c3-4431-a6e1-c80def734fed",
  "targets": "11311a4f-63a8-466d-9415-16fb6772bdc4",
  "publishingoffices": "b998f6af-de14-450d-bc15-8150eb7a5eae",
  "TerranceVideoUrl": "sample string 21",
  "healthtopics": "0aefaae5-8326-4553-8f99-5433b2ff86c3",
  "events": "ed8c218e-ee8c-417e-8d55-2e4078c74344",
  "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"
  }
}

Post RelatedMultimedia

Add RelatedMultimedia relation to trainingmodules item.

Copy POST /api/default/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/default/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/default/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/default/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": "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"
    }
  }
]

Get RelatedPublications by relatedKey

Returns a related item of type RelatedPublications from trainingmodules item.

Copy GET /api/default/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": "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": "ad40f985-be2d-42df-bb78-0d17bad7770e",
  "Links": "sample string 12",
  "FactSheetNumberOfAdditionalItems": 13.0,
  "healthtopics": "c301209f-a8bb-4d18-9f73-4a7df949420e",
  "events": "6e3dbc0d-bf1c-4dea-a0a9-904f51fa9c7e",
  "EventNumberOfAdditionalItems": 16.0,
  "CommentaryNumberOfAdditionalItems": 17.0,
  "regionscountries": "fa37090c-0217-4168-9c7a-364201d8ca13",
  "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": "1c6520b6-30cc-42e6-ba0b-bbbeb65eb628",
  "OpenGraphTitle": "sample string 30",
  "Summary": "sample string 31",
  "targetaudiences": "137172d6-0e6d-4e0e-99b8-3d77bd4ff0c5",
  "OtherRelated": "sample string 33",
  "WHOReferenceNumber": "sample string 34",
  "Subtitle": "sample string 35",
  "publicationtypes": "7e73ff9c-fe24-4eba-b886-329f9c7b186d",
  "departmentaltargets": "4e22e9f1-e2ce-4d6e-8dec-ed3ce5d451c3",
  "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"
  }
}

Post RelatedPublications

Add RelatedPublications relation to trainingmodules item.

Copy POST /api/default/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/default/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/default/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.

Get RelatedDocument

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

Copy GET /api/default/trainingmodules({key})/RelatedDocument
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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Parts

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

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

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

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

Get RelatedDocument by relatedKey

Returns a related item of type RelatedDocument from trainingmodules item.

Copy GET /api/default/trainingmodules({key})/RelatedDocument({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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Parts

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

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

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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": "629aa4c5-7bc1-4da7-882e-9a27b8efa1bd",
  "targets": "40681cac-8149-4c03-8ec6-5ab1ed065bd2",
  "regionscountries": "f2b2c929-e5f1-4ae8-8aaf-baa9ad62f712",
  "stakeholders": "07495d0f-d93b-4c86-9612-afac94bbb976",
  "targetaudiences": "6629b91c-859e-4db0-a7e4-917b2e469afe",
  "JoomlaArticleId": "sample string 20",
  "Category": "6856ce7e-c3f4-4ce5-8a65-0e6b28675c4d",
  "Tags": "9dac533b-b062-4445-892e-8f062a3ddda2",
  "departmentaltargets": "688e01d5-abd2-495f-9d7a-e3abbbf7461c",
  "events": "055663ea-feeb-493f-bf7a-e8a9c97bcba9",
  "publishingoffices": "0f1b6b87-b1cd-45f7-b71e-7685bf42e538",
  "Parts": "sample string 26",
  "FolderId": "a407b424-5f09-4f42-9657-a38a74768cf5",
  "ParentId": "3a59db95-7166-4811-912a-ed3f18881595",
  "Provider": "sample string 29",
  "Url": "sample string 30",
  "ThumbnailUrl": "sample string 31",
  "IsDamMedia": true
}

Post RelatedDocument

Add RelatedDocument relation to trainingmodules item.

Copy POST /api/default/trainingmodules({key})/RelatedDocument/$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 RelatedDocument

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

Copy DELETE /api/default/trainingmodules({key})/RelatedDocument/$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 RelatedDocument by relatedKey

Delete relation of type RelatedDocument from trainingmodules item.

Copy DELETE /api/default/trainingmodules({key})/RelatedDocument({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 MainImage

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

Copy GET /api/default/trainingmodules({key})/MainImage
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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

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

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

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

Get MainImage by relatedKey

Returns a related item of type MainImage from trainingmodules item.

Copy GET /api/default/trainingmodules({key})/MainImage({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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

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

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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": "02135ae1-0d19-4093-bd02-d593b679f057",
  "publishingoffices": "9fec35c3-b661-43ce-97e2-06a70e493f7a",
  "events": "d5b2fcde-e40c-4d58-b762-f53422207d57",
  "targets": "1319d26b-c56d-45ac-8ba4-478ceca3b5f2",
  "Category": "eae5873d-8a96-4536-9d42-2fa2edf6fdbb",
  "imagetypes": "c2c6bc5a-0a3a-4b8c-9c93-ee4f3a924322",
  "JoomlaArticleId": "sample string 21",
  "departmentaltargets": "d43ac629-0f0d-4b74-9d75-436365996bee",
  "stakeholders": "e7768915-63ec-4c78-acca-7537c18f87ff",
  "Tags": "3b19a1d4-3664-4b6e-91e7-0d75de7c3bd1",
  "healthtopics": "c9c2aba4-a0a5-43e6-a469-64ac7b02cb52",
  "targetaudiences": "e5781044-d752-45f3-9b36-7ce1ca5ea3fb",
  "IsOptimized": true,
  "OptImgStatus": "sample string 28",
  "Width": 29,
  "Height": 30,
  "AlternativeText": "sample string 31",
  "FolderId": "c86d3690-b977-4efe-9c25-3e117bea8d94",
  "ParentId": "9bc81a81-df33-4720-bd55-85422b308395",
  "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
}

Post MainImage

Add MainImage relation to trainingmodules item.

Copy POST /api/default/trainingmodules({key})/MainImage/$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 MainImage

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

Copy DELETE /api/default/trainingmodules({key})/MainImage/$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 MainImage by relatedKey

Delete relation of type MainImage from trainingmodules item.

Copy DELETE /api/default/trainingmodules({key})/MainImage({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.