RESTful API
Default

WHO Testimonials

Get whotestimonials

Returns a set of data items of type whotestimonials.

Copy GET /api/default/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": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "ef444aba-fe2e-4c1b-b0cd-2113a6538e1f",
    "Context": "sample string 9",
    "SortOrder": 10.0,
    "testimonialtypes": "2c7eeec8-18c7-4db9-9696-5e84f08c079d",
    "healthtopics": "55c8c95a-cbcf-4796-9e61-7f03b34ecd27",
    "targetaudiences": "e5a3c9c3-d1c3-4632-bfdd-00a4754edaa8",
    "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": "2026-09-20T23:00:50.78095+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "ef444aba-fe2e-4c1b-b0cd-2113a6538e1f",
    "Context": "sample string 9",
    "SortOrder": 10.0,
    "testimonialtypes": "2c7eeec8-18c7-4db9-9696-5e84f08c079d",
    "healthtopics": "55c8c95a-cbcf-4796-9e61-7f03b34ecd27",
    "targetaudiences": "e5a3c9c3-d1c3-4632-bfdd-00a4754edaa8",
    "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": "2026-09-20T23:00:50.78095+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get whotestimonials by key

Gets whotestimonials item by id.

Copy GET /api/default/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": "2026-09-20T23:00:50.78095Z",
  "PublicationDate": "2026-09-20T23:00:50.78095Z",
  "DateCreated": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "46f964f8-d971-446b-b2f4-f26c74f47268",
  "Context": "sample string 9",
  "SortOrder": 10.0,
  "testimonialtypes": "59380010-9272-466b-a61b-ce1a993949af",
  "healthtopics": "efece83c-a3a1-44b7-942f-aa88d8690624",
  "targetaudiences": "f5e72702-afd4-40de-9a32-fdc019216da2",
  "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": "2026-09-20T23:00:50.78095+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from whotestimonials item.

Copy GET /api/default/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": "cffd6353-a99a-4dd8-ba01-493b659c4f5d"
}

Post whotestimonials

Creates a whotestimonials item.

Copy POST /api/default/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": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "bfcb3a76-09d0-4b11-b4cb-efcf4913ff44",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "ea222135-f5d5-456c-bca3-10142d93d542",
  "healthtopics": "6dd39ccd-d551-481a-b8de-297c6396c1f9",
  "targetaudiences": "635d5829-1498-4cc3-aacf-a6af1d3fd7da",
  "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": "2026-09-20T23:00:50.78095Z",
  "PublicationDate": "2026-09-20T23:00:50.78095Z",
  "DateCreated": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "05e2f7e1-1dd2-4dc5-a22f-9f219dd8e9cc",
  "Context": "sample string 9",
  "SortOrder": 10.0,
  "testimonialtypes": "225e00b9-675d-48af-bcb3-8e3ada5d088a",
  "healthtopics": "b20095b3-42c1-409f-be46-fa6df81b9d57",
  "targetaudiences": "a35388d3-88e1-456f-b9cf-aab5a8a92476",
  "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": "2026-09-20T23:00:50.78095+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch whotestimonials by key

Partial update for whotestimonials item.

Copy PATCH /api/default/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": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "fa607f2d-7f07-42d0-b4ca-6d23b60ca02d",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "c68d1833-6b74-4d77-9b6e-9f4d7d0b6e06",
  "healthtopics": "802715c2-4c66-4fda-9af6-78b9525b4ce1",
  "targetaudiences": "4d8405f0-99fc-44ee-8801-75e83468fea3",
  "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/default/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": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "8a872a47-67f0-48a1-821f-da06981ccddc",
  "Context": "sample string 6",
  "SortOrder": 7.0,
  "testimonialtypes": "7543fffc-b4e5-4fa9-8529-75a9d437ffde",
  "healthtopics": "54e44458-9e57-4183-b457-deac64b1642b",
  "targetaudiences": "b500c586-1144-4fcb-bbac-370cf7665639",
  "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/default/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.

Get Person

Returns a set of related items of type Person from whotestimonials item.

Copy GET /api/default/whotestimonials({key})/Person
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

FullName

System.String

Read only: False
Selected by default: True

FirstName

System.String

Read only: False
Selected by default: True

Department

System.String

Read only: False
Selected by default: True

TwitterUserName

System.String

Read only: False
Selected by default: True

Location

System.String

Read only: False
Selected by default: True

LastName

System.String

Read only: False
Selected by default: True

Organization

System.String

Read only: False
Selected by default: True

Email

System.String

Read only: False
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Position

System.String

Read only: False
Selected by default: True

KeepProfilePrivate

System.Boolean

Read only: False
Selected by default: True

Mobile

System.String

Read only: False
Selected by default: True

Telephone

System.String

Read only: False
Selected by default: True

