Returns a set of data items of type whomaps.
GET /api/news/whomaps
None
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
}
]
Gets whomaps item by id.
GET /api/news/whomaps({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
}
Gets Id property from whomaps item.
GET /api/news/whomaps({key})/property
Name | Description | Type | Additional Information |
key | System.Guid | Required | |
property | System.String | Required |
None
None.
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 |
application/json
{
"Id": "95ad71f4-68e1-46e8-9701-c65fa4126c9f"
}
Creates a whomaps item.
POST /api/news/whomaps
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
}
Partial update for whomaps item.
PATCH /api/news/whomaps({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for whomaps item.
PUT /api/news/whomaps({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
regionscountries | System.Guid | Read only: False | |
BaseMapID | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a whomaps item by Id.
DELETE /api/news/whomaps({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type MapCenterPoint from whomaps item.
GET /api/news/whomaps({key})/MapCenterPoint
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Summary | System.String | Read only: False | |
regionscountries | System.Guid | Read only: False | |
WhoNotes | System.String | Read only: False | |
Code | System.String | Read only: False | |
IsMemberstate | System.Boolean | Read only: False | |
WhoCode | System.String | Read only: False | |
ColloquialSynonym | System.String | Read only: False | |
Overview | System.String | Read only: False | |
whostatus | System.Guid | Read only: False | |
IsoCodeNumeric | System.Decimal | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
SortTitle | System.String | Read only: False | |
code2 | System.String | Read only: False | |
Title | System.String | Read only: False | |
CountryRelationship | System.String | Read only: False | |
OfficialName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
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"
}
}
]
Add MapCenterPoint relation to whomaps item.
POST /api/news/whomaps({key})/MapCenterPoint/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MapCenterPoint from whomaps item.
DELETE /api/news/whomaps({key})/MapCenterPoint/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.