RESTful API

Videos

Get videos

Returns a set of data items of type videos.

Copy GET /api/media/videos
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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T10:40:40.6803896Z",
    "PublicationDate": "2025-09-12T10:40:40.6803896Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T10:40:40.6803896Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "ThumbnailUrl": "sample string 11",
    "Author": "sample string 12",
    "Extension": "sample string 13",
    "MimeType": "sample string 14",
    "TotalSize": 15,
    "Tags": "576e706e-e0ac-4789-aa0d-4f7f50a7e766",
    "Category": "5cf4a7b9-aece-4a78-a38c-d260ce6f3b31",
    "Width": 18,
    "Height": 19,
    "FolderId": "5ec7f44c-4b60-4619-8898-315330c95ec5",
    "ParentId": "4bc12fd3-73c8-46f2-823d-adea6d032ae3",
    "Provider": "sample string 22",
    "Url": "sample string 23",
    "IsDamMedia": true
  },
  {
    "LastModified": "2025-09-12T10:40:40.6803896Z",
    "PublicationDate": "2025-09-12T10:40:40.6803896Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T10:40:40.6803896Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "ThumbnailUrl": "sample string 11",
    "Author": "sample string 12",
    "Extension": "sample string 13",
    "MimeType": "sample string 14",
    "TotalSize": 15,
    "Tags": "576e706e-e0ac-4789-aa0d-4f7f50a7e766",
    "Category": "5cf4a7b9-aece-4a78-a38c-d260ce6f3b31",
    "Width": 18,
    "Height": 19,
    "FolderId": "5ec7f44c-4b60-4619-8898-315330c95ec5",
    "ParentId": "4bc12fd3-73c8-46f2-823d-adea6d032ae3",
    "Provider": "sample string 22",
    "Url": "sample string 23",
    "IsDamMedia": true
  }
]

Get videos by key

Gets videos item by id.

Copy GET /api/media/videos({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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T10:40:40.6803896Z",
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T10:40:40.6803896Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "Ordinal": 8.1,
  "UrlName": "sample string 9",
  "ItemDefaultUrl": "sample string 10",
  "ThumbnailUrl": "sample string 11",
  "Author": "sample string 12",
  "Extension": "sample string 13",
  "MimeType": "sample string 14",
  "TotalSize": 15,
  "Tags": "7275b1f7-0fb3-4ac2-ad40-a6b2c2142a86",
  "Category": "e5665402-eb26-4aae-ab06-d7fc5b93e858",
  "Width": 18,
  "Height": 19,
  "FolderId": "7165041c-a8aa-4875-9964-a77223e324e0",
  "ParentId": "348f4d15-83b9-429e-be2f-9dc9bb44bc5c",
  "Provider": "sample string 22",
  "Url": "sample string 23",
  "IsDamMedia": true
}

Get property

Gets Id property from videos item.

Copy GET /api/media/videos({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": "d84f4f26-082a-4c93-99d3-00592369fd3d"
}

Post videos

Creates a videos item.

Copy POST /api/media/videos
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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ThumbnailUrl": "sample string 8",
  "Author": "sample string 9",
  "Tags": "21a0128a-86a1-4b50-bc92-5d4daddd3d1b",
  "Category": "c6197cdb-385a-4b29-9689-52817b357340",
  "Width": 12,
  "Height": 13,
  "FolderId": "a5abbf2f-cfff-4e44-aedf-3ea18d8356d4",
  "ParentId": "b1588a89-038c-45c8-8a87-ef6b622b45be"
}
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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T10:40:40.6803896Z",
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T10:40:40.6803896Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "Ordinal": 8.1,
  "UrlName": "sample string 9",
  "ItemDefaultUrl": "sample string 10",
  "ThumbnailUrl": "sample string 11",
  "Author": "sample string 12",
  "Extension": "sample string 13",
  "MimeType": "sample string 14",
  "TotalSize": 15,
  "Tags": "3b43b570-110f-4683-9570-725225d6aebb",
  "Category": "fdc61948-b2ad-4bb9-9d97-744ce4597e72",
  "Width": 18,
  "Height": 19,
  "FolderId": "03354c1b-601f-4804-884e-22d545030861",
  "ParentId": "1ed39f26-2e86-40cb-a47b-220c43e09a9f",
  "Provider": "sample string 22",
  "Url": "sample string 23",
  "IsDamMedia": true
}

Patch videos by key

Partial update for videos item.

