RESTful API
news

Forms

Get forms

Returns a set of data items of type forms.

Copy GET /api/news/forms
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
    }
  }
]

Get forms by key

Gets forms item by id.

Copy GET /api/news/forms({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
  }
}

Get property

Gets Id property from forms item.

Copy GET /api/news/forms({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "8bbd4204-a1d8-4585-8634-deec02f0443c"
}

Post forms

Creates a forms item.

Copy POST /api/news/forms
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
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"
  }
}

Patch forms by key

Partial update for forms item.

Copy PATCH /api/news/forms({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put forms by key

Full update for forms item.

Copy PUT /api/news/forms({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

Rules

System.String

Read only: False
Selected by default: True

SuccessMessage

System.String

Read only: False
Selected by default: True

Renderer

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete forms by key

Deletes a forms item by Id.

Copy DELETE /api/news/forms({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.