Title

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": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "FullName": "sample string 8",
    "FirstName": "sample string 9",
    "Department": "sample string 10",
    "TwitterUserName": "sample string 11",
    "Location": "sample string 12",
    "LastName": "sample string 13",
    "Organization": "sample string 14",
    "Email": "sample string 15",
    "Role": "sample string 16",
    "Position": "sample string 17",
    "KeepProfilePrivate": true,
    "Mobile": "sample string 19",
    "Telephone": "sample string 20",
    "Title": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:00:50.78095+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "FullName": "sample string 8",
    "FirstName": "sample string 9",
    "Department": "sample string 10",
    "TwitterUserName": "sample string 11",
    "Location": "sample string 12",
    "LastName": "sample string 13",
    "Organization": "sample string 14",
    "Email": "sample string 15",
    "Role": "sample string 16",
    "Position": "sample string 17",
    "KeepProfilePrivate": true,
    "Mobile": "sample string 19",
    "Telephone": "sample string 20",
    "Title": "sample string 21",
    "Provider": "sample string 22",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:00:50.78095+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Person by relatedKey

Returns a related item of type Person from whotestimonials item.

Copy GET /api/default/whotestimonials({key})/Person({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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

FullName

System.String

Read only: False
Selected by default: True

FirstName

System.String

Read only: False
Selected by default: True

Department

System.String

Read only: False
Selected by default: True

TwitterUserName

System.String

Read only: False
Selected by default: True

Location

System.String

Read only: False
Selected by default: True

LastName

System.String

Read only: False
Selected by default: True

Organization

System.String

Read only: False
Selected by default: True

Email

System.String

Read only: False
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Position

System.String

Read only: False
Selected by default: True

KeepProfilePrivate

System.Boolean

Read only: False
Selected by default: True

Mobile

System.String

Read only: False
Selected by default: True

Telephone

System.String

Read only: False
Selected by default: True

Title

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": "2026-09-20T23:00:50.78095Z",
  "PublicationDate": "2026-09-20T23:00:50.78095Z",
  "DateCreated": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "FullName": "sample string 8",
  "FirstName": "sample string 9",
  "Department": "sample string 10",
  "TwitterUserName": "sample string 11",
  "Location": "sample string 12",
  "LastName": "sample string 13",
  "Organization": "sample string 14",
  "Email": "sample string 15",
  "Role": "sample string 16",
  "Position": "sample string 17",
  "KeepProfilePrivate": true,
  "Mobile": "sample string 19",
  "Telephone": "sample string 20",
  "Title": "sample string 21",
  "Provider": "sample string 22",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2026-09-20T23:00:50.78095+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Person

Add Person relation to whotestimonials item.

Copy POST /api/default/whotestimonials({key})/Person/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
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 Person

Delete set of related items of type Person from whotestimonials item.

Copy DELETE /api/default/whotestimonials({key})/Person/$ref
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.

Delete Person by relatedKey

Delete relation of type Person from whotestimonials item.

Copy DELETE /api/default/whotestimonials({key})/Person({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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.

Get OverridePicture

Returns a set of related items of type OverridePicture from whotestimonials item.

Copy GET /api/default/whotestimonials({key})/OverridePicture
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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

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

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "Author": "sample string 11",
    "Extension": "sample string 12",
    "MimeType": "sample string 13",
    "TotalSize": 14,
    "regionscountries": "54fdba43-87c6-4743-a463-d0580148c5ff",
    "publishingoffices": "25d45e5e-fc41-409c-9159-96bea81a45ee",
    "events": "26ff7566-3263-4f69-bcb0-01d6a617f216",
    "targets": "2d1f0494-2337-45da-b514-65250c348d62",
    "Category": "412ec4fa-5517-472c-a61c-884105692b4f",
    "imagetypes": "efac6ac4-f364-4fd1-a0f1-f6066b177b46",
    "JoomlaArticleId": "sample string 21",
    "departmentaltargets": "50bb74f4-a7e7-479f-828f-0238a1a5a65e",
    "stakeholders": "10c35166-510b-4630-9145-1e49888ccb52",
    "Tags": "31eb63a3-926e-4eef-a14d-bc6b9ab6dfc4",
    "healthtopics": "fb22e597-3138-436e-aa6c-a0f641492aee",
    "targetaudiences": "d657de6a-4a61-4fb6-bb78-5598aa82ce72",
    "IsOptimized": true,
    "OptImgStatus": "sample string 28",
    "Width": 29,
    "Height": 30,
    "AlternativeText": "sample string 31",
    "FolderId": "e5a65964-1966-475a-8f62-0ed291504ed4",
    "ParentId": "4cfbeb3a-2c49-45c1-924c-25b4ed414f8c",
    "Provider": "sample string 34",
    "Url": "sample string 35",
    "ThumbnailUrl": "sample string 36",
    "Thumbnails": {
      "Title": "sample string 1",
      "Url": "sample string 2",
      "Width": 3,
      "Height": 4,
      "MimeType": "sample string 5"
    },
    "IsDamMedia": true
  },
  {
    "LastModified": "2026-09-20T23:00:50.78095Z",
    "PublicationDate": "2026-09-20T23:00:50.78095Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2026-09-20T23:00:50.78095Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "Author": "sample string 11",
    "Extension": "sample string 12",
    "MimeType": "sample string 13",
    "TotalSize": 14,
    "regionscountries": "54fdba43-87c6-4743-a463-d0580148c5ff",
    "publishingoffices": "25d45e5e-fc41-409c-9159-96bea81a45ee",
    "events": "26ff7566-3263-4f69-bcb0-01d6a617f216",
    "targets": "2d1f0494-2337-45da-b514-65250c348d62",
    "Category": "412ec4fa-5517-472c-a61c-884105692b4f",
    "imagetypes": "efac6ac4-f364-4fd1-a0f1-f6066b177b46",
    "JoomlaArticleId": "sample string 21",
    "departmentaltargets": "50bb74f4-a7e7-479f-828f-0238a1a5a65e",
    "stakeholders": "10c35166-510b-4630-9145-1e49888ccb52",
    "Tags": "31eb63a3-926e-4eef-a14d-bc6b9ab6dfc4",
    "healthtopics": "fb22e597-3138-436e-aa6c-a0f641492aee",
    "targetaudiences": "d657de6a-4a61-4fb6-bb78-5598aa82ce72",
    "IsOptimized": true,
    "OptImgStatus": "sample string 28",
    "Width": 29,
    "Height": 30,
    "AlternativeText": "sample string 31",
    "FolderId": "e5a65964-1966-475a-8f62-0ed291504ed4",
    "ParentId": "4cfbeb3a-2c49-45c1-924c-25b4ed414f8c",
    "Provider": "sample string 34",
    "Url": "sample string 35",
    "ThumbnailUrl": "sample string 36",
    "Thumbnails": {
      "Title": "sample string 1",
      "Url": "sample string 2",
      "Width": 3,
      "Height": 4,
      "MimeType": "sample string 5"
    },
    "IsDamMedia": true
  }
]

Get OverridePicture by relatedKey

Returns a related item of type OverridePicture from whotestimonials item.

Copy GET /api/default/whotestimonials({key})/OverridePicture({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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

Ordinal

System.Single

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

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

JoomlaArticleId

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

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

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2026-09-20T23:00:50.78095Z",
  "PublicationDate": "2026-09-20T23:00:50.78095Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2026-09-20T23:00:50.78095Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "Ordinal": 8.1,
  "UrlName": "sample string 9",
  "ItemDefaultUrl": "sample string 10",
  "Author": "sample string 11",
  "Extension": "sample string 12",
  "MimeType": "sample string 13",
  "TotalSize": 14,
  "regionscountries": "eac98a85-2af3-4307-8c3a-af10d32f64fd",
  "publishingoffices": "b13f5fdf-c574-4197-adc5-9fd7874dcbb1",
  "events": "5a672f35-1f68-4f88-b10d-c5088df2b509",
  "targets": "6a3f1264-929b-468c-9dbd-b531786b3d90",
  "Category": "deb72fba-ef3b-440e-b3c0-0844876b76b3",
  "imagetypes": "c915bdf0-9595-45d1-b92e-f5d9c4557c0c",
  "JoomlaArticleId": "sample string 21",
  "departmentaltargets": "9051a2c8-0f24-4670-8e1e-59c9e96d4641",
  "stakeholders": "f141de91-b74a-40de-bf13-f5f8f1a77c57",
  "Tags": "6eb45525-2d69-4c34-91c4-d4c70e704639",
  "healthtopics": "fc1c3336-fe81-4db3-a1b2-5625c6ba2228",
  "targetaudiences": "0106c9e3-43a5-4f4b-a7bc-cb7a8d1fae6d",
  "IsOptimized": true,
  "OptImgStatus": "sample string 28",
  "Width": 29,
  "Height": 30,
  "AlternativeText": "sample string 31",
  "FolderId": "604511d6-4e8a-48d3-9986-5ad4b1bb5d78",
  "ParentId": "b82db019-d70a-4eac-9ff2-200663623dab",
  "Provider": "sample string 34",
  "Url": "sample string 35",
  "ThumbnailUrl": "sample string 36",
  "Thumbnails": {
    "Title": "sample string 1",
    "Url": "sample string 2",
    "Width": 3,
    "Height": 4,
    "MimeType": "sample string 5"
  },
  "IsDamMedia": true
}

Post OverridePicture

Add OverridePicture relation to whotestimonials item.

Copy POST /api/default/whotestimonials({key})/OverridePicture/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
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 OverridePicture

Delete set of related items of type OverridePicture from whotestimonials item.

Copy DELETE /api/default/whotestimonials({key})/OverridePicture/$ref
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.

Delete OverridePicture by relatedKey

Delete relation of type OverridePicture from whotestimonials item.

Copy DELETE /api/default/whotestimonials({key})/OverridePicture({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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.