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-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 10",
"ParentId": "538aff49-edec-4b10-9018-9f2692db2cfd",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 10",
"ParentId": "538aff49-edec-4b10-9018-9f2692db2cfd",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+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-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 10",
"ParentId": "ca978d63-3dd7-45a7-b910-3ce439db6d45",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+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": "3562225f-4916-4a0c-8719-f5ec43d64bd2"
}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-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 7",
"ParentId": "0d7e88b3-dfe5-4c4d-b7b5-87df978f3404"
}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-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 10",
"ParentId": "159f0b59-cd73-4f9f-90a5-72fcf6286d2f",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+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-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 7",
"ParentId": "00d77d80-5bf7-4667-a034-5f89b4957ea8"
}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-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2026-01-14T14:38:17.2681591Z",
"SubscribeDate": "2026-01-14T14:38:17.2681591Z",
"Title": "sample string 7",
"ParentId": "931867e6-0be9-4e6e-b957-dbbc856d4cb0"
}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-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-01-14T14:38:17.2681591Z",
"healthtopics": "5dbf2e7a-8f1b-4d3b-846a-ff5b0ee8b43d",
"OptIn": true,
"targetaudiences": "d32362c0-0530-4dc6-8e1f-184a8a11d728",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-01-14T14:38:17.2681591Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "a23482f7-bde8-43df-b9f1-31d56d2d2bdc",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T14:38:17.2681591Z",
"PublicationDate": "2026-01-14T14:38:17.2681591Z",
"DateCreated": "2026-01-14T14:38:17.2681591Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2026-01-14T14:38:17.2681591Z",
"healthtopics": "5dbf2e7a-8f1b-4d3b-846a-ff5b0ee8b43d",
"OptIn": true,
"targetaudiences": "d32362c0-0530-4dc6-8e1f-184a8a11d728",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2026-01-14T14:38:17.2681591Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "a23482f7-bde8-43df-b9f1-31d56d2d2bdc",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:38:17.2681591+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.