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-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "b90f3f9e-f8a5-4269-80cf-c43464eede95",
"BaseMapID": "sample string 9",
"Summary": "sample string 10",
"Title": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "83fa76cb-7fbc-43a4-90ac-eebbe266d551",
"healthtopics": "a1942d7f-9840-46b7-9d1d-d21924c70c2f",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T20:21:42.2601743+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "b90f3f9e-f8a5-4269-80cf-c43464eede95",
"BaseMapID": "sample string 9",
"Summary": "sample string 10",
"Title": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "83fa76cb-7fbc-43a4-90ac-eebbe266d551",
"healthtopics": "a1942d7f-9840-46b7-9d1d-d21924c70c2f",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T20:21:42.2601743+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-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "68c49ab9-478c-46f5-822f-239821abe8b3",
"BaseMapID": "sample string 9",
"Summary": "sample string 10",
"Title": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "e0471bab-1e59-4b7a-85c8-2f46b0ba60d5",
"healthtopics": "0cbf9a06-c584-491a-b043-56189adf2ba8",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T20:21:42.2601743+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": "54670d6c-bc18-4582-aee0-f4a0c8961f8a"
}
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-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "c746faf6-9bf9-4eb1-9e78-049c698fa55e",
"BaseMapID": "sample string 6",
"Summary": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "c14ff222-69bf-4bdf-9bfe-65fe3254f374",
"healthtopics": "9d55753c-bb19-4d2a-ad0a-f5e24449091c"
}
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-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "d847ee47-7568-49ab-a1e9-ba8ff38e80d3",
"BaseMapID": "sample string 9",
"Summary": "sample string 10",
"Title": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "498afeb7-940d-49c0-b71c-190d9c712931",
"healthtopics": "280511b4-8cf0-4566-87db-dbfce24b3100",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T20:21:42.2601743+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-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "edd315c9-f6a9-4503-a4a2-ef82a43a36da",
"BaseMapID": "sample string 6",
"Summary": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "09dddfa0-62a6-4ff5-8cba-88b4be148254",
"healthtopics": "1d39d8c7-e3f7-4c07-8b2c-c4907f37b5b9"
}
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-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "7049f2fe-8ad8-46c8-aa24-7f7ca21a85bb",
"BaseMapID": "sample string 6",
"Summary": "sample string 7",
"Title": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "6db41e81-12ca-4bbd-8256-db3c062579a3",
"healthtopics": "6bf110c3-9e49-4197-a1be-76203cd183b6"
}
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-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "c2cac675-225e-4cb6-9f36-86e59dc2b88d",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "81d50662-4371-4016-adc4-e946be42d5b3",
"IsoCodeNumeric": 17.0,
"publishingoffices": "323fa06c-54b7-41fd-909c-d2b082784542",
"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-10-06T20:21:42.2601743+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T20:21:42.2601743Z",
"PublicationDate": "2025-10-06T20:21:42.2601743Z",
"DateCreated": "2025-10-06T20:21:42.2601743Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "c2cac675-225e-4cb6-9f36-86e59dc2b88d",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "81d50662-4371-4016-adc4-e946be42d5b3",
"IsoCodeNumeric": 17.0,
"publishingoffices": "323fa06c-54b7-41fd-909c-d2b082784542",
"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-10-06T20:21:42.2601743+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.