Returns a set of data items of type people.
GET /api/newsroom/people
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T18:18:21.9804566Z",
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"DateCreated": "2025-10-27T18:18:21.9804566Z",
"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-10-27T18:18:21.9804566+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T18:18:21.9804566Z",
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"DateCreated": "2025-10-27T18:18:21.9804566Z",
"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-10-27T18:18:21.9804566+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets people item by id.
GET /api/newsroom/people({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T18:18:21.9804566Z",
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"DateCreated": "2025-10-27T18:18:21.9804566Z",
"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-10-27T18:18:21.9804566+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from people item.
GET /api/newsroom/people({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "b47fb531-576d-4431-bd42-67a1101fb585"
}Creates a people item.
POST /api/newsroom/people
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"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"
}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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T18:18:21.9804566Z",
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"DateCreated": "2025-10-27T18:18:21.9804566Z",
"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-10-27T18:18:21.9804566+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for people item.
PATCH /api/newsroom/people({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"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"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for people item.
PUT /api/newsroom/people({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T18:18:21.9804566Z",
"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"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a people item by Id.
DELETE /api/newsroom/people({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.