RESTful API
news

WHO Testimonials

Get whotestimonials

Returns a set of data items of type whotestimonials.

Copy GET /api/news/whotestimonials
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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
    "PublicationDate": "2025-09-11T23:54:22.2660322Z",
    "DateCreated": "2025-09-11T23:54:22.2660322Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "8e1bc171-8457-454a-a1b1-caf313a7035a",
    "Context": "sample string 9",
    "SortOrder": 10.0,
    "testimonialtypes": "d0d6a671-ad02-4296-b600-924876e61136",
    "healthtopics": "60926327-4a66-44fd-a960-d21dd160aa35",
    "targetaudiences": "dfee8497-c6e5-447e-8b01-3f55375496c4",
    "Testimonial": "sample string 14",
    "Quote": "sample string 15",
    "Summary": "sample string 16",
    "Title": "sample string 17",
    "OverrideCaption": "sample string 18",
    "Provider": "sample string 19",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T23:54:22.2660322+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T23:54:22.2660322Z",
    "PublicationDate": "2025-09-11T23:54:22.2660322Z",
    "DateCreated": "2025-09-11T23:54:22.2660322Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "8e1bc171-8457-454a-a1b1-caf313a7035a",
    "Context": "sample string 9",
    "SortOrder": 10.0,
    "testimonialtypes": "d0d6a671-ad02-4296-b600-924876e61136",
    "healthtopics": "60926327-4a66-44fd-a960-d21dd160aa35",
    "targetaudiences": "dfee8497-c6e5-447e-8b01-3f55375496c4",
    "Testimonial": "sample string 14",
    "Quote": "sample string 15",
    "Summary": "sample string 16",
    "Title": "sample string 17",
    "OverrideCaption": "sample string 18",
    "Provider": "sample string 19",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T23:54:22.2660322+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get whotestimonials by key

Gets whotestimonials item by id.

Copy GET /api/news/whotestimonials({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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
  "PublicationDate": "2025-09-11T23:54:22.2660322Z",
  "DateCreated": "2025-09-11T23:54:22.2660322Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "0af8b2e3-84e7-4224-8d9e-7a104e71a050",
  "Context": "sample string 9",
  "SortOrder": 10.0,
  "testimonialtypes": "f31a41de-8868-45aa-b51c-a507db153a5c",
  "healthtopics": "b2a5d359-94fc-40c5-9d54-4c991700c4ac",
  "targetaudiences": "9b48acbd-61ae-4a43-b44f-b30d27c66b59",
  "Testimonial": "sample string 14",
  "Quote": "sample string 15",
  "Summary": "sample string 16",
  "Title": "sample string 17",
  "OverrideCaption": "sample string 18",
  "Provider": "sample string 19",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T23:54:22.2660322+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from whotestimonials item.

Copy GET /api/news/whotestimonials({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": "9a9f9beb-e670-4d66-b413-c2c6fea40fc5"
}

Post whotestimonials

Creates a whotestimonials item.

Copy POST /api/news/whotestimonials
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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "3f0fd6b9-7324-4125-b814-75cf96882959",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "59cae5b2-d132-40fd-82ec-b9f2225f8bc0",
  "healthtopics": "62b2e796-c0de-46d8-b956-fd5c6ae3ddac",
  "targetaudiences": "9a557ea9-475c-42c7-b330-6f9aa9ce8b6f",
  "Testimonial": "sample string 11",
  "Quote": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "OverrideCaption": "sample string 15"
}
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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
  "PublicationDate": "2025-09-11T23:54:22.2660322Z",
  "DateCreated": "2025-09-11T23:54:22.2660322Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "26149376-eeea-4a02-949f-ee01130984f7",
  "Context": "sample string 9",
  "SortOrder": 10.0,
  "testimonialtypes": "e1ff83c9-79dc-4bba-bdf0-49af2a8c6fe4",
  "healthtopics": "d3e11e27-916c-42a2-aad2-64e141eacea2",
  "targetaudiences": "cd38cdb2-c96e-417d-875d-44bbcd2f4c00",
  "Testimonial": "sample string 14",
  "Quote": "sample string 15",
  "Summary": "sample string 16",
  "Title": "sample string 17",
  "OverrideCaption": "sample string 18",
  "Provider": "sample string 19",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T23:54:22.2660322+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch whotestimonials by key

Partial update for whotestimonials item.

Copy PATCH /api/news/whotestimonials({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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "eb7d1af1-0b7c-47ef-8c5e-f781c1ed2fe6",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "5e6e548a-4187-4f4e-889e-60dadea98ad0",
  "healthtopics": "acc4f2e2-c4a9-49f4-84d4-4ce207f63a14",
  "targetaudiences": "dfc692e2-eaf4-46e6-a71c-9ff51c791b46",
  "Testimonial": "sample string 11",
  "Quote": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "OverrideCaption": "sample string 15"
}
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 whotestimonials by key

Full update for whotestimonials item.

Copy PUT /api/news/whotestimonials({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

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Context

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

testimonialtypes

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Testimonial

System.String

Read only: False
Selected by default: True

Quote

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OverrideCaption

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-11T23:54:22.2660322Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "0ae916ca-8d1e-4eff-8e70-cc6b3781a80a",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "0f7bc34a-1693-4201-b85f-2e6ab51ec84d",
  "healthtopics": "cceacf62-01e2-4e5c-b16a-049c9b8b8afe",
  "targetaudiences": "8c6e7ee1-77c3-41de-a77b-2270e2d6d15f",
  "Testimonial": "sample string 11",
  "Quote": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "OverrideCaption": "sample string 15"
}
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 whotestimonials by key

Deletes a whotestimonials item by Id.

Copy DELETE /api/news/whotestimonials({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.