Returns a set of data items of type whousersubscribedmailinglists.
GET /api/news/whousersubscribedmailinglists
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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 10",
"ParentId": "3c187f84-c127-4474-bdea-3151c4dfd7c5",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 10",
"ParentId": "3c187f84-c127-4474-bdea-3151c4dfd7c5",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets whousersubscribedmailinglists item by id.
GET /api/news/whousersubscribedmailinglists({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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 10",
"ParentId": "a5058248-8701-4196-830a-9ef05bf431f1",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from whousersubscribedmailinglists item.
GET /api/news/whousersubscribedmailinglists({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": "6de014f1-961c-4b19-b1f3-b85346a3052b"
}Creates a whousersubscribedmailinglists item.
POST /api/news/whousersubscribedmailinglists
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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 7",
"ParentId": "729deaaa-440f-405e-b590-1056cbee3303"
}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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 10",
"ParentId": "08da863f-e3b2-4fc7-921f-020ac4d11b9d",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for whousersubscribedmailinglists item.
PATCH /api/news/whousersubscribedmailinglists({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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 7",
"ParentId": "855a7ae2-d6d9-4fa2-8a3a-11f66eae9ca8"
}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 whousersubscribedmailinglists item.
PUT /api/news/whousersubscribedmailinglists({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 | |
| UnsubscribeDate | System.DateTimeOffset | Read only: False | |
| SubscribeDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-03-12T17:30:49.7549601Z",
"SubscribeDate": "2026-03-12T17:30:49.7549601Z",
"Title": "sample string 7",
"ParentId": "d0a38502-905c-4c5f-9f22-ef69f5580b7a"
}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 whousersubscribedmailinglists item by Id.
DELETE /api/news/whousersubscribedmailinglists({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 Parent from whousersubscribedmailinglists item.
GET /api/news/whousersubscribedmailinglists({key})/Parent
| 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": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-03-12T17:30:49.7549601Z",
"healthtopics": "5798ab81-d6fb-4bd0-b526-3d3a62575bac",
"OptIn": true,
"targetaudiences": "88a4002e-825d-4adf-99e3-d7713880ac2a",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-03-12T17:30:49.7549601Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "43490214-0834-47bb-bb26-b680181d9035",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-12T17:30:49.7549601Z",
"PublicationDate": "2026-03-12T17:30:49.7549601Z",
"DateCreated": "2026-03-12T17:30:49.7549601Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-03-12T17:30:49.7549601Z",
"healthtopics": "5798ab81-d6fb-4bd0-b526-3d3a62575bac",
"OptIn": true,
"targetaudiences": "88a4002e-825d-4adf-99e3-d7713880ac2a",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-03-12T17:30:49.7549601Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "43490214-0834-47bb-bb26-b680181d9035",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-12T17:30:49.7549601+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to whousersubscribedmailinglists item.
POST /api/news/whousersubscribedmailinglists({key})/Parent/$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 Parent from whousersubscribedmailinglists item.
DELETE /api/news/whousersubscribedmailinglists({key})/Parent/$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.