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-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 10",
"ParentId": "c3ff4351-ea5d-4fb0-86bf-4d2a5f724b78",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 10",
"ParentId": "c3ff4351-ea5d-4fb0-86bf-4d2a5f724b78",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+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-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 10",
"ParentId": "a75f476b-cab7-4edc-a4a1-6930fc541b91",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+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": "fdab7ff6-4ff3-47f8-9bb5-9466823f2eee"
}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-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 7",
"ParentId": "f3fc56d1-1bb0-4d2c-8783-5d1ec7e74755"
}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-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 10",
"ParentId": "546a99d8-94a3-4adf-acb9-5cdb1b3af93d",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+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-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 7",
"ParentId": "ffce98b0-4b99-4052-81a8-f6114052ea37"
}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-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-06-01T13:54:21.4262882Z",
"SubscribeDate": "2026-06-01T13:54:21.4262882Z",
"Title": "sample string 7",
"ParentId": "515df7d1-c36f-46d5-9802-d662308ecd60"
}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-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-06-01T13:54:21.4262882Z",
"healthtopics": "a52cb853-d5ab-4dab-b169-6ec14faf74da",
"OptIn": true,
"targetaudiences": "a0c103b6-5aa3-45f3-a06d-98f901ce586b",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-06-01T13:54:21.4262882Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "fa788e13-076c-4303-9cda-b9164b15251c",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-01T13:54:21.4262882Z",
"PublicationDate": "2026-06-01T13:54:21.4262882Z",
"DateCreated": "2026-06-01T13:54:21.4262882Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-06-01T13:54:21.4262882Z",
"healthtopics": "a52cb853-d5ab-4dab-b169-6ec14faf74da",
"OptIn": true,
"targetaudiences": "a0c103b6-5aa3-45f3-a06d-98f901ce586b",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-06-01T13:54:21.4262882Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "fa788e13-076c-4303-9cda-b9164b15251c",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T13:54:21.4262882+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.