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-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 10",
"ParentId": "2b2e38de-9d4d-4118-9866-8dcf3c78f8aa",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 10",
"ParentId": "2b2e38de-9d4d-4118-9866-8dcf3c78f8aa",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+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-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 10",
"ParentId": "4dd65c01-d4b2-40ed-b4e8-5868dc99392d",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+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": "33cfdb9d-0fef-4bb4-b0ee-fe06aed08d2d"
}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-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 7",
"ParentId": "7568fcf4-6271-4517-b4ae-f49b92b153e3"
}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-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 10",
"ParentId": "44384615-901f-49fc-b090-f41ea368568e",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+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-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 7",
"ParentId": "9947f4de-cba0-4310-a004-2528496b2045"
}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-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-02-06T23:19:14.5591048Z",
"SubscribeDate": "2026-02-06T23:19:14.5591048Z",
"Title": "sample string 7",
"ParentId": "153f2a67-f378-416c-bcd1-7ff37f99e153"
}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-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-02-06T23:19:14.5591048Z",
"healthtopics": "fa9fa66d-6047-41fc-a712-1d6090ca8e89",
"OptIn": true,
"targetaudiences": "2cc13b16-1bb7-42d4-9155-e95b530b74f1",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-02-06T23:19:14.5591048Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "42be2cc7-78a8-4ebe-bbde-ff5b5e329bf9",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T23:19:14.5591048Z",
"PublicationDate": "2026-02-06T23:19:14.5591048Z",
"DateCreated": "2026-02-06T23:19:14.5591048Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-02-06T23:19:14.5591048Z",
"healthtopics": "fa9fa66d-6047-41fc-a712-1d6090ca8e89",
"OptIn": true,
"targetaudiences": "2cc13b16-1bb7-42d4-9155-e95b530b74f1",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-02-06T23:19:14.5591048Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "42be2cc7-78a8-4ebe-bbde-ff5b5e329bf9",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.5591048+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.