RESTful API
news

WHO Maps

Get whomaps

Returns a set of data items of type whomaps.

Copy GET /api/news/whomaps
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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:39:23.9970007Z",
    "PublicationDate": "2025-09-11T03:39:23.9970007Z",
    "DateCreated": "2025-09-11T03:39:23.9970007Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "b6db2a05-db97-4cf2-9884-31c1cc537d50",
    "BaseMapID": "sample string 9",
    "Summary": "sample string 10",
    "Title": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "50645378-7395-403d-872c-fb8defc178bf",
    "healthtopics": "3cdaa439-617f-492f-896c-b5bf0ce036b7",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.9970007+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.9970007Z",
    "PublicationDate": "2025-09-11T03:39:23.9970007Z",
    "DateCreated": "2025-09-11T03:39:23.9970007Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "b6db2a05-db97-4cf2-9884-31c1cc537d50",
    "BaseMapID": "sample string 9",
    "Summary": "sample string 10",
    "Title": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "50645378-7395-403d-872c-fb8defc178bf",
    "healthtopics": "3cdaa439-617f-492f-896c-b5bf0ce036b7",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.9970007+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get whomaps by key

Gets whomaps item by id.

Copy GET /api/news/whomaps({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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:39:23.9970007Z",
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "DateCreated": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "b39a1c3f-770f-4930-aa6d-17dda36322ec",
  "BaseMapID": "sample string 9",
  "Summary": "sample string 10",
  "Title": "sample string 11",
  "Overview": "sample string 12",
  "publishingoffices": "944dc48a-97dc-4d3e-8355-5d0dee7c0aa3",
  "healthtopics": "51a099da-ae2a-4b41-9739-7cba85537921",
  "Provider": "sample string 15",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.9970007+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from whomaps item.

Copy GET /api/news/whomaps({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": "95ad71f4-68e1-46e8-9701-c65fa4126c9f"
}

Post whomaps

Creates a whomaps item.

Copy POST /api/news/whomaps
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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "ffa4d451-4c4f-48e0-9cb0-3fecc0beb372",
  "BaseMapID": "sample string 6",
  "Summary": "sample string 7",
  "Title": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "d321b6cb-6f35-476b-ace3-edb444dffd58",
  "healthtopics": "340665f2-b95e-4fab-b39d-546231d60eac"
}
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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:39:23.9970007Z",
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "DateCreated": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "314a1002-eec5-40a0-86cc-7abf3735a79b",
  "BaseMapID": "sample string 9",
  "Summary": "sample string 10",
  "Title": "sample string 11",
  "Overview": "sample string 12",
  "publishingoffices": "c6d50960-f30c-42ff-b2e1-74a714999a43",
  "healthtopics": "7f3bdb8c-298c-4870-a7a8-9bc0296e7cb3",
  "Provider": "sample string 15",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.9970007+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch whomaps by key

Partial update for whomaps item.

Copy PATCH /api/news/whomaps({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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "78cd7e27-386d-41dd-a346-b6ed49ace867",
  "BaseMapID": "sample string 6",
  "Summary": "sample string 7",
  "Title": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "1844f1d0-3e09-41a8-94b1-ecc6e8f503d8",
  "healthtopics": "b9ea3d5d-0256-42c6-89a1-24de6d0b1d6c"
}
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 whomaps by key

Full update for whomaps item.

Copy PUT /api/news/whomaps({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

regionscountries

System.Guid

Read only: False
Selected by default: False

BaseMapID

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "8b05ba8e-b936-40c8-8ff3-8e1123dfb2c9",
  "BaseMapID": "sample string 6",
  "Summary": "sample string 7",
  "Title": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "203c8e3c-fbfa-4e56-adf9-cd60053c8fa9",
  "healthtopics": "5e28f42f-71ab-4dbc-8584-f5d9ed716b44"
}
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 whomaps by key

Deletes a whomaps item by Id.

Copy DELETE /api/news/whomaps({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 MapCenterPoint

Returns a set of related items of type MapCenterPoint from whomaps item.

Copy GET /api/news/whomaps({key})/MapCenterPoint
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: 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:23.9970007Z",
    "PublicationDate": "2025-09-11T03:39:23.9970007Z",
    "DateCreated": "2025-09-11T03:39:23.9970007Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "da8b6da9-23fb-4aab-a176-c19bdbd2ce42",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "47fe9588-f566-4fff-bdc1-484cafc9167a",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "6b075a79-70d1-466c-a45b-d226ca4eabf6",
    "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-11T03:39:23.9970007+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.9970007Z",
    "PublicationDate": "2025-09-11T03:39:23.9970007Z",
    "DateCreated": "2025-09-11T03:39:23.9970007Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "da8b6da9-23fb-4aab-a176-c19bdbd2ce42",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "47fe9588-f566-4fff-bdc1-484cafc9167a",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "6b075a79-70d1-466c-a45b-d226ca4eabf6",
    "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-11T03:39:23.9970007+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get MapCenterPoint by relatedKey

Returns a related item of type MapCenterPoint from whomaps item.

Copy GET /api/news/whomaps({key})/MapCenterPoint({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: 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:23.9970007Z",
  "PublicationDate": "2025-09-11T03:39:23.9970007Z",
  "DateCreated": "2025-09-11T03:39:23.9970007Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "008e48d6-611b-48ef-9646-9712857691d3",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "b928593d-bb28-4c53-8722-7f60aad6ebc8",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "9b1d68f8-f71f-4080-ac31-335fe3afb916",
  "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-11T03:39:23.9970007+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post MapCenterPoint

Add MapCenterPoint relation to whomaps item.

Copy POST /api/news/whomaps({key})/MapCenterPoint/$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 MapCenterPoint

Delete set of related items of type MapCenterPoint from whomaps item.

Copy DELETE /api/news/whomaps({key})/MapCenterPoint/$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 MapCenterPoint by relatedKey

Delete relation of type MapCenterPoint from whomaps item.

Copy DELETE /api/news/whomaps({key})/MapCenterPoint({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.