RESTful API
multimedias

Technical units

Get technicalunits

Returns a set of data items of type technicalunits.

Copy GET /api/multimedias/technicalunits
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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "OpenGraphDescription": "sample string 8",
    "IRISMeetingReports": "sample string 9",
    "OpenGraphTitle": "sample string 10",
    "IRISPublications": "sample string 11",
    "ContactInformation": "sample string 12",
    "MetaTitle": "sample string 13",
    "publishingoffices": "9244c56c-9649-469f-ae81-c1272127f097",
    "Introduction": "sample string 15",
    "RelatedLinks": "sample string 16",
    "Multimedia": "sample string 17",
    "Title": "sample string 18",
    "MetaDescription": "sample string 19",
    "regionscountries": "ba472360-406d-4ee7-b838-ba9fd6e7421d",
    "IRISFeaturedPublications": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "OpenGraphDescription": "sample string 8",
    "IRISMeetingReports": "sample string 9",
    "OpenGraphTitle": "sample string 10",
    "IRISPublications": "sample string 11",
    "ContactInformation": "sample string 12",
    "MetaTitle": "sample string 13",
    "publishingoffices": "9244c56c-9649-469f-ae81-c1272127f097",
    "Introduction": "sample string 15",
    "RelatedLinks": "sample string 16",
    "Multimedia": "sample string 17",
    "Title": "sample string 18",
    "MetaDescription": "sample string 19",
    "regionscountries": "ba472360-406d-4ee7-b838-ba9fd6e7421d",
    "IRISFeaturedPublications": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get technicalunits by key

Gets technicalunits item by id.

