RESTful API

Map Galleries

Get mapgalleries

Returns a set of data items of type mapgalleries.

Copy GET /api/gho/mapgalleries
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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:39:11.1985011Z",
    "PublicationDate": "2025-09-11T03:39:11.1985011Z",
    "DateCreated": "2025-09-11T03:39:11.1985011Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "IsPrivate": true,
    "MapDate": "2025-09-11T03:39:11.1985011Z",
    "GeographyName": "sample string 10",
    "Title": "sample string 11",
    "DisplayTitle": "sample string 12",
    "keywordstext": "sample string 13",
    "mapkeywords": "86cd6044-73b4-4b94-a128-9b237745255c",
    "maptopics": "d15f345b-f2ea-4f43-9c4f-b16200c96630",
    "IsValidated": true,
    "MapSource": "sample string 17",
    "Geography": "sample string 18",
    "regionscountries": "6b8358e8-e167-4938-8360-218bf3f3e476",
    "OriginalId": 20.0,
    "Provider": "sample string 21",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:11.1985011+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:11.1985011Z",
    "PublicationDate": "2025-09-11T03:39:11.1985011Z",
    "DateCreated": "2025-09-11T03:39:11.1985011Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "IsPrivate": true,
    "MapDate": "2025-09-11T03:39:11.1985011Z",
    "GeographyName": "sample string 10",
    "Title": "sample string 11",
    "DisplayTitle": "sample string 12",
    "keywordstext": "sample string 13",
    "mapkeywords": "86cd6044-73b4-4b94-a128-9b237745255c",
    "maptopics": "d15f345b-f2ea-4f43-9c4f-b16200c96630",
    "IsValidated": true,
    "MapSource": "sample string 17",
    "Geography": "sample string 18",
    "regionscountries": "6b8358e8-e167-4938-8360-218bf3f3e476",
    "OriginalId": 20.0,
    "Provider": "sample string 21",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:11.1985011+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get mapgalleries by key

Gets mapgalleries item by id.

