Returns a set of data items of type people.
GET /api/hubs/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-09-11T18:14:49.1258001Z",
"PublicationDate": "2025-09-11T18:14:49.1258001Z",
"DateCreated": "2025-09-11T18:14:49.1258001Z",
"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-11T18:14:49.1258001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T18:14:49.1258001Z",
"PublicationDate": "2025-09-11T18:14:49.1258001Z",
"DateCreated": "2025-09-11T18:14:49.1258001Z",
"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-11T18:14:49.1258001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets people item by id.
GET /api/hubs/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-09-11T18:14:49.1258001Z",
"PublicationDate": "2025-09-11T18:14:49.1258001Z",
"DateCreated": "2025-09-11T18:14:49.1258001Z",
"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-11T18:14:49.1258001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from people item.
GET /api/hubs/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": "5f2d1160-3a26-464f-aeca-ff14343252bc"
}
Creates a people item.
POST /api/hubs/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-09-11T18:14:49.1258001Z",
"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-09-11T18:14:49.1258001Z",
"PublicationDate": "2025-09-11T18:14:49.1258001Z",
"DateCreated": "2025-09-11T18:14:49.1258001Z",
"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-11T18:14:49.1258001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for people item.
PATCH /api/hubs/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-09-11T18:14:49.1258001Z",
"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/hubs/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-09-11T18:14:49.1258001Z",
"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/hubs/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.