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-26T11:51:13.9936213Z",
"PublicationDate": "2026-03-26T11:51:13.9936213Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T11:51:13.9936213Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "ab5ffe16-941a-444c-94e8-7600649029ed",
"Tags": "35a752e4-2881-48be-aad9-f97b904cf550",
"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-26T11:51:13.9936213+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T11:51:13.9936213Z",
"PublicationDate": "2026-03-26T11:51:13.9936213Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T11:51:13.9936213Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "ab5ffe16-941a-444c-94e8-7600649029ed",
"Tags": "35a752e4-2881-48be-aad9-f97b904cf550",
"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-26T11:51:13.9936213+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-26T11:51:13.9936213Z",
"PublicationDate": "2026-03-26T11:51:13.9936213Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T11:51:13.9936213Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "34ff6c07-4ce5-4b01-aae3-29e13aff99eb",
"Tags": "cfa524c6-7867-4a1b-b6ac-964fcf040951",
"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-26T11:51:13.9936213+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": "c44a4560-b228-4811-82c2-11fadc7a1ef8"
}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-26T11:51:13.9936213Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "e5cc4a0a-c256-497f-95a8-4d0b514198d8",
"Tags": "990921d1-6360-4fc0-bd1a-d12d24048c3e",
"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-26T11:51:13.9936213Z",
"PublicationDate": "2026-03-26T11:51:13.9936213Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T11:51:13.9936213Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "f0ff2c6c-d83b-4140-b09c-9f34e12d4ba5",
"Tags": "5380ad70-eb48-4786-a94c-5ccd4fb7458a",
"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-26T11:51:13.9936213+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-26T11:51:13.9936213Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "6bf75bcd-157f-4601-afd2-7d939df42bd1",
"Tags": "a0b252ed-27f7-43e9-8abd-adb5cb0d5282",
"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-26T11:51:13.9936213Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "ae2918f7-3f64-4a7c-90e1-d6a18f9fb9a3",
"Tags": "60fe4a36-db9d-4d24-89e2-5724e424898f",
"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.