Returns a set of data items of type videos.
GET /api/media/videos
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "1189d396-2dc9-45c9-90b1-a3ae7cd58750",
"Category": "cde69d1f-3504-4c11-85f4-a393f41b98d3",
"Width": 18,
"Height": 19,
"FolderId": "ca0a985b-66bc-4b8b-8cc0-570970ae8779",
"ParentId": "eeeb2db5-0fe2-4087-bce6-12dc7cc98f76",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "1189d396-2dc9-45c9-90b1-a3ae7cd58750",
"Category": "cde69d1f-3504-4c11-85f4-a393f41b98d3",
"Width": 18,
"Height": 19,
"FolderId": "ca0a985b-66bc-4b8b-8cc0-570970ae8779",
"ParentId": "eeeb2db5-0fe2-4087-bce6-12dc7cc98f76",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}
]Gets videos item by id.
GET /api/media/videos({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "7ba09cd1-09e0-4ac1-9f6c-3b6a80835436",
"Category": "b4621421-4c22-4d75-9af5-e6a41bb6d0db",
"Width": 18,
"Height": 19,
"FolderId": "64d23f37-ae15-4d49-8c73-27593417476e",
"ParentId": "414ca221-51f0-4783-8274-77da4a496022",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}Gets Id property from videos item.
GET /api/media/videos({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "a1b6b3de-8348-4aa9-8cb4-8a3cbf780b83"
}Creates a videos item.
POST /api/media/videos
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"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": "e5655da3-9d88-4bb4-8faf-edbd4a72574a",
"Category": "3e4630a0-c290-48c1-a08b-b9ac769fcba1",
"Width": 12,
"Height": 13,
"FolderId": "d5738d11-172f-4761-b433-93008d8564e3",
"ParentId": "53baa6c8-77be-44ff-b164-308bb9cb9161"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "28cd8320-a4fc-4198-8592-e6f12937adbc",
"Category": "e82889fa-619d-4b3a-b463-5856c3a61106",
"Width": 18,
"Height": 19,
"FolderId": "2f851b2e-f38c-4cef-8b34-e96cd58cabdc",
"ParentId": "b5745e50-f8a1-42a1-b1f7-bb02efc6cd2a",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}Partial update for videos item.
PATCH /api/media/videos({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"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": "4931c0b3-e929-4463-9f2c-ee0316a46239",
"Category": "b90aef00-847e-43ea-a1ca-1e48af89eece",
"Width": 12,
"Height": 13,
"FolderId": "a7517d3a-552d-4015-aab4-93333cd44898",
"ParentId": "7951b9dd-1142-4296-b6fc-7c72cd8a371f"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for videos item.
PUT /api/media/videos({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"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": "93711ca8-a4a6-4283-b58a-8933e7786130",
"Category": "1c1f4289-cff7-4616-ad3e-5c2f6446bb5b",
"Width": 12,
"Height": 13,
"FolderId": "ea2cda08-aff1-4d0f-9160-bd67dfeebd6d",
"ParentId": "98d44f94-ea7d-4e83-9d18-3c9473abcb7c"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a videos item by Id.
DELETE /api/media/videos({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Parent from videos item.
GET /api/media/videos({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "e27702c0-9139-40e0-8ff4-5ac13371880b",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "a6ae64fd-81f0-4070-bbb8-ba898b8fdedd",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:20:19.5830305+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-12-10T00:20:19.5830305Z",
"PublicationDate": "2025-12-10T00:20:19.5830305Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:20:19.5830305Z",
"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": "e27702c0-9139-40e0-8ff4-5ac13371880b",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "a6ae64fd-81f0-4070-bbb8-ba898b8fdedd",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:20:19.5830305+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to videos item.
POST /api/media/videos({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from videos item.
DELETE /api/media/videos({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.