RESTful API

Biographies

Get biographies

Returns a set of data items of type biographies.

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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T15:55:50.1116004Z",
    "PublicationDate": "2025-09-12T15:55:50.1116004Z",
    "DateCreated": "2025-09-12T15:55:50.1116004Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Biography": "sample string 9",
    "Title": "sample string 10",
    "ParentId": "d4c491ca-d7d2-4a20-b02e-7afb287a8fbc",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T15:55:50.1116004+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T15:55:50.1116004Z",
    "PublicationDate": "2025-09-12T15:55:50.1116004Z",
    "DateCreated": "2025-09-12T15:55:50.1116004Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Biography": "sample string 9",
    "Title": "sample string 10",
    "ParentId": "d4c491ca-d7d2-4a20-b02e-7afb287a8fbc",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T15:55:50.1116004+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get biographies by key

Gets biographies item by id.

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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T15:55:50.1116004Z",
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "DateCreated": "2025-09-12T15:55:50.1116004Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Biography": "sample string 9",
  "Title": "sample string 10",
  "ParentId": "57a9ac0e-89d4-49ba-b63a-721f6bacc8d7",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T15:55:50.1116004+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from biographies item.

Copy GET /api/newsroom/biographies({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": "e0f9d92f-8a39-49ef-b8cc-08fccc36f080"
}

Post biographies

Creates a biographies item.

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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Biography": "sample string 6",
  "Title": "sample string 7",
  "ParentId": "d77c97c4-a5f6-4ab4-85ca-0e47bd9d09ec"
}
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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T15:55:50.1116004Z",
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "DateCreated": "2025-09-12T15:55:50.1116004Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Biography": "sample string 9",
  "Title": "sample string 10",
  "ParentId": "c9878120-11db-4d8c-bb44-aa261dd69e41",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T15:55:50.1116004+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch biographies by key

Partial update for biographies item.

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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Biography": "sample string 6",
  "Title": "sample string 7",
  "ParentId": "e3935d85-e172-4882-9cd0-21f4727b3439"
}
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 biographies by key

Full update for biographies item.

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

Summary

System.String

Read only: False
Selected by default: True

Biography

System.String

Read only: False
Selected by default: True

Title

System.String

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

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Biography": "sample string 6",
  "Title": "sample string 7",
  "ParentId": "75542c0d-8598-44c9-b15b-c44e987a5bb5"
}
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 biographies by key

Deletes a biographies item by Id.

Copy DELETE /api/newsroom/biographies({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 Parent

Returns a set of related items of type Parent from biographies item.

Copy GET /api/newsroom/biographies({key})/Parent
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-12T15:55:50.1116004Z",
    "PublicationDate": "2025-09-12T15:55:50.1116004Z",
    "DateCreated": "2025-09-12T15:55:50.1116004Z",
    "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-12T15:55:50.1116004+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T15:55:50.1116004Z",
    "PublicationDate": "2025-09-12T15:55:50.1116004Z",
    "DateCreated": "2025-09-12T15:55:50.1116004Z",
    "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-12T15:55:50.1116004+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from biographies item.

Copy GET /api/newsroom/biographies({key})/Parent({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": "2025-09-12T15:55:50.1116004Z",
  "PublicationDate": "2025-09-12T15:55:50.1116004Z",
  "DateCreated": "2025-09-12T15:55:50.1116004Z",
  "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-12T15:55:50.1116004+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to biographies item.

Copy POST /api/newsroom/biographies({key})/Parent/$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 Parent

Delete set of related items of type Parent from biographies item.

Copy DELETE /api/newsroom/biographies({key})/Parent/$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 Parent by relatedKey

Delete relation of type Parent from biographies item.

Copy DELETE /api/newsroom/biographies({key})/Parent({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.