RESTful API

Health Topics

Get healthtopics

Returns a set of data items of type healthtopics.

Copy GET /api/emergencies/healthtopics
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

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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "1fb3ae1e-1645-4c81-992a-9a55eb922e74",
    "MetaTitle": "sample string 13",
    "regionscountries": "108fc633-b8f1-405b-87cd-1facb08fa46f",
    "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": "97fa0f63-bb81-4483-be72-7a91075b7cb7",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "0ab838a4-6529-42fb-87a6-165eb5850eed",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "1fb3ae1e-1645-4c81-992a-9a55eb922e74",
    "MetaTitle": "sample string 13",
    "regionscountries": "108fc633-b8f1-405b-87cd-1facb08fa46f",
    "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": "97fa0f63-bb81-4483-be72-7a91075b7cb7",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "0ab838a4-6529-42fb-87a6-165eb5850eed",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get healthtopics by key

Gets healthtopics item by id.

Copy GET /api/emergencies/healthtopics({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

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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "241b9a34-5753-41bc-97fa-bc0d5a0afc9b",
  "MetaTitle": "sample string 13",
  "regionscountries": "81ee6343-0962-4f7d-ac63-fca8fc701a9d",
  "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": "a846b976-8e25-4c33-a175-ba0c3d9aeb2f",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "30c85ec0-ca99-43b3-b7cf-c9cafa387eb1",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from healthtopics item.

Copy GET /api/emergencies/healthtopics({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": "b7a5d245-bffd-45e4-8a5d-8a56eb78b21c"
}

Post healthtopics

Creates a healthtopics item.

Copy POST /api/emergencies/healthtopics
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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "8b54e311-8ab6-4d65-98da-4146d9a6f0a8",
  "MetaTitle": "sample string 10",
  "regionscountries": "a451fde4-e3d6-4acb-86e3-0b599270ee6c",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "8465d1b8-263f-4af5-a220-d3ade84a9d64",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "ce87f588-ad49-41db-882d-0aafcbd8a961"
}
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

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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "f0f59e40-20bc-4bfe-b468-720a9798952c",
  "MetaTitle": "sample string 13",
  "regionscountries": "cec79d40-2675-4f84-aa1a-8f7ea0c35dce",
  "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": "a218b9ac-478b-4839-a19a-79c669dec0c5",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "28c68f35-38a8-4e0a-aacd-dd623eb1473a",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch healthtopics by key

Partial update for healthtopics item.

Copy PATCH /api/emergencies/healthtopics({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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "5be15013-fe29-4aa5-8bd1-46a4624b715e",
  "MetaTitle": "sample string 10",
  "regionscountries": "dcd67ffa-b09f-4ac9-95b1-9ef62423def1",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "f2de658e-eedf-44e7-9a07-53325f3536bc",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "1fbc1e24-bbd5-4759-994d-42fa4bf7ba6a"
}
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 healthtopics by key

Full update for healthtopics item.

Copy PUT /api/emergencies/healthtopics({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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "579108b0-4027-47f2-9761-a334b9f3e2b0",
  "MetaTitle": "sample string 10",
  "regionscountries": "e8623186-07ea-4b3b-9537-30ee2111289f",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "c2f037b9-100a-4118-9613-e4e4abd615ac",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "d20c473f-4c34-4a99-8656-faf6bec88215"
}
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 key

Deletes a healthtopics item by Id.

Copy DELETE /api/emergencies/healthtopics({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 OpenGraphImage

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

Copy GET /api/emergencies/healthtopics({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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "ee7cef37-428c-49f0-bbf2-2ef316896404",
    "publishingoffices": "cce99ff1-bbb3-43cf-9ed2-d6b5872c1710",
    "events": "9313d716-a5b1-4b4b-8322-9913e40c7dfc",
    "targets": "5052df2a-c4c5-44e2-9dd4-280874527efc",
    "Category": "562718cc-cdb1-4b0e-8657-0af61ebb6490",
    "imagetypes": "04950185-016b-4776-9620-cc6b5a4c3cea",
    "departmentaltargets": "5dfaec1b-5121-4fbf-8a75-22364e289361",
    "stakeholders": "f238fadb-673f-4da5-a9c5-6fbbee4ab786",
    "Tags": "4af58e12-5515-4dba-b0c8-cc6b45f9eb3b",
    "healthtopics": "604a63ce-87e0-4434-852a-9d651228ecda",
    "targetaudiences": "8bd8affb-bd71-4420-b802-8381d1b28500",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "819c20e6-983a-4356-aa99-e690c0b7e25b",
    "ParentId": "ace30be4-7255-4f15-a043-73cd5f1a86eb",
    "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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "ee7cef37-428c-49f0-bbf2-2ef316896404",
    "publishingoffices": "cce99ff1-bbb3-43cf-9ed2-d6b5872c1710",
    "events": "9313d716-a5b1-4b4b-8322-9913e40c7dfc",
    "targets": "5052df2a-c4c5-44e2-9dd4-280874527efc",
    "Category": "562718cc-cdb1-4b0e-8657-0af61ebb6490",
    "imagetypes": "04950185-016b-4776-9620-cc6b5a4c3cea",
    "departmentaltargets": "5dfaec1b-5121-4fbf-8a75-22364e289361",
    "stakeholders": "f238fadb-673f-4da5-a9c5-6fbbee4ab786",
    "Tags": "4af58e12-5515-4dba-b0c8-cc6b45f9eb3b",
    "healthtopics": "604a63ce-87e0-4434-852a-9d651228ecda",
    "targetaudiences": "8bd8affb-bd71-4420-b802-8381d1b28500",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "819c20e6-983a-4356-aa99-e690c0b7e25b",
    "ParentId": "ace30be4-7255-4f15-a043-73cd5f1a86eb",
    "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 healthtopics item.

Copy GET /api/emergencies/healthtopics({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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "ee9a535a-33ad-4bb6-b425-f161fe649e1b",
  "publishingoffices": "6964f89d-042b-484f-a277-325c904fd013",
  "events": "e1ef3933-75fa-430e-856a-aa09dbe0844a",
  "targets": "a99c42da-3268-46e7-8f9d-f495633dc2d2",
  "Category": "04a4bbb0-7de4-48c0-8bc4-ea83b5f5c565",
  "imagetypes": "f7bc7029-f71a-49ad-8214-9db2219ed4d6",
  "departmentaltargets": "db20b451-9ac8-4d31-988f-976a21f619a4",
  "stakeholders": "822c2bf9-b417-46e8-8732-77cdec585368",
  "Tags": "45bfdfd6-0b67-44b6-a1f2-9898658be47f",
  "healthtopics": "f6f37b17-05d1-47ab-bce8-d56f714b6dd0",
  "targetaudiences": "32f0f860-fe07-4b74-8c07-9162d22be1c4",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "e1820412-4fbb-4529-9300-cf0d93591ff7",
  "ParentId": "58f32287-a6e0-4e0f-a472-57010139f01d",
  "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 healthtopics item.

Copy POST /api/emergencies/healthtopics({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 healthtopics item.

Copy DELETE /api/emergencies/healthtopics({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 healthtopics item.

Copy DELETE /api/emergencies/healthtopics({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 RelatedTopics

Returns a set of related items of type RelatedTopics from healthtopics item.

Copy GET /api/emergencies/healthtopics({key})/RelatedTopics
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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "08af7768-2791-4027-84b3-cd334b297822",
    "MetaTitle": "sample string 13",
    "regionscountries": "b0d402ba-8733-4268-8b83-f86b46fe97b3",
    "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": "cbf06bde-10b1-4825-ac32-72b15fdde702",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "30701614-2c36-421c-a546-85d5e2e7cefe",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "08af7768-2791-4027-84b3-cd334b297822",
    "MetaTitle": "sample string 13",
    "regionscountries": "b0d402ba-8733-4268-8b83-f86b46fe97b3",
    "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": "cbf06bde-10b1-4825-ac32-72b15fdde702",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "30701614-2c36-421c-a546-85d5e2e7cefe",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedTopics by relatedKey

Returns a related item of type RelatedTopics from healthtopics item.

Copy GET /api/emergencies/healthtopics({key})/RelatedTopics({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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "03330f43-1504-4c60-9bbb-5ae350d2b5aa",
  "MetaTitle": "sample string 13",
  "regionscountries": "a674da5d-13f7-4bbd-b709-4a4b2d975ada",
  "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": "dc83e04a-f50b-42a0-9477-bb18ab7b4930",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "65d98083-aec4-4455-ae6b-a6af7b4d381b",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T04:45:25.2772539+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedTopics

Add RelatedTopics relation to healthtopics item.

Copy POST /api/emergencies/healthtopics({key})/RelatedTopics/$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 RelatedTopics

Delete set of related items of type RelatedTopics from healthtopics item.

Copy DELETE /api/emergencies/healthtopics({key})/RelatedTopics/$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 RelatedTopics by relatedKey

Delete relation of type RelatedTopics from healthtopics item.

Copy DELETE /api/emergencies/healthtopics({key})/RelatedTopics({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 Thumbnail

Returns a set of related items of type Thumbnail from healthtopics item.

Copy GET /api/emergencies/healthtopics({key})/Thumbnail
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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "808869a9-68ff-486b-b786-f85730dd9424",
    "publishingoffices": "02dfc8ca-ca94-49b5-97c5-74078f8d6db2",
    "events": "66ce8da6-54ce-4ade-9996-e98b745a085f",
    "targets": "d2c14c8f-86a4-4487-8f53-687cfdc67f0a",
    "Category": "b2d743bb-25fa-487a-ad24-980f4616dfd4",
    "imagetypes": "b4379e11-37cf-4a71-a417-9f67018922cd",
    "departmentaltargets": "d4f3cb88-7610-49cd-b54a-ecc29b132ec7",
    "stakeholders": "8d5d5999-3c36-4a97-92d5-dfee694eedec",
    "Tags": "d31df73d-15af-4624-883b-0462d5637d2f",
    "healthtopics": "5dd70197-7492-476b-b28d-17681f7dee17",
    "targetaudiences": "1a321c56-5df7-4878-b3f3-e622b4230521",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "c6e2db1f-d9f8-4636-b20e-ecdff3073977",
    "ParentId": "a063ba8d-5521-4435-a230-6a0de0dca134",
    "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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "808869a9-68ff-486b-b786-f85730dd9424",
    "publishingoffices": "02dfc8ca-ca94-49b5-97c5-74078f8d6db2",
    "events": "66ce8da6-54ce-4ade-9996-e98b745a085f",
    "targets": "d2c14c8f-86a4-4487-8f53-687cfdc67f0a",
    "Category": "b2d743bb-25fa-487a-ad24-980f4616dfd4",
    "imagetypes": "b4379e11-37cf-4a71-a417-9f67018922cd",
    "departmentaltargets": "d4f3cb88-7610-49cd-b54a-ecc29b132ec7",
    "stakeholders": "8d5d5999-3c36-4a97-92d5-dfee694eedec",
    "Tags": "d31df73d-15af-4624-883b-0462d5637d2f",
    "healthtopics": "5dd70197-7492-476b-b28d-17681f7dee17",
    "targetaudiences": "1a321c56-5df7-4878-b3f3-e622b4230521",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "c6e2db1f-d9f8-4636-b20e-ecdff3073977",
    "ParentId": "a063ba8d-5521-4435-a230-6a0de0dca134",
    "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 Thumbnail by relatedKey

Returns a related item of type Thumbnail from healthtopics item.

Copy GET /api/emergencies/healthtopics({key})/Thumbnail({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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "a7f79d23-62ac-45e9-b8c9-6230a9635744",
  "publishingoffices": "109135ab-2b03-4e88-8af4-fb9f97a207d3",
  "events": "118c5749-8987-423f-b8ff-2f86bfeba3eb",
  "targets": "b4a2b990-a53b-4b2c-8bbb-f96e0368cdc3",
  "Category": "74ae3da3-ba5e-452c-a307-1c2ca835e0fd",
  "imagetypes": "427a4fe7-f183-41a8-903b-0a4b1d552b59",
  "departmentaltargets": "57bbdc82-25cb-40fa-b678-0c8385ac6209",
  "stakeholders": "9fa7a5a2-1006-4249-be33-e1311129ea9d",
  "Tags": "c460486a-d3d8-4843-adb6-2293a80ada94",
  "healthtopics": "89d87a95-c49b-466d-9c67-dc625df42753",
  "targetaudiences": "4dd0d085-2a92-4570-97da-5e4ea97d5e06",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "03e7a702-c828-4566-a4cd-144247986d0d",
  "ParentId": "74fd0f89-b700-4534-b28b-ff571cef09b8",
  "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 Thumbnail

Add Thumbnail relation to healthtopics item.

Copy POST /api/emergencies/healthtopics({key})/Thumbnail/$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 Thumbnail

Delete set of related items of type Thumbnail from healthtopics item.

Copy DELETE /api/emergencies/healthtopics({key})/Thumbnail/$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 Thumbnail by relatedKey

Delete relation of type Thumbnail from healthtopics item.

Copy DELETE /api/emergencies/healthtopics({key})/Thumbnail({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats

None.

Get MainImage

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

Copy GET /api/emergencies/healthtopics({key})/MainImage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "c00fca82-b05f-48f0-8c96-d97d17c9f654",
    "publishingoffices": "86560f8b-a6b3-4817-ac31-68d7d56105ea",
    "events": "3fa3e87c-6e06-4f37-8c29-22e5b9307969",
    "targets": "9bb9d480-cb4f-4078-9e2a-f6ff3a99daa0",
    "Category": "e376c693-c273-4622-8f1d-d4d4fb32f38d",
    "imagetypes": "715b74fa-0d2a-41e3-85d8-20986b657a79",
    "departmentaltargets": "8f9c50a3-2d0e-4731-8d59-46c3f32854b2",
    "stakeholders": "b3ee0c97-c28d-4309-b459-987015764f5a",
    "Tags": "d6a0c889-6025-4374-9b58-34ce3d82337b",
    "healthtopics": "b001691d-eb08-40fb-9da1-c7a4b4b2757b",
    "targetaudiences": "95fd07b2-f31f-474d-97ef-09970837e76f",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "d7245836-636c-4257-a745-0274c76f1429",
    "ParentId": "449055f0-7430-47e2-9a22-ecbdde9be4c7",
    "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-11T04:45:25.2772539Z",
    "PublicationDate": "2025-09-11T04:45:25.2772539Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T04:45:25.2772539Z",
    "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": "c00fca82-b05f-48f0-8c96-d97d17c9f654",
    "publishingoffices": "86560f8b-a6b3-4817-ac31-68d7d56105ea",
    "events": "3fa3e87c-6e06-4f37-8c29-22e5b9307969",
    "targets": "9bb9d480-cb4f-4078-9e2a-f6ff3a99daa0",
    "Category": "e376c693-c273-4622-8f1d-d4d4fb32f38d",
    "imagetypes": "715b74fa-0d2a-41e3-85d8-20986b657a79",
    "departmentaltargets": "8f9c50a3-2d0e-4731-8d59-46c3f32854b2",
    "stakeholders": "b3ee0c97-c28d-4309-b459-987015764f5a",
    "Tags": "d6a0c889-6025-4374-9b58-34ce3d82337b",
    "healthtopics": "b001691d-eb08-40fb-9da1-c7a4b4b2757b",
    "targetaudiences": "95fd07b2-f31f-474d-97ef-09970837e76f",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "d7245836-636c-4257-a745-0274c76f1429",
    "ParentId": "449055f0-7430-47e2-9a22-ecbdde9be4c7",
    "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 MainImage by relatedKey

Returns a related item of type MainImage from healthtopics item.

Copy GET /api/emergencies/healthtopics({key})/MainImage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

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-11T04:45:25.2772539Z",
  "PublicationDate": "2025-09-11T04:45:25.2772539Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T04:45:25.2772539Z",
  "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": "53c18e4a-6cce-4e18-a0c0-312741ef00c3",
  "publishingoffices": "ed9dd151-2587-4fc4-b15e-21e69aff53be",
  "events": "fa2880a9-787f-48fe-9b45-6593678d5631",
  "targets": "4fac8785-2ea6-4f4f-b3b0-d8f965c499f0",
  "Category": "0c0c2dc7-643b-40e0-89d9-fc48f40a3a7d",
  "imagetypes": "def1cac2-7590-4a89-9b46-1716fa383dd6",
  "departmentaltargets": "41e0cc62-ff47-4ac4-a979-f1f879e5f43e",
  "stakeholders": "54e92d18-2ec0-41fa-97f1-bfc7f53113b9",
  "Tags": "a266c158-29cc-4b17-86c1-effaa662dbab",
  "healthtopics": "c17924f0-1aca-460c-bad8-52019efb31c3",
  "targetaudiences": "63ba8e3b-cc3b-4326-9079-9b19078c20c2",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "dfa46d55-7c56-4e8d-91b6-1583cb11c764",
  "ParentId": "30a7839a-ec24-482c-96f2-40a273fbb9c5",
  "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 MainImage

Add MainImage relation to healthtopics item.

Copy POST /api/emergencies/healthtopics({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

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

Resource Description

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

Resource Format

Response Formats

None.

Delete MainImage

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

Copy DELETE /api/emergencies/healthtopics({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats

None.

Delete MainImage by relatedKey

Delete relation of type MainImage from healthtopics item.

Copy DELETE /api/emergencies/healthtopics({key})/MainImage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats

None.