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": "2025-09-11T03:13:21.2821193Z",
"PublicationDate": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T03:13:21.2821193Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "70a6ab4a-7c27-427d-af63-1591ef1231dd",
"Tags": "e3bbcb31-9015-4579-bace-e14d5e548fe9",
"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": "2025-09-11T03:13:21.2821193+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:21.2821193Z",
"PublicationDate": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T03:13:21.2821193Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "70a6ab4a-7c27-427d-af63-1591ef1231dd",
"Tags": "e3bbcb31-9015-4579-bace-e14d5e548fe9",
"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": "2025-09-11T03:13:21.2821193+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": "2025-09-11T03:13:21.2821193Z",
"PublicationDate": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T03:13:21.2821193Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "ce254ef2-5ef7-4909-bfa7-45f5b77fd394",
"Tags": "903c8951-4cbc-43c2-95ae-a2ff239ae38a",
"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": "2025-09-11T03:13:21.2821193+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": "8bbd4204-a1d8-4585-8634-deec02f0443c"
}
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": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "4a45597c-f0ea-48d1-8bd5-8389805fde8d",
"Tags": "66c16376-27ed-4098-bcad-a2452843e077",
"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": "2025-09-11T03:13:21.2821193Z",
"PublicationDate": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T03:13:21.2821193Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Category": "3e197b38-6aee-40de-88e6-9a70f137e491",
"Tags": "35fb1e1c-41f9-4c9b-aecb-60341685e94e",
"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": "2025-09-11T03:13:21.2821193+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": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "f333628b-f781-422b-ac52-6dc986a893da",
"Tags": "f50b78d5-ed0f-4f1c-8de9-eea787cd7b00",
"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": "2025-09-11T03:13:21.2821193Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Category": "9b60c34a-2a2b-4f29-935f-3e1e31e6d33f",
"Tags": "f1d2b27c-8526-4d51-ae07-a39114502879",
"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.