Returns a set of data items of type whosubscribedusers.
GET /api/news/whosubscribedusers
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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"PublicationDate": "2025-09-11T03:13:31.139795Z",
"DateCreated": "2025-09-11T03:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "a448a5b5-878e-4aa6-ae3d-a1d3f907ba3b",
"OptIn": true,
"targetaudiences": "93216018-ea93-411c-a305-f558209216da",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "4eaa9651-8301-45f9-89f0-7b423e9fa297",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.139795+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:31.139795Z",
"PublicationDate": "2025-09-11T03:13:31.139795Z",
"DateCreated": "2025-09-11T03:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "a448a5b5-878e-4aa6-ae3d-a1d3f907ba3b",
"OptIn": true,
"targetaudiences": "93216018-ea93-411c-a305-f558209216da",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "4eaa9651-8301-45f9-89f0-7b423e9fa297",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.139795+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets whosubscribedusers item by id.
GET /api/news/whosubscribedusers({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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"PublicationDate": "2025-09-11T03:13:31.139795Z",
"DateCreated": "2025-09-11T03:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "fbbf6d8b-cbdc-4280-9d49-40e72fd7aa49",
"OptIn": true,
"targetaudiences": "135edcaf-46d2-4665-b2f8-3aa3dd5928b7",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "950eaa03-cf7a-4e1f-8c26-ee71148d0aa8",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.139795+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from whosubscribedusers item.
GET /api/news/whosubscribedusers({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": "b612fc45-443a-4475-8de0-d84fd9bf2913"
}
Creates a whosubscribedusers item.
POST /api/news/whosubscribedusers
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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "a901e0ca-17d5-4cf4-86f8-faadaea842bf",
"OptIn": true,
"targetaudiences": "d727f91b-1e0d-492f-993d-fb79cbcb62db",
"Title": "sample string 9",
"SubscriberName": "sample string 10",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 12",
"regionscountries": "ea5246e3-0ab3-4004-8660-3cc2a479f650"
}
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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"PublicationDate": "2025-09-11T03:13:31.139795Z",
"DateCreated": "2025-09-11T03:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "f5894e41-0d64-4d63-ab70-806c1c77c271",
"OptIn": true,
"targetaudiences": "a6e37a29-33a4-4317-9550-f7f9e6f4e591",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "1fd3ac7f-6ca0-40c9-8fc1-aab065128fde",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.139795+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for whosubscribedusers item.
PATCH /api/news/whosubscribedusers({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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "c558e6f2-248a-4783-a330-c4a3c04fcdd6",
"OptIn": true,
"targetaudiences": "a7ed4888-ead6-4c52-b0e0-74ecacd2127f",
"Title": "sample string 9",
"SubscriberName": "sample string 10",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 12",
"regionscountries": "c3f7e5bf-7579-4f68-b03f-f5cc535188bd"
}
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 whosubscribedusers item.
PUT /api/news/whosubscribedusers({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 | |
OptInDate | System.DateTimeOffset | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OptIn | System.Boolean | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
SubscriberName | System.String | Read only: False | |
FirstSubscriptionDate | System.DateTimeOffset | Read only: False | |
SubscriberEmail | System.String | Read only: False | |
regionscountries | 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:13:31.139795Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"OptInDate": "2025-09-11T03:13:31.139795Z",
"healthtopics": "e5aec23e-0ac6-405b-9f9e-6edd29c4200d",
"OptIn": true,
"targetaudiences": "aa177b28-1e1a-4c67-a9dc-92e110a1e813",
"Title": "sample string 9",
"SubscriberName": "sample string 10",
"FirstSubscriptionDate": "2025-09-11T03:13:31.139795Z",
"SubscriberEmail": "sample string 12",
"regionscountries": "13213a2f-a323-4aed-9c7b-3cbeaf50e8b9"
}
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 whosubscribedusers item by Id.
DELETE /api/news/whosubscribedusers({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.