RESTful API
Default

Teams

Get teams

Returns a set of data items of type teams.

Copy GET /api/default/teams
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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "publishingoffices": "f42d0933-1c1f-4d5e-8135-55578535168a",
    "ContactInfo": "sample string 9",
    "QuickLinkSecondaryLabel": "sample string 10",
    "Title": "sample string 11",
    "departmentaltargets": "095d128f-da91-41b4-8a0d-6e6514c203e6",
    "OfficialName": "sample string 13",
    "Summary": "sample string 14",
    "Overview": "sample string 15",
    "QuickLinkPrimaryLabel": "sample string 16",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:03:31.7156923Z",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "publishingoffices": "f42d0933-1c1f-4d5e-8135-55578535168a",
    "ContactInfo": "sample string 9",
    "QuickLinkSecondaryLabel": "sample string 10",
    "Title": "sample string 11",
    "departmentaltargets": "095d128f-da91-41b4-8a0d-6e6514c203e6",
    "OfficialName": "sample string 13",
    "Summary": "sample string 14",
    "Overview": "sample string 15",
    "QuickLinkPrimaryLabel": "sample string 16",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get teams by key

Gets teams item by id.

Copy GET /api/default/teams({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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "PublicationDate": "2026-09-20T23:03:31.7156923Z",
  "DateCreated": "2026-09-20T23:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "publishingoffices": "b3ef8797-3917-4703-9734-f03f9ddddeb0",
  "ContactInfo": "sample string 9",
  "QuickLinkSecondaryLabel": "sample string 10",
  "Title": "sample string 11",
  "departmentaltargets": "aeab739e-d3cf-4ca7-9705-fe0eb859a93e",
  "OfficialName": "sample string 13",
  "Summary": "sample string 14",
  "Overview": "sample string 15",
  "QuickLinkPrimaryLabel": "sample string 16",
  "Provider": "sample string 17",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from teams item.

Copy GET /api/default/teams({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": "48958210-dd54-4861-9f01-28a34309d3cc"
}

Post teams

Creates a teams item.

Copy POST /api/default/teams
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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "publishingoffices": "73aee969-3796-4007-8f50-14c4fa261fb7",
  "ContactInfo": "sample string 6",
  "QuickLinkSecondaryLabel": "sample string 7",
  "Title": "sample string 8",
  "departmentaltargets": "4046b11e-aee5-480d-b04a-217574cc4722",
  "OfficialName": "sample string 10",
  "Summary": "sample string 11",
  "Overview": "sample string 12",
  "QuickLinkPrimaryLabel": "sample string 13"
}
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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "PublicationDate": "2026-09-20T23:03:31.7156923Z",
  "DateCreated": "2026-09-20T23:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "publishingoffices": "16955da6-0cef-4737-b90d-b35fe9a1005d",
  "ContactInfo": "sample string 9",
  "QuickLinkSecondaryLabel": "sample string 10",
  "Title": "sample string 11",
  "departmentaltargets": "ee3d72b4-e717-4dd1-8289-134989546dc3",
  "OfficialName": "sample string 13",
  "Summary": "sample string 14",
  "Overview": "sample string 15",
  "QuickLinkPrimaryLabel": "sample string 16",
  "Provider": "sample string 17",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch teams by key

Partial update for teams item.

Copy PATCH /api/default/teams({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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "publishingoffices": "468d51a0-fc41-45c9-b35d-805e9644782b",
  "ContactInfo": "sample string 6",
  "QuickLinkSecondaryLabel": "sample string 7",
  "Title": "sample string 8",
  "departmentaltargets": "f571365f-57bb-477c-917f-d0b48afdf023",
  "OfficialName": "sample string 10",
  "Summary": "sample string 11",
  "Overview": "sample string 12",
  "QuickLinkPrimaryLabel": "sample string 13"
}
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 teams by key

Full update for teams item.

Copy PUT /api/default/teams({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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "publishingoffices": "69c4b40e-a4e9-4cda-b0d4-92f3ce62a39e",
  "ContactInfo": "sample string 6",
  "QuickLinkSecondaryLabel": "sample string 7",
  "Title": "sample string 8",
  "departmentaltargets": "7b66d6b3-3066-494b-84cc-ee6251317223",
  "OfficialName": "sample string 10",
  "Summary": "sample string 11",
  "Overview": "sample string 12",
  "QuickLinkPrimaryLabel": "sample string 13"
}
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 teams by key

Deletes a teams item by Id.

Copy DELETE /api/default/teams({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 ChildTeams

Returns a set of related items of type ChildTeams from teams item.

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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "publishingoffices": "4ac509e3-f600-487f-8fde-74f0a60d65f4",
    "ContactInfo": "sample string 9",
    "QuickLinkSecondaryLabel": "sample string 10",
    "Title": "sample string 11",
    "departmentaltargets": "8f98d754-a572-40f2-b8b6-a35b9f83580c",
    "OfficialName": "sample string 13",
    "Summary": "sample string 14",
    "Overview": "sample string 15",
    "QuickLinkPrimaryLabel": "sample string 16",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:03:31.7156923Z",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "publishingoffices": "4ac509e3-f600-487f-8fde-74f0a60d65f4",
    "ContactInfo": "sample string 9",
    "QuickLinkSecondaryLabel": "sample string 10",
    "Title": "sample string 11",
    "departmentaltargets": "8f98d754-a572-40f2-b8b6-a35b9f83580c",
    "OfficialName": "sample string 13",
    "Summary": "sample string 14",
    "Overview": "sample string 15",
    "QuickLinkPrimaryLabel": "sample string 16",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get ChildTeams by relatedKey

Returns a related item of type ChildTeams from teams item.

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

publishingoffices

System.Guid

Read only: False
Selected by default: False

ContactInfo

System.String

Read only: False
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

OfficialName

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

QuickLinkPrimaryLabel

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:03:31.7156923Z",
  "PublicationDate": "2026-09-20T23:03:31.7156923Z",
  "DateCreated": "2026-09-20T23:03:31.7156923Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "publishingoffices": "73632470-2a5f-480b-a4dd-d97dd90109a2",
  "ContactInfo": "sample string 9",
  "QuickLinkSecondaryLabel": "sample string 10",
  "Title": "sample string 11",
  "departmentaltargets": "aecc1e07-a692-4bb6-8219-5e18debc314e",
  "OfficialName": "sample string 13",
  "Summary": "sample string 14",
  "Overview": "sample string 15",
  "QuickLinkPrimaryLabel": "sample string 16",
  "Provider": "sample string 17",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2026-09-20T23:03:31.7156923+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post ChildTeams

Add ChildTeams relation to teams item.

Copy POST /api/default/teams({key})/ChildTeams/$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 ChildTeams

Delete set of related items of type ChildTeams from teams item.

Copy DELETE /api/default/teams({key})/ChildTeams/$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 ChildTeams by relatedKey

Delete relation of type ChildTeams from teams item.

Copy DELETE /api/default/teams({key})/ChildTeams({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 TeamsPage

Returns a set of related items of type TeamsPage from teams item.

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

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2026-09-20T23:03:31.7156923Z",
    "UrlName": "sample string 2",
    "organizations": "eb84ce5e-8f4e-44c6-8b6a-88c2d62b1002",
    "regionscountries": "bcfb5fa8-398d-4559-8ee3-d4c8f18e27cf",
    "sustainabledevelopmentgoals": "32ca48a9-7da4-49b3-a7fc-1116530ffa2d",
    "departmentaltargets": "36980266-d9d3-447f-92bd-7b4b92c2790a",
    "healthtopics": "e564af08-9197-4c84-ba2e-63b43c32903d",
    "events": "e380ced0-7cd7-4956-96ce-f30d69bd9157",
    "publishingoffices": "ca862399-3324-4c56-9c8c-c6ccc57f75da",
    "WebPageType": "sample string 10",
    "targetaudiences": "c06fe098-a8e3-4849-ad48-4ffaa6f22adf",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "ShowInNavigation": true,
    "ParentId": "f7883693-96cd-4d8d-9b19-f9f5b1c36a6c",
    "RootId": "799e51a0-0813-49ac-8a95-51337cb5b221",
    "ExpirationInDays": 19,
    "HtmlTitle": "sample string 20",
    "Description": "sample string 21",
    "HeadTagContent": "sample string 22",
    "CodeBehindType": "sample string 23",
    "IncludeScriptManager": true,
    "EnableViewState": true,
    "PageType": 0,
    "RedirectPage": null,
    "TemplateId": "a1f97d6e-dfad-4d41-a5a7-0c805c42e59c",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2026-09-20T23:03:31.7156923Z",
    "UrlName": "sample string 2",
    "organizations": "eb84ce5e-8f4e-44c6-8b6a-88c2d62b1002",
    "regionscountries": "bcfb5fa8-398d-4559-8ee3-d4c8f18e27cf",
    "sustainabledevelopmentgoals": "32ca48a9-7da4-49b3-a7fc-1116530ffa2d",
    "departmentaltargets": "36980266-d9d3-447f-92bd-7b4b92c2790a",
    "healthtopics": "e564af08-9197-4c84-ba2e-63b43c32903d",
    "events": "e380ced0-7cd7-4956-96ce-f30d69bd9157",
    "publishingoffices": "ca862399-3324-4c56-9c8c-c6ccc57f75da",
    "WebPageType": "sample string 10",
    "targetaudiences": "c06fe098-a8e3-4849-ad48-4ffaa6f22adf",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2026-09-20T23:03:31.7156923Z",
    "ShowInNavigation": true,
    "ParentId": "f7883693-96cd-4d8d-9b19-f9f5b1c36a6c",
    "RootId": "799e51a0-0813-49ac-8a95-51337cb5b221",
    "ExpirationInDays": 19,
    "HtmlTitle": "sample string 20",
    "Description": "sample string 21",
    "HeadTagContent": "sample string 22",
    "CodeBehindType": "sample string 23",
    "IncludeScriptManager": true,
    "EnableViewState": true,
    "PageType": 0,
    "RedirectPage": null,
    "TemplateId": "a1f97d6e-dfad-4d41-a5a7-0c805c42e59c",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2026-09-20T23:03:31.7156923Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get TeamsPage by relatedKey

Returns a related item of type TeamsPage from teams item.

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

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2026-09-20T23:03:31.7178083Z",
  "UrlName": "sample string 2",
  "organizations": "5bf882b8-9e0c-4f42-8d1a-7b0bbaa06159",
  "regionscountries": "9f113da2-2408-490c-98ef-36a1d6d3c443",
  "sustainabledevelopmentgoals": "37f1145d-1e48-472f-b863-5da527bb7a25",
  "departmentaltargets": "3f69c50d-b92a-4a9a-b9f0-0d1e8e9be8e7",
  "healthtopics": "4dbe37c0-a4c9-4430-b7c1-0ca56e2051bf",
  "events": "26c1118f-425b-4432-8e99-9c78d350a5a3",
  "publishingoffices": "e331790b-7297-4644-b3e0-68bab5bb3f4a",
  "WebPageType": "sample string 10",
  "targetaudiences": "797a2bfe-406e-45c0-aa68-447b1442ff57",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "ShowInNavigation": true,
  "ParentId": "adff0efe-2e6e-482c-907b-fbda41e12ba4",
  "RootId": "349ca03e-0333-4d9e-8965-615ee4e0b8f7",
  "ExpirationInDays": 19,
  "HtmlTitle": "sample string 20",
  "Description": "sample string 21",
  "HeadTagContent": "sample string 22",
  "CodeBehindType": "sample string 23",
  "IncludeScriptManager": true,
  "EnableViewState": true,
  "PageType": 0,
  "RedirectPage": null,
  "TemplateId": "35563721-8b5d-4678-9bfe-ea48d77c2955",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post TeamsPage

Add TeamsPage relation to teams item.

Copy POST /api/default/teams({key})/TeamsPage/$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 TeamsPage

Delete set of related items of type TeamsPage from teams item.

Copy DELETE /api/default/teams({key})/TeamsPage/$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 TeamsPage by relatedKey

Delete relation of type TeamsPage from teams item.

Copy DELETE /api/default/teams({key})/TeamsPage({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 ImageThumbnailRelatedData

Returns a set of related items of type ImageThumbnailRelatedData from teams item.

Copy GET /api/default/teams({key})/ImageThumbnailRelatedData
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:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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": "ace1ce89-5132-49cd-9b7e-5c5e513455a2",
    "publishingoffices": "8b87fdb5-7dbb-4c80-a54b-bfa78e3868a4",
    "events": "9869d96e-a057-4d36-b4ec-263fc904dd68",
    "targets": "1eb9af59-c380-482f-a62a-966da0911187",
    "Category": "896bd98b-9dbb-4f05-87e1-d6ef1a3c9298",
    "imagetypes": "cc58d21a-a892-4ad4-9d0c-831af8e3cc60",
    "JoomlaArticleId": "sample string 21",
    "departmentaltargets": "8ef48d43-5c1a-4156-bfd8-784fa0d3da35",
    "stakeholders": "ca551a18-cbde-4319-8d50-d095d2a21860",
    "Tags": "201d1106-b0e6-4756-9811-0509bb481118",
    "healthtopics": "987a1a28-eead-40e3-b9f2-7ac2753f1821",
    "targetaudiences": "59e75eea-7a2a-4312-a711-61e5806eead6",
    "IsOptimized": true,
    "OptImgStatus": "sample string 28",
    "Width": 29,
    "Height": 30,
    "AlternativeText": "sample string 31",
    "FolderId": "e38975d7-283b-4808-bc67-45aa12e01076",
    "ParentId": "7275cf7b-7cc5-48cf-b5ee-a406e31301d3",
    "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:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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": "ace1ce89-5132-49cd-9b7e-5c5e513455a2",
    "publishingoffices": "8b87fdb5-7dbb-4c80-a54b-bfa78e3868a4",
    "events": "9869d96e-a057-4d36-b4ec-263fc904dd68",
    "targets": "1eb9af59-c380-482f-a62a-966da0911187",
    "Category": "896bd98b-9dbb-4f05-87e1-d6ef1a3c9298",
    "imagetypes": "cc58d21a-a892-4ad4-9d0c-831af8e3cc60",
    "JoomlaArticleId": "sample string 21",
    "departmentaltargets": "8ef48d43-5c1a-4156-bfd8-784fa0d3da35",
    "stakeholders": "ca551a18-cbde-4319-8d50-d095d2a21860",
    "Tags": "201d1106-b0e6-4756-9811-0509bb481118",
    "healthtopics": "987a1a28-eead-40e3-b9f2-7ac2753f1821",
    "targetaudiences": "59e75eea-7a2a-4312-a711-61e5806eead6",
    "IsOptimized": true,
    "OptImgStatus": "sample string 28",
    "Width": 29,
    "Height": 30,
    "AlternativeText": "sample string 31",
    "FolderId": "e38975d7-283b-4808-bc67-45aa12e01076",
    "ParentId": "7275cf7b-7cc5-48cf-b5ee-a406e31301d3",
    "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 ImageThumbnailRelatedData by relatedKey

Returns a related item of type ImageThumbnailRelatedData from teams item.

Copy GET /api/default/teams({key})/ImageThumbnailRelatedData({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:03:31.7178083Z",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "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": "457c53e8-de23-4062-8510-2f9f82e45493",
  "publishingoffices": "dc3831a2-9667-4efe-bc14-a12b63d31eec",
  "events": "0e9f286c-a7c2-4da1-8e80-44e17619d114",
  "targets": "a656dba8-4e9a-463f-ac40-a6c15c5e25b0",
  "Category": "319cf195-66f2-40dd-a0da-14738deacc84",
  "imagetypes": "c796cabd-9a3a-4ff6-8647-aee5593cf921",
  "JoomlaArticleId": "sample string 21",
  "departmentaltargets": "caa798ac-7b19-4c4e-ad59-94f6bd0418ea",
  "stakeholders": "6e0078fd-baf5-41d0-9e52-391dc54735c4",
  "Tags": "9ba61456-e2f8-49b6-9ea2-a829e9694147",
  "healthtopics": "ad13485f-9683-40a4-a840-7f385c9856b3",
  "targetaudiences": "3f9b4c30-f98b-4387-99ad-4f189b25d6e2",
  "IsOptimized": true,
  "OptImgStatus": "sample string 28",
  "Width": 29,
  "Height": 30,
  "AlternativeText": "sample string 31",
  "FolderId": "64b3059d-7df9-49a9-9543-5a811125bd56",
  "ParentId": "d7d21bee-900a-4ad7-b570-99cb2d08b477",
  "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 ImageThumbnailRelatedData

Add ImageThumbnailRelatedData relation to teams item.

Copy POST /api/default/teams({key})/ImageThumbnailRelatedData/$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 ImageThumbnailRelatedData

Delete set of related items of type ImageThumbnailRelatedData from teams item.

Copy DELETE /api/default/teams({key})/ImageThumbnailRelatedData/$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 ImageThumbnailRelatedData by relatedKey

Delete relation of type ImageThumbnailRelatedData from teams item.

Copy DELETE /api/default/teams({key})/ImageThumbnailRelatedData({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 TeamPeopleRelatedData

Returns a set of related items of type TeamPeopleRelatedData from teams item.

Copy GET /api/default/teams({key})/TeamPeopleRelatedData
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:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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:03:31.7178083+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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:03:31.7178083+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get TeamPeopleRelatedData by relatedKey

Returns a related item of type TeamPeopleRelatedData from teams item.

Copy GET /api/default/teams({key})/TeamPeopleRelatedData({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:03:31.7178083Z",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "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:03:31.7178083+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post TeamPeopleRelatedData

Add TeamPeopleRelatedData relation to teams item.

Copy POST /api/default/teams({key})/TeamPeopleRelatedData/$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 TeamPeopleRelatedData

Delete set of related items of type TeamPeopleRelatedData from teams item.

Copy DELETE /api/default/teams({key})/TeamPeopleRelatedData/$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 TeamPeopleRelatedData by relatedKey

Delete relation of type TeamPeopleRelatedData from teams item.

Copy DELETE /api/default/teams({key})/TeamPeopleRelatedData({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 HighlightedPersonRelatedData

Returns a set of related items of type HighlightedPersonRelatedData from teams item.

Copy GET /api/default/teams({key})/HighlightedPersonRelatedData
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:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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:03:31.7178083+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2026-09-20T23:03:31.7178083Z",
    "PublicationDate": "2026-09-20T23:03:31.7178083Z",
    "DateCreated": "2026-09-20T23:03:31.7178083Z",
    "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:03:31.7178083+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get HighlightedPersonRelatedData by relatedKey

Returns a related item of type HighlightedPersonRelatedData from teams item.

Copy GET /api/default/teams({key})/HighlightedPersonRelatedData({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:03:31.7178083Z",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "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:03:31.7178083+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post HighlightedPersonRelatedData

Add HighlightedPersonRelatedData relation to teams item.

Copy POST /api/default/teams({key})/HighlightedPersonRelatedData/$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 HighlightedPersonRelatedData

Delete set of related items of type HighlightedPersonRelatedData from teams item.

Copy DELETE /api/default/teams({key})/HighlightedPersonRelatedData/$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 HighlightedPersonRelatedData by relatedKey

Delete relation of type HighlightedPersonRelatedData from teams item.

Copy DELETE /api/default/teams({key})/HighlightedPersonRelatedData({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 QuickLinkPrimaryLink by relatedKey

Returns a related item of type QuickLinkPrimaryLink from teams item.

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

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2026-09-20T23:03:31.7178083Z",
  "UrlName": "sample string 2",
  "organizations": "20282d54-0337-4282-8923-2468f798a5fa",
  "regionscountries": "fec6ef3d-f528-436d-8a07-1147d26049dd",
  "sustainabledevelopmentgoals": "4d343ac4-f735-4166-b176-1631dc44a14b",
  "departmentaltargets": "70dcab8e-fd71-4fa2-91d0-cf7fbf9d1f29",
  "healthtopics": "2cb0b53a-ce23-4c18-8229-ba6c9a10813e",
  "events": "e7592d31-f6b2-4ba8-87ef-01997813b6a6",
  "publishingoffices": "8dbb343f-d88a-4bbe-9a31-64f8515674f6",
  "WebPageType": "sample string 10",
  "targetaudiences": "f8c9bea7-c921-4c5f-825d-21ce0d392577",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "ShowInNavigation": true,
  "ParentId": "cf34889a-8830-4c6c-ad35-ea630d30b3a1",
  "RootId": "1b130818-976e-4346-9ce1-b2dd1e2a1df1",
  "ExpirationInDays": 19,
  "HtmlTitle": "sample string 20",
  "Description": "sample string 21",
  "HeadTagContent": "sample string 22",
  "CodeBehindType": "sample string 23",
  "IncludeScriptManager": true,
  "EnableViewState": true,
  "PageType": 0,
  "RedirectPage": null,
  "TemplateId": "b90ee379-8d32-43a3-a8da-f43416014b12",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post QuickLinkPrimaryLink

Add QuickLinkPrimaryLink relation to teams item.

Copy POST /api/default/teams({key})/QuickLinkPrimaryLink/$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 QuickLinkPrimaryLink by relatedKey

Delete relation of type QuickLinkPrimaryLink from teams item.

Copy DELETE /api/default/teams({key})/QuickLinkPrimaryLink({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 QuickLinkSecondaryLink by relatedKey

Returns a related item of type QuickLinkSecondaryLink from teams item.

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

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2026-09-20T23:03:31.7178083Z",
  "UrlName": "sample string 2",
  "organizations": "1d537fc2-5035-48f3-a4f1-caf72271f4a8",
  "regionscountries": "1a1d764c-5f51-447f-8c48-a4c30c580450",
  "sustainabledevelopmentgoals": "94856782-12ad-4175-b6e9-1bf25d9a1300",
  "departmentaltargets": "a5448334-3f34-41a6-9f8c-a4ee5dc90b30",
  "healthtopics": "568bae84-379c-47db-9433-00469075a2b7",
  "events": "c7a0e356-3b68-4009-9abc-f65b5887ce45",
  "publishingoffices": "13dbfd6f-12d1-4881-a5fc-6d06377fdb16",
  "WebPageType": "sample string 10",
  "targetaudiences": "2e6473cb-a1be-4409-a52a-cb75d0fa0b7c",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2026-09-20T23:03:31.7178083Z",
  "ShowInNavigation": true,
  "ParentId": "58c6d17e-348b-4050-95c1-20951804e3f1",
  "RootId": "deeecc26-e2d7-49dc-a78a-959ae667b534",
  "ExpirationInDays": 19,
  "HtmlTitle": "sample string 20",
  "Description": "sample string 21",
  "HeadTagContent": "sample string 22",
  "CodeBehindType": "sample string 23",
  "IncludeScriptManager": true,
  "EnableViewState": true,
  "PageType": 0,
  "RedirectPage": null,
  "TemplateId": "a5af1336-7ed5-4427-833e-5b4f19c73544",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2026-09-20T23:03:31.7178083Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post QuickLinkSecondaryLink

Add QuickLinkSecondaryLink relation to teams item.

Copy POST /api/default/teams({key})/QuickLinkSecondaryLink/$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 QuickLinkSecondaryLink by relatedKey

Delete relation of type QuickLinkSecondaryLink from teams item.

Copy DELETE /api/default/teams({key})/QuickLinkSecondaryLink({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.