Returns a set of data items of type form-drafts.
GET /api/news/form-drafts
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 | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
[
{
"LastModified": "2025-09-11T03:13:15.1859988Z",
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 2",
"Renderer": "sample string 3",
"Name": "sample string 4",
"Provider": "sample string 5",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:15.1859988+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Fields": null,
"Title": "sample string 6",
"AvailableActions": null,
"Steps": null
},
{
"LastModified": "2025-09-11T03:13:15.1859988Z",
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 2",
"Renderer": "sample string 3",
"Name": "sample string 4",
"Provider": "sample string 5",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:15.1859988+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Fields": null,
"Title": "sample string 6",
"AvailableActions": null,
"Steps": null
}
]
Gets form-drafts item by id.
GET /api/news/form-drafts({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 | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
{
"LastModified": "2025-09-11T03:13:15.1859988Z",
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 2",
"Renderer": "sample string 3",
"Name": "sample string 4",
"Provider": "sample string 5",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:15.1859988+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Fields": null,
"Title": "sample string 6",
"AvailableActions": null,
"Steps": null
}
Gets Id property from form-drafts item.
GET /api/news/form-drafts({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": "5b4eae35-a0fd-424e-a987-ff2ce4f15c19"
}
Creates a form-drafts item.
POST /api/news/form-drafts
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
{
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 1",
"Renderer": "sample string 2"
}
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 | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
{
"LastModified": "2025-09-11T03:13:15.1859988Z",
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 2",
"Renderer": "sample string 3",
"Name": "sample string 4",
"Provider": "sample string 5",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:15.1859988+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Fields": null,
"Title": "sample string 6",
"AvailableActions": null,
"Steps": null
}
Partial update for form-drafts item.
PATCH /api/news/form-drafts({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
{
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 1",
"Renderer": "sample string 2"
}
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 form-drafts item.
PUT /api/news/form-drafts({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
Rules | Telerik.Sitefinity.Modules.Forms.Web.Services.Operations.FormRule | Read only: False | |
SuccessMessage | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
Name | System.String | Read only: True | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
Fields | Telerik.Sitefinity.Web.Services.Extensibility.FormField | Read only: True | |
Title | System.String | Read only: True | |
AvailableActions | Telerik.Sitefinity.Web.Services.Extensibility.AvailableAction | Read only: True | |
Steps | Telerik.Sitefinity.Web.Services.Extensibility.Step | Read only: True |
application/json
{
"Rules": {
"Operator": "And",
"Conditions": [],
"Actions": []
},
"SuccessMessage": "sample string 1",
"Renderer": "sample string 2"
}
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 form-drafts item by Id.
DELETE /api/news/form-drafts({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.