RESTful API

Countries

Get countries

Returns a set of data items of type countries.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "fc9fe420-e6ec-4fb8-8c04-03e27b48341b",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "a72360fa-b006-4eee-a733-c4f5f2f0abc7",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "1237b694-38db-40ee-a264-4eb25efe5553",
    "SortTitle": "sample string 19",
    "code2": "sample string 20",
    "Title": "sample string 21",
    "CountryRelationship": "sample string 22",
    "OfficialName": "sample string 23",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T09:29:31.3756862+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "fc9fe420-e6ec-4fb8-8c04-03e27b48341b",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "a72360fa-b006-4eee-a733-c4f5f2f0abc7",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "1237b694-38db-40ee-a264-4eb25efe5553",
    "SortTitle": "sample string 19",
    "code2": "sample string 20",
    "Title": "sample string 21",
    "CountryRelationship": "sample string 22",
    "OfficialName": "sample string 23",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T09:29:31.3756862+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get countries by key

Gets countries item by id.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T09:29:31.3756862Z",
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "DateCreated": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "98a8de4f-2338-4623-bbf1-2c27b5a0c20d",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "d265744a-2cde-407e-9fd2-5771e6029266",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "2ea69280-9edb-4e42-bedd-d49536b100ce",
  "SortTitle": "sample string 19",
  "code2": "sample string 20",
  "Title": "sample string 21",
  "CountryRelationship": "sample string 22",
  "OfficialName": "sample string 23",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T09:29:31.3756862+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from countries item.

Copy GET /api/emergencies/countries({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": "352fd6df-f69c-4797-b078-56b6acd2fe5b"
}

Post countries

Creates a countries item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "regionscountries": "0348b1dc-8c9a-4ae3-a21f-a7713bc4520d",
  "WhoNotes": "sample string 7",
  "Code": "sample string 8",
  "IsMemberstate": true,
  "WhoCode": "sample string 10",
  "ColloquialSynonym": "sample string 11",
  "Overview": "sample string 12",
  "whostatus": "940fd3d8-2112-4283-af2f-35e6556d4fb3",
  "IsoCodeNumeric": 14.0,
  "publishingoffices": "08e171e4-9b2c-4e3a-a292-04676e464284",
  "SortTitle": "sample string 16",
  "code2": "sample string 17",
  "Title": "sample string 18",
  "CountryRelationship": "sample string 19",
  "OfficialName": "sample string 20"
}
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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T09:29:31.3756862Z",
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "DateCreated": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "86553b5f-6dcc-4efb-a3db-36f4edc58dd7",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "94278cdf-34a9-4529-b89d-9f4f419de632",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "1a5f1f18-ea5d-4362-840b-bb46189c4f4b",
  "SortTitle": "sample string 19",
  "code2": "sample string 20",
  "Title": "sample string 21",
  "CountryRelationship": "sample string 22",
  "OfficialName": "sample string 23",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T09:29:31.3756862+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch countries by key

Partial update for countries item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "regionscountries": "aec5872d-0cd2-4add-88f4-b434effe44be",
  "WhoNotes": "sample string 7",
  "Code": "sample string 8",
  "IsMemberstate": true,
  "WhoCode": "sample string 10",
  "ColloquialSynonym": "sample string 11",
  "Overview": "sample string 12",
  "whostatus": "9cee753d-f0e0-4024-a6df-405350dd8066",
  "IsoCodeNumeric": 14.0,
  "publishingoffices": "2032be23-42a7-4e11-9a30-9b8d1b869ef5",
  "SortTitle": "sample string 16",
  "code2": "sample string 17",
  "Title": "sample string 18",
  "CountryRelationship": "sample string 19",
  "OfficialName": "sample string 20"
}
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 countries by key

Full update for countries item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "regionscountries": "8b007d8e-ec0c-45db-80b8-c819e8c19f77",
  "WhoNotes": "sample string 7",
  "Code": "sample string 8",
  "IsMemberstate": true,
  "WhoCode": "sample string 10",
  "ColloquialSynonym": "sample string 11",
  "Overview": "sample string 12",
  "whostatus": "ae9de994-92bf-4b67-9bec-e34744702322",
  "IsoCodeNumeric": 14.0,
  "publishingoffices": "e1ed6433-8194-4a19-bdf8-311058c514fc",
  "SortTitle": "sample string 16",
  "code2": "sample string 17",
  "Title": "sample string 18",
  "CountryRelationship": "sample string 19",
  "OfficialName": "sample string 20"
}
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 countries by key