Copy PATCH /api/media/videos({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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ThumbnailUrl": "sample string 8",
  "Author": "sample string 9",
  "Tags": "24b0ad71-9289-443c-975c-56300a99a4d2",
  "Category": "99b51a14-2f09-4779-ac38-fc8dd4bf5efb",
  "Width": 12,
  "Height": 13,
  "FolderId": "8bf2ff22-1ada-4341-8199-1101bb76ef1c",
  "ParentId": "523a3212-60b3-43a1-bd56-f9467d8a2a76"
}
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 videos by key

Full update for videos item.

Copy PUT /api/media/videos({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

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

ThumbnailUrl

System.String

Read only: False
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

Tags

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Width

System.Int32

Read only: False
Selected by default: True

Height

System.Int32

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

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ThumbnailUrl": "sample string 8",
  "Author": "sample string 9",
  "Tags": "a22b6f67-2410-44cc-b72e-3edf6f4c99ea",
  "Category": "cbfb2db6-a093-43ed-84e2-cc12fa913cfc",
  "Width": 12,
  "Height": 13,
  "FolderId": "5e56d653-801e-4313-9019-413c399d3799",
  "ParentId": "976c39ea-99ee-40ad-8304-5a3f6c0fbb35"
}
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 videos by key

Deletes a videos item by Id.

Copy DELETE /api/media/videos({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

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

Copy GET /api/media/videos({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

MaxSize

System.Int64

Read only: False
Selected by default: True

MaxItemSize

System.Int64

Read only: False
Selected by default: True

BlobStorageProvider

System.String

Read only: False
Selected by default: True

OutputCacheProfile

System.String

Read only: False
Selected by default: True

ClientCacheProfile

System.String

Read only: False
Selected by default: True

ExcludeFromSiteSearch

System.Boolean

Read only: False
Selected by default: True

CoverId

System.Guid

Read only: False
Selected by default: True

ThumbnailProfiles

System.String

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

ChildrenCount

System.Int32

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Breadcrumb

Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T10:40:40.6803896Z",
    "PublicationDate": "2025-09-12T10:40:40.6803896Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T10:40:40.6803896Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "MaxSize": 10,
    "MaxItemSize": 11,
    "BlobStorageProvider": "sample string 12",
    "OutputCacheProfile": "sample string 13",
    "ClientCacheProfile": "sample string 14",
    "ExcludeFromSiteSearch": true,
    "CoverId": "dad224b2-5ba7-4b39-b039-2ff6954d3011",
    "ThumbnailProfiles": "sample string 17",
    "AllowComments": true,
    "ParentId": "10c38a16-dbba-4001-9f0c-4b96cd0a7584",
    "Provider": "sample string 20",
    "ChildrenCount": 21,
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T10:40:40.6803896+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    },
    "Breadcrumb": null
  },
  {
    "LastModified": "2025-09-12T10:40:40.6803896Z",
    "PublicationDate": "2025-09-12T10:40:40.6803896Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T10:40:40.6803896Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "UrlName": "sample string 8",
    "ItemDefaultUrl": "sample string 9",
    "MaxSize": 10,
    "MaxItemSize": 11,
    "BlobStorageProvider": "sample string 12",
    "OutputCacheProfile": "sample string 13",
    "ClientCacheProfile": "sample string 14",
    "ExcludeFromSiteSearch": true,
    "CoverId": "dad224b2-5ba7-4b39-b039-2ff6954d3011",
    "ThumbnailProfiles": "sample string 17",
    "AllowComments": true,
    "ParentId": "10c38a16-dbba-4001-9f0c-4b96cd0a7584",
    "Provider": "sample string 20",
    "ChildrenCount": 21,
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T10:40:40.6803896+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    },
    "Breadcrumb": null
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from videos item.

Copy GET /api/media/videos({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

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

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

MaxSize

System.Int64

Read only: False
Selected by default: True

MaxItemSize

System.Int64

Read only: False
Selected by default: True

BlobStorageProvider

System.String

Read only: False
Selected by default: True

OutputCacheProfile

System.String

Read only: False
Selected by default: True

ClientCacheProfile

System.String

Read only: False
Selected by default: True

ExcludeFromSiteSearch

System.Boolean

Read only: False
Selected by default: True

CoverId

System.Guid

Read only: False
Selected by default: True

ThumbnailProfiles

System.String

Read only: False
Selected by default: False

AllowComments

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

ChildrenCount

System.Int32

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Breadcrumb

Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T10:40:40.6803896Z",
  "PublicationDate": "2025-09-12T10:40:40.6803896Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T10:40:40.6803896Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "UrlName": "sample string 8",
  "ItemDefaultUrl": "sample string 9",
  "MaxSize": 10,
  "MaxItemSize": 11,
  "BlobStorageProvider": "sample string 12",
  "OutputCacheProfile": "sample string 13",
  "ClientCacheProfile": "sample string 14",
  "ExcludeFromSiteSearch": true,
  "CoverId": "fe72c046-aaa8-444f-bd0a-360c89878944",
  "ThumbnailProfiles": "sample string 17",
  "AllowComments": true,
  "ParentId": "65553dce-03b3-4eb9-b26e-e85bcc56c55a",
  "Provider": "sample string 20",
  "ChildrenCount": 21,
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T10:40:40.6803896+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  },
  "Breadcrumb": null
}

Post Parent

Add Parent relation to videos item.

Copy POST /api/media/videos({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

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

Copy DELETE /api/media/videos({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from videos item.

Copy DELETE /api/media/videos({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.