RESTful API

People

Get people

Returns a set of data items of type people.

Copy GET /api/newsroom/people
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

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": "2025-09-11T03:17:40.2242793Z",
    "PublicationDate": "2025-09-11T03:17:40.2242793Z",
    "DateCreated": "2025-09-11T03:17:40.2242793Z",
    "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": "2025-09-11T03:17:40.2242793+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:17:40.2242793Z",
    "PublicationDate": "2025-09-11T03:17:40.2242793Z",
    "DateCreated": "2025-09-11T03:17:40.2242793Z",
    "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": "2025-09-11T03:17:40.2242793+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get people by key

Gets people item by id.

Copy GET /api/newsroom/people({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

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": "2025-09-11T03:17:40.2242793Z",
  "PublicationDate": "2025-09-11T03:17:40.2242793Z",
  "DateCreated": "2025-09-11T03:17:40.2242793Z",
  "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": "2025-09-11T03:17:40.2242793+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from people item.

Copy GET /api/newsroom/people({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": "ef6da352-5a27-4a55-a405-44fd25f11177"
}

Post people

Creates a people item.

Copy POST /api/newsroom/people
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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:17:40.2242793Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "FullName": "sample string 5",
  "FirstName": "sample string 6",
  "Department": "sample string 7",
  "TwitterUserName": "sample string 8",
  "Location": "sample string 9",
  "LastName": "sample string 10",
  "Organization": "sample string 11",
  "Email": "sample string 12",
  "Role": "sample string 13",
  "Position": "sample string 14",
  "KeepProfilePrivate": true,
  "Mobile": "sample string 16",
  "Telephone": "sample string 17",
  "Title": "sample string 18"
}
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

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": "2025-09-11T03:17:40.2242793Z",
  "PublicationDate": "2025-09-11T03:17:40.2242793Z",
  "DateCreated": "2025-09-11T03:17:40.2242793Z",
  "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": "2025-09-11T03:17:40.2242793+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch people by key

Partial update for people item.

Copy PATCH /api/newsroom/people({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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:17:40.2242793Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "FullName": "sample string 5",
  "FirstName": "sample string 6",
  "Department": "sample string 7",
  "TwitterUserName": "sample string 8",
  "Location": "sample string 9",
  "LastName": "sample string 10",
  "Organization": "sample string 11",
  "Email": "sample string 12",
  "Role": "sample string 13",
  "Position": "sample string 14",
  "KeepProfilePrivate": true,
  "Mobile": "sample string 16",
  "Telephone": "sample string 17",
  "Title": "sample string 18"
}
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 people by key

Full update for people item.

Copy PUT /api/newsroom/people({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

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:17:40.2242793Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "FullName": "sample string 5",
  "FirstName": "sample string 6",
  "Department": "sample string 7",
  "TwitterUserName": "sample string 8",
  "Location": "sample string 9",
  "LastName": "sample string 10",
  "Organization": "sample string 11",
  "Email": "sample string 12",
  "Role": "sample string 13",
  "Position": "sample string 14",
  "KeepProfilePrivate": true,
  "Mobile": "sample string 16",
  "Telephone": "sample string 17",
  "Title": "sample string 18"
}
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 people by key

Deletes a people item by Id.

Copy DELETE /api/newsroom/people({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.