Copy GET /api/multimedias/technicalunits({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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "OpenGraphDescription": "sample string 8",
  "IRISMeetingReports": "sample string 9",
  "OpenGraphTitle": "sample string 10",
  "IRISPublications": "sample string 11",
  "ContactInformation": "sample string 12",
  "MetaTitle": "sample string 13",
  "publishingoffices": "e5b08c4b-cdaf-42e2-a1a0-4b1605118a38",
  "Introduction": "sample string 15",
  "RelatedLinks": "sample string 16",
  "Multimedia": "sample string 17",
  "Title": "sample string 18",
  "MetaDescription": "sample string 19",
  "regionscountries": "a69a1a70-de6f-40eb-978d-bee7a2fb7b27",
  "IRISFeaturedPublications": "sample string 21",
  "Provider": "sample string 22",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from technicalunits item.

Copy GET /api/multimedias/technicalunits({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": "4171e94d-9c9d-4bb8-b186-cf9a0bef16dd"
}

Post technicalunits

Creates a technicalunits item.

Copy POST /api/multimedias/technicalunits
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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "OpenGraphDescription": "sample string 5",
  "IRISMeetingReports": "sample string 6",
  "OpenGraphTitle": "sample string 7",
  "IRISPublications": "sample string 8",
  "ContactInformation": "sample string 9",
  "MetaTitle": "sample string 10",
  "publishingoffices": "5656c88c-1075-42e8-87d1-e514598f900f",
  "Introduction": "sample string 12",
  "RelatedLinks": "sample string 13",
  "Multimedia": "sample string 14",
  "Title": "sample string 15",
  "MetaDescription": "sample string 16",
  "regionscountries": "954396a3-7269-4c21-8e88-cd835b392470",
  "IRISFeaturedPublications": "sample string 18"
}
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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "OpenGraphDescription": "sample string 8",
  "IRISMeetingReports": "sample string 9",
  "OpenGraphTitle": "sample string 10",
  "IRISPublications": "sample string 11",
  "ContactInformation": "sample string 12",
  "MetaTitle": "sample string 13",
  "publishingoffices": "7f468f48-15fe-4b86-9427-dd17edf97487",
  "Introduction": "sample string 15",
  "RelatedLinks": "sample string 16",
  "Multimedia": "sample string 17",
  "Title": "sample string 18",
  "MetaDescription": "sample string 19",
  "regionscountries": "3cd64f18-92de-41b4-8e31-7fcdc5f49f79",
  "IRISFeaturedPublications": "sample string 21",
  "Provider": "sample string 22",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch technicalunits by key

Partial update for technicalunits item.

Copy PATCH /api/multimedias/technicalunits({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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "OpenGraphDescription": "sample string 5",
  "IRISMeetingReports": "sample string 6",
  "OpenGraphTitle": "sample string 7",
  "IRISPublications": "sample string 8",
  "ContactInformation": "sample string 9",
  "MetaTitle": "sample string 10",
  "publishingoffices": "c939f644-16ad-4aea-8520-dbe677fb08c1",
  "Introduction": "sample string 12",
  "RelatedLinks": "sample string 13",
  "Multimedia": "sample string 14",
  "Title": "sample string 15",
  "MetaDescription": "sample string 16",
  "regionscountries": "bf1e1232-4076-4003-b31d-644aed81667c",
  "IRISFeaturedPublications": "sample string 18"
}
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 technicalunits by key

Full update for technicalunits item.

Copy PUT /api/multimedias/technicalunits({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

OpenGraphDescription

System.String

Read only: False
Selected by default: True

IRISMeetingReports

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

IRISPublications

System.String

Read only: False
Selected by default: True

ContactInformation

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Introduction

System.String

Read only: False
Selected by default: True

RelatedLinks

System.String

Read only: False
Selected by default: True

Multimedia

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

IRISFeaturedPublications

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "OpenGraphDescription": "sample string 5",
  "IRISMeetingReports": "sample string 6",
  "OpenGraphTitle": "sample string 7",
  "IRISPublications": "sample string 8",
  "ContactInformation": "sample string 9",
  "MetaTitle": "sample string 10",
  "publishingoffices": "c3232361-6e89-4ad3-a9ee-dea3e6d92b93",
  "Introduction": "sample string 12",
  "RelatedLinks": "sample string 13",
  "Multimedia": "sample string 14",
  "Title": "sample string 15",
  "MetaDescription": "sample string 16",
  "regionscountries": "c83c369a-0101-4d34-83de-379ea36aefde",
  "IRISFeaturedPublications": "sample string 18"
}
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 technicalunits by key

Deletes a technicalunits item by Id.

Copy DELETE /api/multimedias/technicalunits({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 RelatedEvents

Returns a set of related items of type RelatedEvents from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedEvents
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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Highlight

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

stakeholders

System.Guid

Read only: False
Selected by default: False

MetaDescription

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

regionscountries

System.Guid

Read only: False
Selected by default: False

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

events

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

EventStart

System.DateTimeOffset

Read only: False
Selected by default: True

EventEnd

System.DateTimeOffset

Read only: False
Selected by default: True

ContactEmail

System.String

Read only: False
Selected by default: True

ContactWeb

System.String

Read only: False
Selected by default: True

Street

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

Country

System.String

Read only: False
Selected by default: True

State

System.String

Read only: False
Selected by default: True

ContactName

System.String

Read only: False
Selected by default: True

ContactCell

System.String

Read only: False
Selected by default: True

ContactPhone

System.String

Read only: False
Selected by default: True

Content

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

IsRecurrent

System.Boolean

Read only: False
Selected by default: True

RecurrenceExpression

System.String

Read only: False
Selected by default: True

TimeZoneId

System.String

Read only: False
Selected by default: True

AllDayEvent

System.Boolean

Read only: False
Selected by default: True

Location

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

EventStartUtcOffset

System.Double

Read only: True
Selected by default: True

EventEndUtcOffset

System.Double

Read only: True
Selected by default: True

EventStartWithOffset

System.DateTimeOffset

Read only: True
Selected by default: True

EventEndWithOffset

System.DateTimeOffset

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "CommentaryNumberOfAdditionalItems": 10.0,
    "FeatureStoryNumberOfAdditionalItems": 11.0,
    "targetaudiences": "f27e0a34-2ad9-4065-8510-c2fb8fec9cd9",
    "EventNumberOfAdditionalItems": 13.0,
    "targets": "70dee2c1-76a1-4ba8-8ef2-0fb57b17c0ed",
    "healthtopics": "d189233d-0a66-4442-997f-43344cdb91c1",
    "OpenGraphTitle": "sample string 16",
    "departmentaltargets": "35f3820c-55c5-41f0-8182-a15b7d47b374",
    "MetaTitle": "sample string 18",
    "NewsNumberOfAdditionalItems": 19.0,
    "MultimediaNumberOfAdditionalItems": 20.0,
    "FactFileNumberOfAdditionalItems": 21.0,
    "OtherRelated": "sample string 22",
    "OpenGraphDescription": "sample string 23",
    "publishingoffices": "c735ac3b-890d-4cd8-a527-b410249aedb7",
    "Highlight": "sample string 25",
    "PhotoStoryNumberOfAdditionalItems": 26.0,
    "FactSheetNumberOfAdditionalItems": 27.0,
    "stakeholders": "800f580e-be54-4ec2-be14-aa08fdccc190",
    "MetaDescription": "sample string 29",
    "Category": "cc81e911-944d-4685-bfae-a602aad57fd5",
    "Tags": "3fe27554-aa16-43d0-bed2-e430005fa08f",
    "regionscountries": "c5eecd66-c296-4b66-9e36-7dd37bf8be8f",
    "DocumentNumberOfAdditionalItems": 33.0,
    "events": "c0ade94b-9ab3-414d-991e-c45979d045b1",
    "AllowComments": true,
    "EventStart": "2025-09-12T09:16:32.0490573Z",
    "EventEnd": "2025-09-12T09:16:32.0490573Z",
    "ContactEmail": "sample string 38",
    "ContactWeb": "sample string 39",
    "Street": "sample string 40",
    "City": "sample string 41",
    "Country": "sample string 42",
    "State": "sample string 43",
    "ContactName": "sample string 44",
    "ContactCell": "sample string 45",
    "ContactPhone": "sample string 46",
    "Content": "sample string 47",
    "Summary": "sample string 48",
    "IsRecurrent": true,
    "RecurrenceExpression": "sample string 50",
    "TimeZoneId": "sample string 51",
    "AllDayEvent": true,
    "Location": "sample string 53",
    "ParentId": "881523fd-323e-492a-a536-665adbedc86a",
    "Provider": "sample string 55",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    },
    "EventStartUtcOffset": 56.1,
    "EventEndUtcOffset": 57.1,
    "EventStartWithOffset": "2025-09-12T09:16:32.0490573Z",
    "EventEndWithOffset": "2025-09-12T09:16:32.0490573Z"
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "CommentaryNumberOfAdditionalItems": 10.0,
    "FeatureStoryNumberOfAdditionalItems": 11.0,
    "targetaudiences": "f27e0a34-2ad9-4065-8510-c2fb8fec9cd9",
    "EventNumberOfAdditionalItems": 13.0,
    "targets": "70dee2c1-76a1-4ba8-8ef2-0fb57b17c0ed",
    "healthtopics": "d189233d-0a66-4442-997f-43344cdb91c1",
    "OpenGraphTitle": "sample string 16",
    "departmentaltargets": "35f3820c-55c5-41f0-8182-a15b7d47b374",
    "MetaTitle": "sample string 18",
    "NewsNumberOfAdditionalItems": 19.0,
    "MultimediaNumberOfAdditionalItems": 20.0,
    "FactFileNumberOfAdditionalItems": 21.0,
    "OtherRelated": "sample string 22",
    "OpenGraphDescription": "sample string 23",
    "publishingoffices": "c735ac3b-890d-4cd8-a527-b410249aedb7",
    "Highlight": "sample string 25",
    "PhotoStoryNumberOfAdditionalItems": 26.0,
    "FactSheetNumberOfAdditionalItems": 27.0,
    "stakeholders": "800f580e-be54-4ec2-be14-aa08fdccc190",
    "MetaDescription": "sample string 29",
    "Category": "cc81e911-944d-4685-bfae-a602aad57fd5",
    "Tags": "3fe27554-aa16-43d0-bed2-e430005fa08f",
    "regionscountries": "c5eecd66-c296-4b66-9e36-7dd37bf8be8f",
    "DocumentNumberOfAdditionalItems": 33.0,
    "events": "c0ade94b-9ab3-414d-991e-c45979d045b1",
    "AllowComments": true,
    "EventStart": "2025-09-12T09:16:32.0490573Z",
    "EventEnd": "2025-09-12T09:16:32.0490573Z",
    "ContactEmail": "sample string 38",
    "ContactWeb": "sample string 39",
    "Street": "sample string 40",
    "City": "sample string 41",
    "Country": "sample string 42",
    "State": "sample string 43",
    "ContactName": "sample string 44",
    "ContactCell": "sample string 45",
    "ContactPhone": "sample string 46",
    "Content": "sample string 47",
    "Summary": "sample string 48",
    "IsRecurrent": true,
    "RecurrenceExpression": "sample string 50",
    "TimeZoneId": "sample string 51",
    "AllDayEvent": true,
    "Location": "sample string 53",
    "ParentId": "881523fd-323e-492a-a536-665adbedc86a",
    "Provider": "sample string 55",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    },
    "EventStartUtcOffset": 56.1,
    "EventEndUtcOffset": 57.1,
    "EventStartWithOffset": "2025-09-12T09:16:32.0490573Z",
    "EventEndWithOffset": "2025-09-12T09:16:32.0490573Z"
  }
]

Get RelatedEvents by relatedKey

Returns a related item of type RelatedEvents from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedEvents({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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Highlight

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

stakeholders

System.Guid

Read only: False
Selected by default: False

MetaDescription

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

regionscountries

System.Guid

Read only: False
Selected by default: False

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

events

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

EventStart

System.DateTimeOffset

Read only: False
Selected by default: True

EventEnd

System.DateTimeOffset

Read only: False
Selected by default: True

ContactEmail

System.String

Read only: False
Selected by default: True

ContactWeb

System.String

Read only: False
Selected by default: True

Street

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

Country

System.String

Read only: False
Selected by default: True

State

System.String

Read only: False
Selected by default: True

ContactName

System.String

Read only: False
Selected by default: True

ContactCell

System.String

Read only: False
Selected by default: True

ContactPhone

System.String

Read only: False
Selected by default: True

Content

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

IsRecurrent

System.Boolean

Read only: False
Selected by default: True

RecurrenceExpression

System.String

Read only: False
Selected by default: True

TimeZoneId

System.String

Read only: False
Selected by default: True

AllDayEvent

System.Boolean

Read only: False
Selected by default: True

Location

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

EventStartUtcOffset

System.Double

Read only: True
Selected by default: True

EventEndUtcOffset

System.Double

Read only: True
Selected by default: True

EventStartWithOffset

System.DateTimeOffset

Read only: True
Selected by default: True

EventEndWithOffset

System.DateTimeOffset

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "UrlName": "sample string 8",
  "ItemDefaultUrl": "sample string 9",
  "CommentaryNumberOfAdditionalItems": 10.0,
  "FeatureStoryNumberOfAdditionalItems": 11.0,
  "targetaudiences": "601e15d2-2f92-4246-a5b4-cf1477358132",
  "EventNumberOfAdditionalItems": 13.0,
  "targets": "dc90372e-7a33-4974-b727-b74e9987744a",
  "healthtopics": "d6d2c2e8-f81b-43f0-bb08-072b778d3566",
  "OpenGraphTitle": "sample string 16",
  "departmentaltargets": "d3e5fc45-4735-4142-b786-1eae36b93850",
  "MetaTitle": "sample string 18",
  "NewsNumberOfAdditionalItems": 19.0,
  "MultimediaNumberOfAdditionalItems": 20.0,
  "FactFileNumberOfAdditionalItems": 21.0,
  "OtherRelated": "sample string 22",
  "OpenGraphDescription": "sample string 23",
  "publishingoffices": "4f417e5a-6ae2-4de1-9ee5-452854465b8e",
  "Highlight": "sample string 25",
  "PhotoStoryNumberOfAdditionalItems": 26.0,
  "FactSheetNumberOfAdditionalItems": 27.0,
  "stakeholders": "99d62513-365b-4045-b7bb-b4f0f6cef395",
  "MetaDescription": "sample string 29",
  "Category": "cef5843f-a719-43f4-ad50-39a0dd2dd142",
  "Tags": "39d4c037-80c1-4a54-976a-2f0032c63bba",
  "regionscountries": "4f239151-cd8b-453f-a543-42ff816d51b0",
  "DocumentNumberOfAdditionalItems": 33.0,
  "events": "8af14311-2ff7-46f5-a541-b61db6af3158",
  "AllowComments": true,
  "EventStart": "2025-09-12T09:16:32.0490573Z",
  "EventEnd": "2025-09-12T09:16:32.0490573Z",
  "ContactEmail": "sample string 38",
  "ContactWeb": "sample string 39",
  "Street": "sample string 40",
  "City": "sample string 41",
  "Country": "sample string 42",
  "State": "sample string 43",
  "ContactName": "sample string 44",
  "ContactCell": "sample string 45",
  "ContactPhone": "sample string 46",
  "Content": "sample string 47",
  "Summary": "sample string 48",
  "IsRecurrent": true,
  "RecurrenceExpression": "sample string 50",
  "TimeZoneId": "sample string 51",
  "AllDayEvent": true,
  "Location": "sample string 53",
  "ParentId": "7d687b0d-b816-4ea9-86f8-21c52fa24ea2",
  "Provider": "sample string 55",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  },
  "EventStartUtcOffset": 56.1,
  "EventEndUtcOffset": 57.1,
  "EventStartWithOffset": "2025-09-12T09:16:32.0490573Z",
  "EventEndWithOffset": "2025-09-12T09:16:32.0490573Z"
}

Post RelatedEvents

Add RelatedEvents relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/RelatedEvents/$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 RelatedEvents

Delete set of related items of type RelatedEvents from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedEvents/$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 RelatedEvents by relatedKey

Delete relation of type RelatedEvents from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedEvents({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 RelatedOrganizations

Returns a set of related items of type RelatedOrganizations from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedOrganizations
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

WebsiteURL

System.String

Read only: False
Selected by default: True

Title

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "14216f45-e80e-403a-8338-d2bcf49b3c85",
    "WebsiteURL": "sample string 9",
    "Title": "sample string 10",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "14216f45-e80e-403a-8338-d2bcf49b3c85",
    "WebsiteURL": "sample string 9",
    "Title": "sample string 10",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedOrganizations by relatedKey

Returns a related item of type RelatedOrganizations from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedOrganizations({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

WebsiteURL

System.String

Read only: False
Selected by default: True

Title

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "0726bff5-3316-4f22-bf63-82784478b3a1",
  "WebsiteURL": "sample string 9",
  "Title": "sample string 10",
  "Provider": "sample string 11",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedOrganizations

Add RelatedOrganizations relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/RelatedOrganizations/$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 RelatedOrganizations

Delete set of related items of type RelatedOrganizations from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedOrganizations/$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 RelatedOrganizations by relatedKey

Delete relation of type RelatedOrganizations from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedOrganizations({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 RelatedCollaboratingCentres

Returns a set of related items of type RelatedCollaboratingCentres from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedCollaboratingCentres
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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "953433ab-4c60-4f30-8b8c-048922c6faf8",
    "Title": "sample string 9",
    "LastRedesignation": "2025-09-12T09:16:32.0490573Z",
    "WHOCCURL": "sample string 11",
    "Code": "sample string 12",
    "ExpiryDate": "2025-09-12T09:16:32.0490573Z",
    "DateOfDesignation": "2025-09-12T09:16:32.0490573Z",
    "TitleOfTheCentre": "sample string 15",
    "healthtopics": "f3dcb54d-cd26-4e01-af45-dee99daa6b5c",
    "Website": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "953433ab-4c60-4f30-8b8c-048922c6faf8",
    "Title": "sample string 9",
    "LastRedesignation": "2025-09-12T09:16:32.0490573Z",
    "WHOCCURL": "sample string 11",
    "Code": "sample string 12",
    "ExpiryDate": "2025-09-12T09:16:32.0490573Z",
    "DateOfDesignation": "2025-09-12T09:16:32.0490573Z",
    "TitleOfTheCentre": "sample string 15",
    "healthtopics": "f3dcb54d-cd26-4e01-af45-dee99daa6b5c",
    "Website": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedCollaboratingCentres by relatedKey

Returns a related item of type RelatedCollaboratingCentres from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedCollaboratingCentres({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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "30f2a052-6e1e-4b13-98d3-4e1363ea9ff2",
  "Title": "sample string 9",
  "LastRedesignation": "2025-09-12T09:16:32.0490573Z",
  "WHOCCURL": "sample string 11",
  "Code": "sample string 12",
  "ExpiryDate": "2025-09-12T09:16:32.0490573Z",
  "DateOfDesignation": "2025-09-12T09:16:32.0490573Z",
  "TitleOfTheCentre": "sample string 15",
  "healthtopics": "fabb2ef2-bbaa-41c1-87e7-f07e9434c2da",
  "Website": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedCollaboratingCentres

Add RelatedCollaboratingCentres relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/RelatedCollaboratingCentres/$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 RelatedCollaboratingCentres

Delete set of related items of type RelatedCollaboratingCentres from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedCollaboratingCentres/$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 RelatedCollaboratingCentres by relatedKey

Delete relation of type RelatedCollaboratingCentres from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedCollaboratingCentres({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 RelatedTechnicalOfficers

Returns a set of related items of type RelatedTechnicalOfficers from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedTechnicalOfficers
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

FullName

System.String

Read only: False
Selected by default: True

FirstName

System.String

Read only: False
Selected by default: True

Department

System.String

Read only: False
Selected by default: True

TwitterUserName

System.String

Read only: False
Selected by default: True

Location

System.String

Read only: False
Selected by default: True

LastName

System.String

Read only: False
Selected by default: True

Organization

System.String

Read only: False
Selected by default: True

Email

System.String

Read only: False
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Position

System.String

Read only: False
Selected by default: True

KeepProfilePrivate

System.Boolean

Read only: False
Selected by default: True

Mobile

System.String

Read only: False
Selected by default: True

Telephone

System.String

Read only: False
Selected by default: True

Title

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "FullName": "sample string 8",
    "FirstName": "sample string 9",
    "Department": "sample string 10",
    "TwitterUserName": "sample string 11",
    "Location": "sample string 12",
    "LastName": "sample string 13",
    "Organization": "sample string 14",
    "Email": "sample string 15",
    "Role": "sample string 16",
    "Position": "sample string 17",
    "KeepProfilePrivate": true,
    "Mobile": "sample string 19",
    "Telephone": "sample string 20",
    "Title": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "FullName": "sample string 8",
    "FirstName": "sample string 9",
    "Department": "sample string 10",
    "TwitterUserName": "sample string 11",
    "Location": "sample string 12",
    "LastName": "sample string 13",
    "Organization": "sample string 14",
    "Email": "sample string 15",
    "Role": "sample string 16",
    "Position": "sample string 17",
    "KeepProfilePrivate": true,
    "Mobile": "sample string 19",
    "Telephone": "sample string 20",
    "Title": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedTechnicalOfficers by relatedKey

Returns a related item of type RelatedTechnicalOfficers from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedTechnicalOfficers({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

FullName

System.String

Read only: False
Selected by default: True

FirstName

System.String

Read only: False
Selected by default: True

Department

System.String

Read only: False
Selected by default: True

TwitterUserName

System.String

Read only: False
Selected by default: True

Location

System.String

Read only: False
Selected by default: True

LastName

System.String

Read only: False
Selected by default: True

Organization

System.String

Read only: False
Selected by default: True

Email

System.String

Read only: False
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Position

System.String

Read only: False
Selected by default: True

KeepProfilePrivate

System.Boolean

Read only: False
Selected by default: True

Mobile

System.String

Read only: False
Selected by default: True

Telephone

System.String

Read only: False
Selected by default: True

Title

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "FullName": "sample string 8",
  "FirstName": "sample string 9",
  "Department": "sample string 10",
  "TwitterUserName": "sample string 11",
  "Location": "sample string 12",
  "LastName": "sample string 13",
  "Organization": "sample string 14",
  "Email": "sample string 15",
  "Role": "sample string 16",
  "Position": "sample string 17",
  "KeepProfilePrivate": true,
  "Mobile": "sample string 19",
  "Telephone": "sample string 20",
  "Title": "sample string 21",
  "Provider": "sample string 22",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedTechnicalOfficers

Add RelatedTechnicalOfficers relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/RelatedTechnicalOfficers/$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 RelatedTechnicalOfficers

Delete set of related items of type RelatedTechnicalOfficers from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedTechnicalOfficers/$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 RelatedTechnicalOfficers by relatedKey

Delete relation of type RelatedTechnicalOfficers from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedTechnicalOfficers({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 RelatedNews

Returns a set of related items of type RelatedNews from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedNews
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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

targets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphDescription

System.String

Read only: False
Selected by default: True

newstypes

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Source

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

stakeholders

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Location

System.String

Read only: False
Selected by default: True

events

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

Highlight

System.String

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

AllowComments

System.Boolean

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Content

System.String

Read only: False
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

SourceName

System.String

Read only: False
Selected by default: True

SourceSite

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
    "publishingoffices": "83fba899-7281-4158-898e-c4ecbcee0e75",
    "DocumentNumberOfAdditionalItems": 12.0,
    "MetaTitle": "sample string 13",
    "targets": "e3709b58-8b1e-4c8b-a306-26abeb1612ec",
    "MultimediaNumberOfAdditionalItems": 15.0,
    "CommentaryNumberOfAdditionalItems": 16.0,
    "targetaudiences": "bce979fb-be47-43a6-8c41-907c7ab412d2",
    "OpenGraphDescription": "sample string 18",
    "newstypes": "c35f0936-1e19-411b-b715-1819403ee507",
    "Subtitle": "sample string 20",
    "FactFileNumberOfAdditionalItems": 21.0,
    "MetaDescription": "sample string 22",
    "OtherRelated": "sample string 23",
    "FeatureStoryNumberOfAdditionalItems": 24.0,
    "EventNumberOfAdditionalItems": 25.0,
    "FactSheetNumberOfAdditionalItems": 26.0,
    "regionscountries": "ba540fa2-87b7-4253-b37d-7f39fb55f0ad",
    "healthtopics": "532d51c5-9bce-436a-acd5-3ee9d5232348",
    "PhotoStoryNumberOfAdditionalItems": 29.0,
    "Source": "sample string 30",
    "OpenGraphTitle": "sample string 31",
    "stakeholders": "7186e52c-31ec-4527-a5e8-0ca9d6732065",
    "Category": "470d9ef7-1181-4c47-8a88-0eb4b539eb13",
    "departmentaltargets": "df6a468c-e8cb-4a32-a536-17072250dcf2",
    "Location": "sample string 35",
    "events": "d656d40b-2366-4b44-80a7-9caa03acad59",
    "Tags": "8b074270-7913-42ac-aead-bb7b27726096",
    "Highlight": "sample string 38",
    "NewsNumberOfAdditionalItems": 39.0,
    "AllowComments": true,
    "Summary": "sample string 41",
    "Content": "sample string 42",
    "Author": "sample string 43",
    "SourceName": "sample string 44",
    "SourceSite": "sample string 45",
    "Provider": "sample string 46",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
    "publishingoffices": "83fba899-7281-4158-898e-c4ecbcee0e75",
    "DocumentNumberOfAdditionalItems": 12.0,
    "MetaTitle": "sample string 13",
    "targets": "e3709b58-8b1e-4c8b-a306-26abeb1612ec",
    "MultimediaNumberOfAdditionalItems": 15.0,
    "CommentaryNumberOfAdditionalItems": 16.0,
    "targetaudiences": "bce979fb-be47-43a6-8c41-907c7ab412d2",
    "OpenGraphDescription": "sample string 18",
    "newstypes": "c35f0936-1e19-411b-b715-1819403ee507",
    "Subtitle": "sample string 20",
    "FactFileNumberOfAdditionalItems": 21.0,
    "MetaDescription": "sample string 22",
    "OtherRelated": "sample string 23",
    "FeatureStoryNumberOfAdditionalItems": 24.0,
    "EventNumberOfAdditionalItems": 25.0,
    "FactSheetNumberOfAdditionalItems": 26.0,
    "regionscountries": "ba540fa2-87b7-4253-b37d-7f39fb55f0ad",
    "healthtopics": "532d51c5-9bce-436a-acd5-3ee9d5232348",
    "PhotoStoryNumberOfAdditionalItems": 29.0,
    "Source": "sample string 30",
    "OpenGraphTitle": "sample string 31",
    "stakeholders": "7186e52c-31ec-4527-a5e8-0ca9d6732065",
    "Category": "470d9ef7-1181-4c47-8a88-0eb4b539eb13",
    "departmentaltargets": "df6a468c-e8cb-4a32-a536-17072250dcf2",
    "Location": "sample string 35",
    "events": "d656d40b-2366-4b44-80a7-9caa03acad59",
    "Tags": "8b074270-7913-42ac-aead-bb7b27726096",
    "Highlight": "sample string 38",
    "NewsNumberOfAdditionalItems": 39.0,
    "AllowComments": true,
    "Summary": "sample string 41",
    "Content": "sample string 42",
    "Author": "sample string 43",
    "SourceName": "sample string 44",
    "SourceSite": "sample string 45",
    "Provider": "sample string 46",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedNews by relatedKey

Returns a related item of type RelatedNews from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/RelatedNews({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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

targets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphDescription

System.String

Read only: False
Selected by default: True

newstypes

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Source

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

stakeholders

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Location

System.String

Read only: False
Selected by default: True

events

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

Highlight

System.String

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

AllowComments

System.Boolean

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Content

System.String

Read only: False
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

SourceName

System.String

Read only: False
Selected by default: True

SourceSite

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "UrlName": "sample string 8",
  "ItemDefaultUrl": "sample string 9",
  "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
  "publishingoffices": "494de4a7-3ff4-41c5-b388-4d93e14d2d86",
  "DocumentNumberOfAdditionalItems": 12.0,
  "MetaTitle": "sample string 13",
  "targets": "384dfc67-c25f-4006-8c55-d852228ee948",
  "MultimediaNumberOfAdditionalItems": 15.0,
  "CommentaryNumberOfAdditionalItems": 16.0,
  "targetaudiences": "0d655c7a-be1b-4b21-8b65-f8a8de266444",
  "OpenGraphDescription": "sample string 18",
  "newstypes": "a66b1494-d088-4bab-a831-35ff1761744c",
  "Subtitle": "sample string 20",
  "FactFileNumberOfAdditionalItems": 21.0,
  "MetaDescription": "sample string 22",
  "OtherRelated": "sample string 23",
  "FeatureStoryNumberOfAdditionalItems": 24.0,
  "EventNumberOfAdditionalItems": 25.0,
  "FactSheetNumberOfAdditionalItems": 26.0,
  "regionscountries": "6ec2179e-acd5-4fa9-baad-bb755319f878",
  "healthtopics": "fcbb2e17-a109-421b-8d02-eb000f2c8147",
  "PhotoStoryNumberOfAdditionalItems": 29.0,
  "Source": "sample string 30",
  "OpenGraphTitle": "sample string 31",
  "stakeholders": "9c210e71-c978-4100-b7af-aff98d9b2c65",
  "Category": "27ea4512-b9b1-4133-88a8-710c4c371828",
  "departmentaltargets": "159b7417-bd79-4285-b49b-b31eb1c8f059",
  "Location": "sample string 35",
  "events": "52f6434b-9c5c-4b18-95b6-0700bec25970",
  "Tags": "6bc3666f-ac94-4a18-9d56-acbdbbed8a50",
  "Highlight": "sample string 38",
  "NewsNumberOfAdditionalItems": 39.0,
  "AllowComments": true,
  "Summary": "sample string 41",
  "Content": "sample string 42",
  "Author": "sample string 43",
  "SourceName": "sample string 44",
  "SourceSite": "sample string 45",
  "Provider": "sample string 46",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedNews

Add RelatedNews relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/RelatedNews/$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 RelatedNews

Delete set of related items of type RelatedNews from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedNews/$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 RelatedNews by relatedKey

Delete relation of type RelatedNews from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/RelatedNews({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 OpenGraphImage

Returns a set of related items of type OpenGraphImage from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/OpenGraphImage
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

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": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "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": "514f5322-c5cf-4194-905c-e5ec922521ee",
    "publishingoffices": "a788cf3d-ee54-482a-99c2-98e83e8e5494",
    "events": "a6d5e7f9-d07a-4bb9-a178-f3b7630341d3",
    "targets": "f4295172-0cff-4c33-96b9-6968db8453b2",
    "Category": "7b67820a-d990-4aba-b178-35da1412bfc2",
    "imagetypes": "1d2ec35a-fcb8-4dc4-af72-fef4716f0e5e",
    "departmentaltargets": "b75188a8-0e5e-43bc-952c-b1d5fa2f99f6",
    "stakeholders": "71775cd9-528c-4300-b6b4-22229ce2aa14",
    "Tags": "9bd9c36d-034b-4730-bf9e-e407ff3fe145",
    "healthtopics": "54d7ee58-08d0-4c01-bfa0-ae9e1c3c2890",
    "targetaudiences": "431176ae-3b78-4edd-a1c7-e96db9c24ffe",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "b9d49c8f-0018-4c8e-bb28-243da211faaa",
    "ParentId": "854ba7e6-59f2-4820-98ef-058d778d87f2",
    "Provider": "sample string 33",
    "Url": "sample string 34",
    "ThumbnailUrl": "sample string 35",
    "Thumbnails": {
      "Title": "sample string 1",
      "Url": "sample string 2",
      "Width": 3,
      "Height": 4,
      "MimeType": "sample string 5"
    },
    "IsDamMedia": true
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "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": "514f5322-c5cf-4194-905c-e5ec922521ee",
    "publishingoffices": "a788cf3d-ee54-482a-99c2-98e83e8e5494",
    "events": "a6d5e7f9-d07a-4bb9-a178-f3b7630341d3",
    "targets": "f4295172-0cff-4c33-96b9-6968db8453b2",
    "Category": "7b67820a-d990-4aba-b178-35da1412bfc2",
    "imagetypes": "1d2ec35a-fcb8-4dc4-af72-fef4716f0e5e",
    "departmentaltargets": "b75188a8-0e5e-43bc-952c-b1d5fa2f99f6",
    "stakeholders": "71775cd9-528c-4300-b6b4-22229ce2aa14",
    "Tags": "9bd9c36d-034b-4730-bf9e-e407ff3fe145",
    "healthtopics": "54d7ee58-08d0-4c01-bfa0-ae9e1c3c2890",
    "targetaudiences": "431176ae-3b78-4edd-a1c7-e96db9c24ffe",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "b9d49c8f-0018-4c8e-bb28-243da211faaa",
    "ParentId": "854ba7e6-59f2-4820-98ef-058d778d87f2",
    "Provider": "sample string 33",
    "Url": "sample string 34",
    "ThumbnailUrl": "sample string 35",
    "Thumbnails": {
      "Title": "sample string 1",
      "Url": "sample string 2",
      "Width": 3,
      "Height": 4,
      "MimeType": "sample string 5"
    },
    "IsDamMedia": true
  }
]

Get OpenGraphImage by relatedKey

Returns a related item of type OpenGraphImage from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/OpenGraphImage({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

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": "2025-09-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "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": "9bd7d869-3b11-4509-bec2-0dde8f3ee155",
  "publishingoffices": "e60308d7-d497-4358-8cf6-2bb2c153ee8a",
  "events": "7908a173-73dc-4ace-ab8c-d4ed81b39955",
  "targets": "e6354e74-2d4a-4616-b398-85d845c17905",
  "Category": "af3c0134-2228-428a-a3e7-b87c47915863",
  "imagetypes": "d6848cf3-bbb8-4a02-a60c-c2e7d2a1b3ef",
  "departmentaltargets": "6648299e-4f13-4b16-b2f9-e3d52f43301e",
  "stakeholders": "2ffc5926-9a41-4ef5-b584-9ba6060a2d17",
  "Tags": "5c36cb52-3393-440c-9fbd-969163826ede",
  "healthtopics": "d99b1470-6ec8-4c88-beb0-96c889700dce",
  "targetaudiences": "a2405d19-ad47-4e2c-88b6-b8df1cac6233",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "2b91d3eb-1beb-41fe-9a3e-6a2acde28f01",
  "ParentId": "b6891433-0d14-4fd3-9f2d-d6d0bdcf47db",
  "Provider": "sample string 33",
  "Url": "sample string 34",
  "ThumbnailUrl": "sample string 35",
  "Thumbnails": {
    "Title": "sample string 1",
    "Url": "sample string 2",
    "Width": 3,
    "Height": 4,
    "MimeType": "sample string 5"
  },
  "IsDamMedia": true
}

Post OpenGraphImage

Add OpenGraphImage relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/OpenGraphImage/$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 OpenGraphImage

Delete set of related items of type OpenGraphImage from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/OpenGraphImage/$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 OpenGraphImage by relatedKey

Delete relation of type OpenGraphImage from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/OpenGraphImage({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 HealthTopics

Returns a set of related items of type HealthTopics from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/HealthTopics
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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "2d4a58b1-f7f1-490d-829f-6927911c72d9",
    "MetaTitle": "sample string 13",
    "regionscountries": "d5b4d95f-a07d-4419-b5dc-0726bd5e4abb",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "d7b81476-7e9e-4b19-bd55-79b7ac150baa",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "b997c192-ed0e-4e17-b652-a1c589ad0db4",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "2d4a58b1-f7f1-490d-829f-6927911c72d9",
    "MetaTitle": "sample string 13",
    "regionscountries": "d5b4d95f-a07d-4419-b5dc-0726bd5e4abb",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "d7b81476-7e9e-4b19-bd55-79b7ac150baa",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "b997c192-ed0e-4e17-b652-a1c589ad0db4",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get HealthTopics by relatedKey

Returns a related item of type HealthTopics from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/HealthTopics({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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Tab3Title": "sample string 10",
  "TechnicalLinks": "sample string 11",
  "healthtopics": "a7d43967-e080-4b6a-8c2d-a69b9687e145",
  "MetaTitle": "sample string 13",
  "regionscountries": "0be2803f-6dbc-4507-9fc2-c8a44ebd410b",
  "Tab1Summary": "sample string 15",
  "OpenGraphTitle": "sample string 16",
  "Tab2Title": "sample string 17",
  "Tab2Summary": "sample string 18",
  "Tab3Summary": "sample string 19",
  "OpenGraphDescription": "sample string 20",
  "sites": "f029dd75-a018-4284-84b2-b893e0e8beb5",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "457916a1-85dc-42fe-bb83-7db4a796edd4",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post HealthTopics

Add HealthTopics relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/HealthTopics/$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 HealthTopics

Delete set of related items of type HealthTopics from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/HealthTopics/$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 HealthTopics by relatedKey

Delete relation of type HealthTopics from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/HealthTopics({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 Activities

Returns a set of related items of type Activities from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/Activities
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

MetaTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

ImpactStatistics

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

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-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "e38b4852-d214-40fe-b606-8734c5362ada",
    "MetaTitle": "sample string 9",
    "Summary": "sample string 10",
    "OpenGraphTitle": "sample string 11",
    "ImpactStatistics": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
    "MetaDescription": "sample string 15",
    "targetaudiences": "34107652-279e-4faa-8038-67173c20f662",
    "Title": "sample string 17",
    "publishingoffices": "35d6bdc3-765f-4806-8508-e4ad3e1a6c2a",
    "targets": "f9e61748-b368-4476-aad9-479bab8cafcb",
    "departmentaltargets": "4f189804-cda0-4754-9f97-ecf815ea58aa",
    "regionscountries": "1a8b7607-5d5c-4dc5-89d0-54f5f3071e8c",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:16:32.0490573Z",
    "PublicationDate": "2025-09-12T09:16:32.0490573Z",
    "DateCreated": "2025-09-12T09:16:32.0490573Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "e38b4852-d214-40fe-b606-8734c5362ada",
    "MetaTitle": "sample string 9",
    "Summary": "sample string 10",
    "OpenGraphTitle": "sample string 11",
    "ImpactStatistics": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
    "MetaDescription": "sample string 15",
    "targetaudiences": "34107652-279e-4faa-8038-67173c20f662",
    "Title": "sample string 17",
    "publishingoffices": "35d6bdc3-765f-4806-8508-e4ad3e1a6c2a",
    "targets": "f9e61748-b368-4476-aad9-479bab8cafcb",
    "departmentaltargets": "4f189804-cda0-4754-9f97-ecf815ea58aa",
    "regionscountries": "1a8b7607-5d5c-4dc5-89d0-54f5f3071e8c",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Activities by relatedKey

Returns a related item of type Activities from technicalunits item.

Copy GET /api/multimedias/technicalunits({key})/Activities({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

MetaTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

ImpactStatistics

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

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-12T09:16:32.0490573Z",
  "PublicationDate": "2025-09-12T09:16:32.0490573Z",
  "DateCreated": "2025-09-12T09:16:32.0490573Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "80976fff-f038-433e-987e-c7e266d3fb14",
  "MetaTitle": "sample string 9",
  "Summary": "sample string 10",
  "OpenGraphTitle": "sample string 11",
  "ImpactStatistics": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "PublicationDateAndTime": "2025-09-12T09:16:32.0490573Z",
  "MetaDescription": "sample string 15",
  "targetaudiences": "397943fc-ac76-401d-ac36-4730937ce335",
  "Title": "sample string 17",
  "publishingoffices": "717f108d-6b8e-49d6-858d-24bf94880544",
  "targets": "719f1573-991f-4780-94bf-2365923a2266",
  "departmentaltargets": "966d9f48-2d09-4515-a1f9-7a5cb11aa73d",
  "regionscountries": "a1bcd586-5549-486b-8c24-31d9d91f78e0",
  "Provider": "sample string 22",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:16:32.0490573+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Activities

Add Activities relation to technicalunits item.

Copy POST /api/multimedias/technicalunits({key})/Activities/$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 Activities

Delete set of related items of type Activities from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/Activities/$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 Activities by relatedKey

Delete relation of type Activities from technicalunits item.

Copy DELETE /api/multimedias/technicalunits({key})/Activities({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.