Returns a set of data items of type forms.
GET /api/news/forms
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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T15:28:34.2800557Z",
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T15:28:34.2800557Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "0ea9095d-27c1-405f-acc9-4a3f4c3f19f2",
"Tags": "1c67cf7e-45b2-4960-9b13-e53e1d237067",
"AllowComments": true,
"Rules": "sample string 11",
"SuccessMessage": "sample string 12",
"Renderer": "sample string 13",
"Name": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:28:34.2800557+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T15:28:34.2800557Z",
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T15:28:34.2800557Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "0ea9095d-27c1-405f-acc9-4a3f4c3f19f2",
"Tags": "1c67cf7e-45b2-4960-9b13-e53e1d237067",
"AllowComments": true,
"Rules": "sample string 11",
"SuccessMessage": "sample string 12",
"Renderer": "sample string 13",
"Name": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:28:34.2800557+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets forms item by id.
GET /api/news/forms({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T15:28:34.2800557Z",
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T15:28:34.2800557Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "86e9a7e8-3b78-4c50-ade3-ba5afc67d87d",
"Tags": "0fdd8b3f-6b68-4f23-927b-ecd3f662c3e3",
"AllowComments": true,
"Rules": "sample string 11",
"SuccessMessage": "sample string 12",
"Renderer": "sample string 13",
"Name": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:28:34.2800557+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from forms item.
GET /api/news/forms({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": "dbe2090f-c129-41ad-a620-c02de4c10b55"
}Creates a forms item.
POST /api/news/forms
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "b3f07b0a-5c8e-4ae1-8c7b-8852b8cf4a3d",
"Tags": "bc784ac3-7f8a-4ddf-aeb2-2463003143e8",
"AllowComments": true,
"Rules": "sample string 9",
"SuccessMessage": "sample string 10",
"Renderer": "sample string 11",
"Name": "sample string 12"
}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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T15:28:34.2800557Z",
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T15:28:34.2800557Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "aeeb7dd1-cde2-452f-9f9e-bbf5dcaa7023",
"Tags": "81ecda82-b320-4385-932c-0bc7d080e928",
"AllowComments": true,
"Rules": "sample string 11",
"SuccessMessage": "sample string 12",
"Renderer": "sample string 13",
"Name": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T15:28:34.2800557+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for forms item.
PATCH /api/news/forms({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "c5fee3c8-6fc4-49dd-a659-5e1d02623997",
"Tags": "b5077e60-73a9-4480-a885-be65c232bedc",
"AllowComments": true,
"Rules": "sample string 9",
"SuccessMessage": "sample string 10",
"Renderer": "sample string 11",
"Name": "sample string 12"
}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 forms item.
PUT /api/news/forms({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Rules | System.String | Read only: False | |
| SuccessMessage | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T15:28:34.2800557Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "b96cca8f-d8e4-43e5-9d01-e93e37bb6578",
"Tags": "16ef1a1c-670e-4ec8-89d0-1889d7aa392f",
"AllowComments": true,
"Rules": "sample string 9",
"SuccessMessage": "sample string 10",
"Renderer": "sample string 11",
"Name": "sample string 12"
}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 forms item by Id.
DELETE /api/news/forms({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.