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-02-06T21:47:42.7655089Z",
"PublicationDate": "2026-02-06T21:47:42.7655089Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T21:47:42.7655089Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "f5dae2e2-017b-46c3-ae85-21f8b8f505cb",
"Tags": "6aadea1a-6e5f-4792-91ba-8b919dfc219e",
"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-02-06T21:47:42.7655089+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:42.7655089Z",
"PublicationDate": "2026-02-06T21:47:42.7655089Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T21:47:42.7655089Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "f5dae2e2-017b-46c3-ae85-21f8b8f505cb",
"Tags": "6aadea1a-6e5f-4792-91ba-8b919dfc219e",
"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-02-06T21:47:42.7655089+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-02-06T21:47:42.7655089Z",
"PublicationDate": "2026-02-06T21:47:42.7655089Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T21:47:42.7655089Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "b421319d-8b25-48ea-94c9-dd3f006c0963",
"Tags": "b2a917d4-4a59-4214-a7cf-395330625930",
"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-02-06T21:47:42.7655089+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": "79ffc5ff-8254-4011-873a-8695d566120b"
}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-02-06T21:47:42.7655089Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "9b714d7e-c0c5-49e8-a932-5a2309644814",
"Tags": "149b4d32-abf0-49c9-9f6e-32c1242ec5ab",
"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-02-06T21:47:42.7655089Z",
"PublicationDate": "2026-02-06T21:47:42.7655089Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T21:47:42.7655089Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "c08db7a5-9a0c-465d-9b33-561b2fa8fb28",
"Tags": "2c5bab62-d885-408a-b1ab-f1f2a40e220c",
"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-02-06T21:47:42.7655089+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-02-06T21:47:42.7655089Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "34011a9f-9eca-4e78-ba89-20fac66560d5",
"Tags": "28fc8c98-b7b1-4537-b30e-cfc582efd739",
"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-02-06T21:47:42.7655089Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "eea542bb-326d-4c59-bb70-182f5ed2179a",
"Tags": "d5ced4d1-4e06-4932-bdb4-bf1206d9db81",
"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.