Returns a set of data items of type folders.
GET /api/multimedias/folders
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 | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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-10-07T20:24:25.7046142Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"RootId": "79ab275d-1ce6-46f5-9386-5871db29d7ee",
"ParentId": "6dbe2bc6-16ff-4277-ac37-6328a66a90e2",
"CoverId": "72bdac14-b50a-4082-948a-d3b28be36f0e",
"Provider": "sample string 8",
"ChildrenCount": 9,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:25.7046142+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-10-07T20:24:25.7046142Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"RootId": "79ab275d-1ce6-46f5-9386-5871db29d7ee",
"ParentId": "6dbe2bc6-16ff-4277-ac37-6328a66a90e2",
"CoverId": "72bdac14-b50a-4082-948a-d3b28be36f0e",
"Provider": "sample string 8",
"ChildrenCount": 9,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:25.7046142+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]
Gets folders item by id.
GET /api/multimedias/folders({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 | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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-10-07T20:24:25.7046142Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"RootId": "f7822c47-1e88-45f1-bfd9-8bba1c9fd39a",
"ParentId": "dc0b9e55-48bc-427e-8f7c-fed96b2f359d",
"CoverId": "056d0bd4-88bf-48fa-ac66-00774ba988aa",
"Provider": "sample string 8",
"ChildrenCount": 9,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:25.7046142+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
Gets Id property from folders item.
GET /api/multimedias/folders({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": "00613a46-a749-43c5-8dd4-30ebf8524150"
}
Creates a folders item.
POST /api/multimedias/folders
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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
{
"UrlName": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"RootId": "c6c5822a-b352-4411-8d99-eb1af6dd3071",
"ParentId": "763c82dd-6fbe-445f-b127-10279878f975",
"CoverId": "cd2d04d9-3aca-4a49-968e-40403e26c907"
}
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 | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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-10-07T20:24:25.7046142Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"RootId": "7bb4f606-74ef-4225-98c5-c781f8865ee2",
"ParentId": "573b9ac0-9803-4017-bbd1-96d9d04d2ec7",
"CoverId": "c94f02c6-b88c-4d5e-bfa1-12a493a9537e",
"Provider": "sample string 8",
"ChildrenCount": 9,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:25.7046142+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
Partial update for folders item.
PATCH /api/multimedias/folders({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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
{
"UrlName": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"RootId": "84b6dde5-8dc3-4965-99e4-3cdedb35184c",
"ParentId": "626176b5-aae2-401f-b95b-a03ce6a822b0",
"CoverId": "46bcc951-d8a0-4e6f-a010-bc40efe1601c"
}
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 folders item.
PUT /api/multimedias/folders({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
UrlName | System.String | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
RootId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
CoverId | 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
{
"UrlName": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"RootId": "4e66a2de-e937-4209-b62c-a4e38ce16eaf",
"ParentId": "61604d3c-df57-4ca2-b137-36cf610d0b85",
"CoverId": "0f3ca4ab-aeaa-46bb-a3fe-56e5efaf4a50"
}
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 folders item by Id.
DELETE /api/multimedias/folders({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.