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": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 10",
"ParentId": "e9b38d3a-ee84-47ef-82e5-b87b50107cf6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 10",
"ParentId": "e9b38d3a-ee84-47ef-82e5-b87b50107cf6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+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": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 10",
"ParentId": "b3c779d7-6067-4492-b75b-3fd4e2ba7159",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+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": "f64697bc-7948-4c1c-b6e3-0c3236ad30c2"
}
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": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 7",
"ParentId": "3e6e354b-8897-4f6a-8222-f65ba53a258b"
}
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": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 10",
"ParentId": "ee9f8f3a-d326-499e-8680-6bc4827eb52c",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+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": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 7",
"ParentId": "eec54c2a-c023-4f49-b286-f63a5279b664"
}
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": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UnsubscribeDate": "2025-09-11T03:13:21.813198Z",
"SubscribeDate": "2025-09-11T03:13:21.813198Z",
"Title": "sample string 7",
"ParentId": "4cc14cf3-fc1f-42df-90ab-890ea00b7e03"
}
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": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:21.813198Z",
"healthtopics": "5970e6fe-2571-4f38-8528-08ff7c5579c4",
"OptIn": true,
"targetaudiences": "146da90d-1c50-4c69-ae44-b71ed18d6b3b",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:21.813198Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "90871171-e22f-404c-9e9e-430de4f57a5a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:21.813198Z",
"PublicationDate": "2025-09-11T03:13:21.813198Z",
"DateCreated": "2025-09-11T03:13:21.813198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OptInDate": "2025-09-11T03:13:21.813198Z",
"healthtopics": "5970e6fe-2571-4f38-8528-08ff7c5579c4",
"OptIn": true,
"targetaudiences": "146da90d-1c50-4c69-ae44-b71ed18d6b3b",
"Title": "sample string 12",
"SubscriberName": "sample string 13",
"FirstSubscriptionDate": "2025-09-11T03:13:21.813198Z",
"SubscriberEmail": "sample string 15",
"regionscountries": "90871171-e22f-404c-9e9e-430de4f57a5a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:21.813198+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.