RESTful API
news

Map Galleries

Get mapgalleries

Returns a set of data items of type mapgalleries.

Copy GET /api/news/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-11T02:57:12.5013106Z",
    "PublicationDate": "2025-09-11T02:57:12.5013106Z",
    "DateCreated": "2025-09-11T02:57:12.5013106Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "IsPrivate": true,
    "MapDate": "2025-09-11T02:57:12.5013106Z",
    "GeographyName": "sample string 10",
    "Title": "sample string 11",
    "DisplayTitle": "sample string 12",
    "keywordstext": "sample string 13",
    "mapkeywords": "24a3902f-a3eb-496e-9c39-9926c8e89f8e",
    "maptopics": "5822ac04-973f-4d60-94b7-05bbe518fb42",
    "IsValidated": true,
    "MapSource": "sample string 17",
    "Geography": "sample string 18",
    "regionscountries": "99a649e3-799d-4723-9be3-bd2c3144312e",
    "OriginalId": 20.0,
    "Provider": "sample string 21",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.5013106+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.5013106Z",
    "PublicationDate": "2025-09-11T02:57:12.5013106Z",
    "DateCreated": "2025-09-11T02:57:12.5013106Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "IsPrivate": true,
    "MapDate": "2025-09-11T02:57:12.5013106Z",
    "GeographyName": "sample string 10",
    "Title": "sample string 11",
    "DisplayTitle": "sample string 12",
    "keywordstext": "sample string 13",
    "mapkeywords": "24a3902f-a3eb-496e-9c39-9926c8e89f8e",
    "maptopics": "5822ac04-973f-4d60-94b7-05bbe518fb42",
    "IsValidated": true,
    "MapSource": "sample string 17",
    "Geography": "sample string 18",
    "regionscountries": "99a649e3-799d-4723-9be3-bd2c3144312e",
    "OriginalId": 20.0,
    "Provider": "sample string 21",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.5013106+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get mapgalleries by key

Gets mapgalleries item by id.

Copy GET /api/news/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-11T02:57:12.5013106Z",
  "PublicationDate": "2025-09-11T02:57:12.5013106Z",
  "DateCreated": "2025-09-11T02:57:12.5013106Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "IsPrivate": true,
  "MapDate": "2025-09-11T02:57:12.5013106Z",
  "GeographyName": "sample string 10",
  "Title": "sample string 11",
  "DisplayTitle": "sample string 12",
  "keywordstext": "sample string 13",
  "mapkeywords": "d2537291-a637-4c0f-aa42-4915823726fa",
  "maptopics": "d88e4a30-4102-4eb1-8ef0-587f38509220",
  "IsValidated": true,
  "MapSource": "sample string 17",
  "Geography": "sample string 18",
  "regionscountries": "35bdce51-9406-4607-9fb1-4ac8ea71c7b7",
  "OriginalId": 20.0,
  "Provider": "sample string 21",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.5013106+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from mapgalleries item.

Copy GET /api/news/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": "4ef0a889-a8c6-48a9-9866-63b750629ad5"
}

Post mapgalleries

Creates a mapgalleries item.

Copy POST /api/news/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-11T02:57:12.5013106Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T02:57:12.5013106Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "d32dcf73-9d24-40c0-ab61-5bd098694104",
  "maptopics": "13a6d826-ce2f-452e-a9bd-752aac5daf47",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "92780f5c-abaa-4117-b42d-8c57ffe21d51",
  "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-11T02:57:12.5013106Z",
  "PublicationDate": "2025-09-11T02:57:12.5013106Z",
  "DateCreated": "2025-09-11T02:57:12.5013106Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "IsPrivate": true,
  "MapDate": "2025-09-11T02:57:12.5013106Z",
  "GeographyName": "sample string 10",
  "Title": "sample string 11",
  "DisplayTitle": "sample string 12",
  "keywordstext": "sample string 13",
  "mapkeywords": "df5a7670-5850-4990-b7e1-b8585e5a1acf",
  "maptopics": "8792c17e-9c28-4a4b-8196-f1959676a71b",
  "IsValidated": true,
  "MapSource": "sample string 17",
  "Geography": "sample string 18",
  "regionscountries": "bf16a9d2-4818-4f9b-bc50-ae979a468e07",
  "OriginalId": 20.0,
  "Provider": "sample string 21",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.5013106+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch mapgalleries by key

Partial update for mapgalleries item.

Copy PATCH /api/news/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-11T02:57:12.5013106Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T02:57:12.5013106Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "33b2f2fa-65b9-41c7-b0db-a1d93d19d245",
  "maptopics": "86688988-765a-4c8c-b6a2-2b800e4cf149",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "0279f712-fcb1-42e9-9ef8-3a280c50ca5a",
  "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/news/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-11T02:57:12.5013106Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "IsPrivate": true,
  "MapDate": "2025-09-11T02:57:12.5013106Z",
  "GeographyName": "sample string 7",
  "Title": "sample string 8",
  "DisplayTitle": "sample string 9",
  "keywordstext": "sample string 10",
  "mapkeywords": "db7d5bd1-f7d7-4b2c-84c2-6a9584742016",
  "maptopics": "973ab721-f8fe-4f04-9969-5ba7e813a531",
  "IsValidated": true,
  "MapSource": "sample string 14",
  "Geography": "sample string 15",
  "regionscountries": "89c68d51-e869-4ae6-bcb6-a413916e7472",
  "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/news/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.