Copy GET /api/gho/mapgalleries({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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:39:11.1985011Z",
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "DateCreated": "2025-09-11T03:39:11.1985011Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "IsPrivate": true,
  "MapDate": "2025-09-11T03:39:11.1985011Z",
  "GeographyName": "sample string 10",
  "Title": "sample string 11",
  "DisplayTitle": "sample string 12",
  "keywordstext": "sample string 13",
  "mapkeywords": "fd75bf0e-e03e-44b9-ab98-3726fd36b721",
  "maptopics": "b5f6e5b8-f0cb-4d45-b225-8f25b4af7657",
  "IsValidated": true,
  "MapSource": "sample string 17",
  "Geography": "sample string 18",
  "regionscountries": "38c8627a-e1ef-4360-8af6-4366da0d6034",
  "OriginalId": 20.0,
  "Provider": "sample string 21",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:11.1985011+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from mapgalleries item.

Copy GET /api/gho/mapgalleries({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": "27e86922-afbe-40ab-9d6e-55b3db3caac9"
}

Post mapgalleries

Creates a mapgalleries item.

Copy POST /api/gho/mapgalleries
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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T03:39:11.1985011Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "9d27eebc-48f2-4d23-8a66-290469128c07",
  "maptopics": "4c89a331-722d-4e8c-b261-65eaf4a97039",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "7a0245ea-f672-4ccc-b6b2-7ef26c61b4f8",
  "OriginalId": 17.0
}
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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:39:11.1985011Z",
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "DateCreated": "2025-09-11T03:39:11.1985011Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "IsPrivate": true,
  "MapDate": "2025-09-11T03:39:11.1985011Z",
  "GeographyName": "sample string 10",
  "Title": "sample string 11",
  "DisplayTitle": "sample string 12",
  "keywordstext": "sample string 13",
  "mapkeywords": "a189e3a8-bddb-403f-a341-1e8df55980e0",
  "maptopics": "04c47f3c-f045-44b8-8fbd-14b81da98211",
  "IsValidated": true,
  "MapSource": "sample string 17",
  "Geography": "sample string 18",
  "regionscountries": "1043707d-4b99-4290-aa9d-f2b166b0c865",
  "OriginalId": 20.0,
  "Provider": "sample string 21",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:11.1985011+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch mapgalleries by key

Partial update for mapgalleries item.

Copy PATCH /api/gho/mapgalleries({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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T03:39:11.1985011Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "f5f7a72f-20d1-4398-800c-2187d8471e35",
  "maptopics": "8f079389-0ee9-4e90-93c0-86499d183d39",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "6c40e314-1c37-4dfe-bd6a-9a29c1769edf",
  "OriginalId": 17.0
}
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 mapgalleries by key

Full update for mapgalleries item.

Copy PUT /api/gho/mapgalleries({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

IsPrivate

System.Boolean

Read only: False
Selected by default: True

MapDate

System.DateTimeOffset

Read only: False
Selected by default: True

GeographyName

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

keywordstext

System.String

Read only: False
Selected by default: True

mapkeywords

System.Guid

Read only: False
Selected by default: False

maptopics

System.Guid

Read only: False
Selected by default: False

IsValidated

System.Boolean

Read only: False
Selected by default: True

MapSource

System.String

Read only: False
Selected by default: True

Geography

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OriginalId

System.Decimal

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T03:39:11.1985011Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "199944e6-3b01-45ca-9210-d30d0f6b8af2",
  "maptopics": "69fbb17b-87c9-4d56-bdc4-ff1c427258d4",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "8584098d-0228-451f-8f0f-f0c7473e5e7c",
  "OriginalId": 17.0
}
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 mapgalleries by key

Deletes a mapgalleries item by Id.

Copy DELETE /api/gho/mapgalleries({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 MapImage

Returns a set of related items of type MapImage from mapgalleries item.

Copy GET /api/gho/mapgalleries({key})/MapImage
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-11T03:39:11.1985011Z",
    "PublicationDate": "2025-09-11T03:39:11.1985011Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T03:39:11.1985011Z",
    "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": "f6acfb98-b719-4072-9671-3587ba5b4887",
    "publishingoffices": "2def6134-9180-4e52-9832-7ffe71f56999",
    "events": "7873311f-637c-4b35-aa6d-b242c0fcab70",
    "targets": "77e0d8be-c0e7-4c04-b995-c54a90c21e20",
    "Category": "2bf67bd4-67e4-4d60-b258-edfc4a4520f6",
    "imagetypes": "e88224aa-9e65-4721-8924-1d0b9d1415df",
    "departmentaltargets": "4c1158bb-c91b-4379-95d4-b6bc0f721db1",
    "stakeholders": "fc447e95-75d9-4972-9781-3e6c1353b47a",
    "Tags": "45bc8d11-8543-498d-bd17-7c5d84650dc9",
    "healthtopics": "01a4dd09-83b7-4361-af8e-3279ab567491",
    "targetaudiences": "ebe8c9c5-f612-49c3-b378-2538dd45789a",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "d33adf6d-dba5-41eb-8561-e8087131d5a3",
    "ParentId": "33de87dd-c4e6-4a5c-9530-dda2f835c1fd",
    "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-11T03:39:11.1985011Z",
    "PublicationDate": "2025-09-11T03:39:11.1985011Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T03:39:11.1985011Z",
    "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": "f6acfb98-b719-4072-9671-3587ba5b4887",
    "publishingoffices": "2def6134-9180-4e52-9832-7ffe71f56999",
    "events": "7873311f-637c-4b35-aa6d-b242c0fcab70",
    "targets": "77e0d8be-c0e7-4c04-b995-c54a90c21e20",
    "Category": "2bf67bd4-67e4-4d60-b258-edfc4a4520f6",
    "imagetypes": "e88224aa-9e65-4721-8924-1d0b9d1415df",
    "departmentaltargets": "4c1158bb-c91b-4379-95d4-b6bc0f721db1",
    "stakeholders": "fc447e95-75d9-4972-9781-3e6c1353b47a",
    "Tags": "45bc8d11-8543-498d-bd17-7c5d84650dc9",
    "healthtopics": "01a4dd09-83b7-4361-af8e-3279ab567491",
    "targetaudiences": "ebe8c9c5-f612-49c3-b378-2538dd45789a",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "d33adf6d-dba5-41eb-8561-e8087131d5a3",
    "ParentId": "33de87dd-c4e6-4a5c-9530-dda2f835c1fd",
    "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 MapImage by relatedKey

Returns a related item of type MapImage from mapgalleries item.

Copy GET /api/gho/mapgalleries({key})/MapImage({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-11T03:39:11.1985011Z",
  "PublicationDate": "2025-09-11T03:39:11.1985011Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T03:39:11.1985011Z",
  "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": "aeb95876-8218-428e-8210-db4d2131dbf7",
  "publishingoffices": "ad3630fe-41c7-4c85-be6b-b1b00cca6692",
  "events": "f57e2fda-873a-4756-96f8-a63976b0b7d8",
  "targets": "43ef629e-3b3d-4f8d-b346-c3151e785124",
  "Category": "f3bda27c-2bf6-4b5b-9ba7-68f6f9eb36f2",
  "imagetypes": "9a03b155-b32e-4fbd-9980-4896900be8e6",
  "departmentaltargets": "5e1bd49a-d3b1-44d1-bc8b-cbaf6c40026e",
  "stakeholders": "67e77412-c57a-471c-af73-e6702c87d5f5",
  "Tags": "cc5b4c8c-7b28-4146-82d3-ecd598103281",
  "healthtopics": "b02c53d0-b4cf-4f6f-9c18-6a4a0c0f031e",
  "targetaudiences": "6a58c5d3-ddfa-43c8-af4b-ffb25803c440",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "82939de9-859c-4b3f-ae7a-785095941ceb",
  "ParentId": "2909c0a2-443d-4c43-8832-7212236bf297",
  "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 MapImage

Add MapImage relation to mapgalleries item.

Copy POST /api/gho/mapgalleries({key})/MapImage/$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 MapImage

Delete set of related items of type MapImage from mapgalleries item.

Copy DELETE /api/gho/mapgalleries({key})/MapImage/$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 MapImage by relatedKey

Delete relation of type MapImage from mapgalleries item.

Copy DELETE /api/gho/mapgalleries({key})/MapImage({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.