Deletes a countries item by Id.

Copy DELETE /api/emergencies/countries({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 Flag

Returns a set of related items of type Flag from countries item.

Copy GET /api/emergencies/countries({key})/Flag
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-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "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": "c36b9a20-dac7-472e-9011-cbbd17f3f648",
    "publishingoffices": "632a6ab2-8a75-4b7a-b831-ad900c5e89b1",
    "events": "8eb1cc09-6803-45e9-8e54-9b54d7a56538",
    "targets": "f249b256-e57e-4266-8397-c9631588a51b",
    "Category": "81073bef-f023-4d09-8519-0006794cb335",
    "imagetypes": "27999e19-1b2e-4c54-a95a-3b88d27373b4",
    "departmentaltargets": "0b816fbc-9751-4ccd-8dac-5e083a002dd8",
    "stakeholders": "bd1ddd4d-7f7a-410b-824c-dbc73d69d3e2",
    "Tags": "9d820604-16af-4895-a2b5-4a747d5daacb",
    "healthtopics": "4bf59b89-45a8-4304-a5e5-63cfa0452d04",
    "targetaudiences": "976c9a25-2c41-4678-a8e0-27ca605f36ef",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "2634360e-863e-43d4-a78e-e94c816aee67",
    "ParentId": "4d23fb5c-9857-463e-b422-da44f78953b5",
    "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-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "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": "c36b9a20-dac7-472e-9011-cbbd17f3f648",
    "publishingoffices": "632a6ab2-8a75-4b7a-b831-ad900c5e89b1",
    "events": "8eb1cc09-6803-45e9-8e54-9b54d7a56538",
    "targets": "f249b256-e57e-4266-8397-c9631588a51b",
    "Category": "81073bef-f023-4d09-8519-0006794cb335",
    "imagetypes": "27999e19-1b2e-4c54-a95a-3b88d27373b4",
    "departmentaltargets": "0b816fbc-9751-4ccd-8dac-5e083a002dd8",
    "stakeholders": "bd1ddd4d-7f7a-410b-824c-dbc73d69d3e2",
    "Tags": "9d820604-16af-4895-a2b5-4a747d5daacb",
    "healthtopics": "4bf59b89-45a8-4304-a5e5-63cfa0452d04",
    "targetaudiences": "976c9a25-2c41-4678-a8e0-27ca605f36ef",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "2634360e-863e-43d4-a78e-e94c816aee67",
    "ParentId": "4d23fb5c-9857-463e-b422-da44f78953b5",
    "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 Flag by relatedKey

Returns a related item of type Flag from countries item.

Copy GET /api/emergencies/countries({key})/Flag({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-11T09:29:31.3756862Z",
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T09:29:31.3756862Z",
  "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": "af3d92df-6247-4645-a20f-b728272149fc",
  "publishingoffices": "a4ee732e-94bd-45c6-91ae-eee331e08ccb",
  "events": "d7a544e7-2908-4db2-85a8-339a09ae9feb",
  "targets": "99108729-9ea4-45e6-96b7-82838cc392a9",
  "Category": "def2efb5-49df-4d30-accb-830e88298db7",
  "imagetypes": "d109bdcf-99cf-48de-8196-d4920d84e89c",
  "departmentaltargets": "59328d70-cf18-4b43-bf57-858b225b5cea",
  "stakeholders": "039ca04b-e5ec-44e6-93f3-886cb7f62599",
  "Tags": "cd358751-ed0f-4d95-ac63-ec9cbe0f09a5",
  "healthtopics": "4af1226c-5636-4cd5-a0bc-ec51cf464025",
  "targetaudiences": "fd8fc176-8690-4068-b317-105b0f0d9ccd",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "e7f0ebbf-bf59-4def-b6af-ee76e48f502f",
  "ParentId": "979a06e7-7675-4865-92d4-bd9a9bf7d81d",
  "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 Flag

Add Flag relation to countries item.

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

Delete set of related items of type Flag from countries item.

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

Delete relation of type Flag from countries item.

Copy DELETE /api/emergencies/countries({key})/Flag({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 CountryRelationshipLink by relatedKey

Returns a related item of type CountryRelationshipLink from countries item.

Copy GET /api/emergencies/countries({key})/CountryRelationshipLink({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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T09:29:31.3756862Z",
  "PublicationDate": "2025-09-11T09:29:31.3756862Z",
  "DateCreated": "2025-09-11T09:29:31.3756862Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "d6ed9fcf-f34b-44b0-80e4-1cf311bb5a65",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "d4c7058f-f61e-448d-97ba-0164e5ff7653",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "427205d9-4ff9-4f35-b0fe-d9fdf881f3c4",
  "SortTitle": "sample string 19",
  "code2": "sample string 20",
  "Title": "sample string 21",
  "CountryRelationship": "sample string 22",
  "OfficialName": "sample string 23",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T09:29:31.3756862+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post CountryRelationshipLink

Add CountryRelationshipLink relation to countries item.

Copy POST /api/emergencies/countries({key})/CountryRelationshipLink/$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 CountryRelationshipLink by relatedKey

Delete relation of type CountryRelationshipLink from countries item.

Copy DELETE /api/emergencies/countries({key})/CountryRelationshipLink({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 ImageBackground

Returns a set of related items of type ImageBackground from countries item.

Copy GET /api/emergencies/countries({key})/ImageBackground
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-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "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": "3bac57c6-12e8-43fb-ae9b-d2f75bc4fe02",
    "publishingoffices": "2077e541-9fd7-497c-a43a-fa0717924b9f",
    "events": "8c718955-7606-48a1-96bf-ec39cf0e1769",
    "targets": "07e380e7-c58b-4b8c-9ccb-aee597b5fe3d",
    "Category": "85891094-b82b-4dc5-956f-bddd508ddd4d",
    "imagetypes": "b9e446cf-b016-4bbb-968b-2d5bf3c66db1",
    "departmentaltargets": "6e1a00b3-ccf2-4a18-96d5-930f924094f8",
    "stakeholders": "b9f9b0ef-2961-4f32-8c5a-be7e24592462",
    "Tags": "5f3335c6-0436-4357-874e-36e949b97655",
    "healthtopics": "e880f3ac-ebfb-4e5c-914c-1f32fc76ff79",
    "targetaudiences": "f3f906e7-7787-4233-b4d6-64676b59c358",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "395814bf-b5ec-432c-aa32-91921153639a",
    "ParentId": "828c0e16-047f-4a72-98f5-05f670bae943",
    "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-11T09:29:31.3756862Z",
    "PublicationDate": "2025-09-11T09:29:31.3756862Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3756862Z",
    "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": "3bac57c6-12e8-43fb-ae9b-d2f75bc4fe02",
    "publishingoffices": "2077e541-9fd7-497c-a43a-fa0717924b9f",
    "events": "8c718955-7606-48a1-96bf-ec39cf0e1769",
    "targets": "07e380e7-c58b-4b8c-9ccb-aee597b5fe3d",
    "Category": "85891094-b82b-4dc5-956f-bddd508ddd4d",
    "imagetypes": "b9e446cf-b016-4bbb-968b-2d5bf3c66db1",
    "departmentaltargets": "6e1a00b3-ccf2-4a18-96d5-930f924094f8",
    "stakeholders": "b9f9b0ef-2961-4f32-8c5a-be7e24592462",
    "Tags": "5f3335c6-0436-4357-874e-36e949b97655",
    "healthtopics": "e880f3ac-ebfb-4e5c-914c-1f32fc76ff79",
    "targetaudiences": "f3f906e7-7787-4233-b4d6-64676b59c358",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "395814bf-b5ec-432c-aa32-91921153639a",
    "ParentId": "828c0e16-047f-4a72-98f5-05f670bae943",
    "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 ImageBackground by relatedKey

Returns a related item of type ImageBackground from countries item.

Copy GET /api/emergencies/countries({key})/ImageBackground({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-11T09:29:31.3913104Z",
  "PublicationDate": "2025-09-11T09:29:31.3913104Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T09:29:31.3913104Z",
  "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": "00ddcefe-599d-4651-ba38-3652a6e19c9b",
  "publishingoffices": "9770ced4-60ae-47bc-adc6-7d4a24b9e915",
  "events": "5dae14bf-8f66-4618-8a89-e3ddd6e98002",
  "targets": "d261b872-7e61-44ad-a866-01c540ca8404",
  "Category": "aa2267c6-d62b-49f4-b90c-bf3a9f83c078",
  "imagetypes": "829fe763-6470-4e8a-9204-a24e46ae5159",
  "departmentaltargets": "19cc4a88-f5b4-4529-a402-998c95bb12dd",
  "stakeholders": "49a3bee1-72fd-4046-a2dd-d3918ee93410",
  "Tags": "c63f0a89-20c7-4e8d-a163-a6f7ee0d6972",
  "healthtopics": "f4c1b3a8-d948-4097-9f0d-74fc836f2f54",
  "targetaudiences": "142e7275-bb45-459c-a417-40262db02665",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "3b0ce121-714b-4a76-9de4-d826eb37294c",
  "ParentId": "6d78a9fa-3da1-4f67-8a77-f6105a145e7a",
  "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 ImageBackground

Add ImageBackground relation to countries item.

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

Delete set of related items of type ImageBackground from countries item.

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

Delete relation of type ImageBackground from countries item.

Copy DELETE /api/emergencies/countries({key})/ImageBackground({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 NeighbouringCountries

Returns a set of related items of type NeighbouringCountries from countries item.

Copy GET /api/emergencies/countries({key})/NeighbouringCountries
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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T09:29:31.3913104Z",
    "PublicationDate": "2025-09-11T09:29:31.3913104Z",
    "DateCreated": "2025-09-11T09:29:31.3913104Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "130ca1f3-8ebb-4b74-a664-f7328c055afc",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "7ba5f0bb-f3fa-48e5-9fff-a8b0db614f4b",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "2355fd7e-7d78-4f57-bff3-f231e7cc772e",
    "SortTitle": "sample string 19",
    "code2": "sample string 20",
    "Title": "sample string 21",
    "CountryRelationship": "sample string 22",
    "OfficialName": "sample string 23",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T09:29:31.3913104+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T09:29:31.3913104Z",
    "PublicationDate": "2025-09-11T09:29:31.3913104Z",
    "DateCreated": "2025-09-11T09:29:31.3913104Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "130ca1f3-8ebb-4b74-a664-f7328c055afc",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "7ba5f0bb-f3fa-48e5-9fff-a8b0db614f4b",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "2355fd7e-7d78-4f57-bff3-f231e7cc772e",
    "SortTitle": "sample string 19",
    "code2": "sample string 20",
    "Title": "sample string 21",
    "CountryRelationship": "sample string 22",
    "OfficialName": "sample string 23",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T09:29:31.3913104+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get NeighbouringCountries by relatedKey

Returns a related item of type NeighbouringCountries from countries item.

Copy GET /api/emergencies/countries({key})/NeighbouringCountries({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

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T09:29:31.3913104Z",
  "PublicationDate": "2025-09-11T09:29:31.3913104Z",
  "DateCreated": "2025-09-11T09:29:31.3913104Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "3ba7af8b-4af6-44dd-bb94-145319e0a73d",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "4cfab135-750f-4354-a342-064bcc8e78a1",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "e71fdf11-a68d-44d2-a548-8931db61f14d",
  "SortTitle": "sample string 19",
  "code2": "sample string 20",
  "Title": "sample string 21",
  "CountryRelationship": "sample string 22",
  "OfficialName": "sample string 23",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T09:29:31.3913104+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post NeighbouringCountries

Add NeighbouringCountries relation to countries item.

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

Delete set of related items of type NeighbouringCountries from countries item.

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

Delete relation of type NeighbouringCountries from countries item.

Copy DELETE /api/emergencies/countries({key})/NeighbouringCountries({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 ImageMap

Returns a set of related items of type ImageMap from countries item.

Copy GET /api/emergencies/countries({key})/ImageMap
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-11T09:29:31.3913104Z",
    "PublicationDate": "2025-09-11T09:29:31.3913104Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3913104Z",
    "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": "37c374ba-58c7-4fdc-b572-073a486bd275",
    "publishingoffices": "aff55c58-f1f4-440f-8893-3b40141d63d4",
    "events": "63bca74e-fbf9-4203-a252-e9d2c6ac9156",
    "targets": "f7c4d14d-6fc2-4cec-bd51-f82985697371",
    "Category": "307ca775-b30b-4c3a-bdb8-3c8d26f151b3",
    "imagetypes": "bb6a9574-4419-42bc-8a98-f8882e24111d",
    "departmentaltargets": "e505c8a7-3994-465f-853c-42a8bc1fe373",
    "stakeholders": "1a027111-f841-4211-a54f-2dcc4b9c144c",
    "Tags": "89257394-812a-44a0-88d9-3ed59945feb9",
    "healthtopics": "c1e0974a-fb86-4184-9219-1835e4aba10e",
    "targetaudiences": "021d571c-cc36-4e5b-a90e-ae0d5a5f174a",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "2e008366-8a60-41c5-a0eb-9d980c95d157",
    "ParentId": "6cec0fe3-67bf-4b06-9965-b1940d9cecf3",
    "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-11T09:29:31.3913104Z",
    "PublicationDate": "2025-09-11T09:29:31.3913104Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T09:29:31.3913104Z",
    "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": "37c374ba-58c7-4fdc-b572-073a486bd275",
    "publishingoffices": "aff55c58-f1f4-440f-8893-3b40141d63d4",
    "events": "63bca74e-fbf9-4203-a252-e9d2c6ac9156",
    "targets": "f7c4d14d-6fc2-4cec-bd51-f82985697371",
    "Category": "307ca775-b30b-4c3a-bdb8-3c8d26f151b3",
    "imagetypes": "bb6a9574-4419-42bc-8a98-f8882e24111d",
    "departmentaltargets": "e505c8a7-3994-465f-853c-42a8bc1fe373",
    "stakeholders": "1a027111-f841-4211-a54f-2dcc4b9c144c",
    "Tags": "89257394-812a-44a0-88d9-3ed59945feb9",
    "healthtopics": "c1e0974a-fb86-4184-9219-1835e4aba10e",
    "targetaudiences": "021d571c-cc36-4e5b-a90e-ae0d5a5f174a",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "2e008366-8a60-41c5-a0eb-9d980c95d157",
    "ParentId": "6cec0fe3-67bf-4b06-9965-b1940d9cecf3",
    "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 ImageMap by relatedKey

Returns a related item of type ImageMap from countries item.

Copy GET /api/emergencies/countries({key})/ImageMap({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-11T09:29:31.3913104Z",
  "PublicationDate": "2025-09-11T09:29:31.3913104Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T09:29:31.3913104Z",
  "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": "ec1acd36-3f15-45ac-84e1-843064ece74d",
  "publishingoffices": "2b0a9c7a-8ce1-4974-a87a-a77a6ac1ed6f",
  "events": "eb106299-397f-4b1a-b6ed-4dec06837cdc",
  "targets": "01be0a9c-e64d-4368-bda3-771d950616ba",
  "Category": "fd383110-028e-47e4-a467-fa95bba90b56",
  "imagetypes": "9b6b8e22-9a69-4c74-b9bc-d3696a5a21b8",
  "departmentaltargets": "0ce49fa3-b310-4fbb-aee0-abe7e46d3a97",
  "stakeholders": "70fc960f-87df-4c8a-ab60-4d34cff337be",
  "Tags": "7dcf1cac-3032-4549-93e9-0304ece2f9b6",
  "healthtopics": "63c9e883-bb0b-4e83-b9f2-c69b109a7c1e",
  "targetaudiences": "365c999a-9784-4f6e-9453-3beee064ea37",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "f2f4bf90-eee2-4f00-81ef-49e7a35bda78",
  "ParentId": "f54e9fc7-d5dc-4f9a-a22a-9b04354f0f87",
  "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 ImageMap

Add ImageMap relation to countries item.

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

Delete set of related items of type ImageMap from countries item.

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

Delete relation of type ImageMap from countries item.

Copy DELETE /api/emergencies/countries({key})/ImageMap({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.