Returns a set of data items of type documents.
GET /api/multimedias/documents
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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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,
"healthtopics": "341042ba-67e1-4013-876b-745af5511881",
"targets": "ba973b98-ef81-455a-aa5d-ce6a0e264608",
"regionscountries": "3db3dd24-80ad-44c6-a960-57eab843c7db",
"stakeholders": "c3d8c92a-2765-4cf5-9378-6accdfd8ee3d",
"targetaudiences": "7822783e-e819-4e8b-95ac-cbde941dd719",
"Category": "d5b7846f-2588-424b-8953-04fc3f8d76ac",
"Tags": "8c9cfd4d-01a6-45c0-8fcd-0987a6db57a3",
"departmentaltargets": "3ef33c41-ce6a-46b7-921b-b6c2494e345c",
"events": "c5b5b9d3-b440-4e6d-a75f-bee711ea2de5",
"publishingoffices": "f20be680-c33b-4c76-be11-6bc2173a8447",
"Parts": "sample string 25",
"FolderId": "7e6e6314-dce5-4fc9-bc17-90ea9d74231f",
"ParentId": "9e793904-fd8b-4390-a3c8-15ddd2e23761",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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,
"healthtopics": "341042ba-67e1-4013-876b-745af5511881",
"targets": "ba973b98-ef81-455a-aa5d-ce6a0e264608",
"regionscountries": "3db3dd24-80ad-44c6-a960-57eab843c7db",
"stakeholders": "c3d8c92a-2765-4cf5-9378-6accdfd8ee3d",
"targetaudiences": "7822783e-e819-4e8b-95ac-cbde941dd719",
"Category": "d5b7846f-2588-424b-8953-04fc3f8d76ac",
"Tags": "8c9cfd4d-01a6-45c0-8fcd-0987a6db57a3",
"departmentaltargets": "3ef33c41-ce6a-46b7-921b-b6c2494e345c",
"events": "c5b5b9d3-b440-4e6d-a75f-bee711ea2de5",
"publishingoffices": "f20be680-c33b-4c76-be11-6bc2173a8447",
"Parts": "sample string 25",
"FolderId": "7e6e6314-dce5-4fc9-bc17-90ea9d74231f",
"ParentId": "9e793904-fd8b-4390-a3c8-15ddd2e23761",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]
Gets documents item by id.
GET /api/multimedias/documents({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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2025-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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,
"healthtopics": "febada16-fabf-4262-9357-a2dc8bed813a",
"targets": "b8f8e5a4-8ba6-4cba-bf7e-4c7702bb383e",
"regionscountries": "ed597d94-733e-41d2-bd2d-de26f1c989f6",
"stakeholders": "fa608734-aaa7-44d4-b591-e984d0910663",
"targetaudiences": "fe162e43-d1ad-4b13-ad1d-c417347333d1",
"Category": "0094fb93-3883-4bf8-b64d-180c70171cdd",
"Tags": "3d3ba7bf-9719-40e2-923c-6cc3703ff23d",
"departmentaltargets": "487cd53d-56db-4aea-8edc-9fdc6854a422",
"events": "c7621854-506e-41d7-9b00-a32808525e63",
"publishingoffices": "18be3182-8d8b-4a58-ab4b-a3ba47d44cd9",
"Parts": "sample string 25",
"FolderId": "4f33a334-c9f0-447b-8f68-0e4c2b012f59",
"ParentId": "01f932ae-81a8-4f9f-bd8c-40e2fb4bea99",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
Gets Id property from documents item.
GET /api/multimedias/documents({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": "f38eb22d-1272-4155-bfcc-2420a6b0fd57"
}
Creates a documents item.
POST /api/multimedias/documents
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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "1f45de53-6bec-4463-8b38-2d7d2016bce4",
"targets": "b46d82fc-fec4-4ac9-90e0-6669bdf50d04",
"regionscountries": "d298d79a-4a64-4bbf-944e-8d4ecfa5449d",
"stakeholders": "0b303e5f-9c92-4c81-b2a0-acb9b60b55d7",
"targetaudiences": "eef474e8-c7ea-46de-9bfc-b9d3321f3995",
"Category": "09a7177e-9533-45a0-ace5-98c04c2bc69e",
"Tags": "670dbd5c-a483-4fab-8735-894590a8ca8b",
"departmentaltargets": "98444e60-7b91-47c7-af09-57336a48393c",
"events": "9c6e21ea-777c-453e-95dc-f24703b658a5",
"publishingoffices": "c3dee727-1b7b-487a-8797-84d41f224b10",
"Parts": "sample string 19",
"FolderId": "e18059ab-e5ed-4775-8a87-cd78c0a5e5ec",
"ParentId": "50e22d15-bf68-434d-ac88-2a25acd53043"
}
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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2025-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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,
"healthtopics": "675a3c92-fbd8-4e01-a60a-a4aebd0d4de1",
"targets": "1f91e2e6-f8ea-4d9a-9916-65b0e42c8bd9",
"regionscountries": "afbcfcde-3044-4d47-9d4a-1adefda892a2",
"stakeholders": "30d56574-7ef0-45b5-aa07-e00674a2df6c",
"targetaudiences": "15f71cc4-1073-4b73-881e-c624d6591f47",
"Category": "e7eec677-ba52-4f77-9b21-daa31bf00542",
"Tags": "81046fa9-d323-447b-8b33-bbad849954b4",
"departmentaltargets": "0b6e2629-0fde-4ac5-b791-e5315710b6e6",
"events": "661edb66-4187-42b9-b8d8-516798e5cda1",
"publishingoffices": "57c4abbd-2d85-4ce2-b387-f64569c80ad1",
"Parts": "sample string 25",
"FolderId": "b5a4acfd-2b62-437f-90ea-17ffd0846a2f",
"ParentId": "443e8d5f-d09a-43c5-a7c9-e962294565ea",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
Partial update for documents item.
PATCH /api/multimedias/documents({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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "079cced9-05b2-46b8-815f-e95d671fe804",
"targets": "a664d595-2cf0-40c8-bb23-37fd4467f6cf",
"regionscountries": "b8ba5029-5960-4d4c-86bc-08bdc04c424c",
"stakeholders": "849bc94d-6882-4842-8306-66f84382f2f8",
"targetaudiences": "b0286562-60b5-4251-b1eb-6eacad34b685",
"Category": "53fa7939-5d95-4217-b841-551a35def1fb",
"Tags": "b6b69a0b-38eb-47ad-bce9-315c3b1dee30",
"departmentaltargets": "85eb1b4d-3aa5-4d9f-9778-cf148bc67195",
"events": "01d549a1-aa49-4489-ad65-ae84b838423c",
"publishingoffices": "e315249b-6745-470a-93d7-6a1c38d03064",
"Parts": "sample string 19",
"FolderId": "9edfd6f6-eeac-4da0-a823-3b5dae3a71e9",
"ParentId": "c8946b1f-06e4-472c-b9f1-012e1505813a"
}
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 documents item.
PUT /api/multimedias/documents({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 | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
healthtopics | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Parts | System.String | 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 | |
ThumbnailUrl | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "0d2c3a29-68a4-489a-8420-822f813240f0",
"targets": "a62816e0-0f49-430e-aeac-d50c9dce004f",
"regionscountries": "dd2d1479-e83f-4662-8401-7e222817aa6d",
"stakeholders": "1dacded8-f61a-40e3-8001-e3b189dfa8d0",
"targetaudiences": "09225258-ba66-4194-8cf5-8d2991c47290",
"Category": "49eaddfd-7f6d-4d6f-ac8b-556f76413f85",
"Tags": "2d031f6d-41ce-4ed7-a187-ed5898093fb8",
"departmentaltargets": "f605d853-31d9-45be-97f9-946f142e020d",
"events": "c250a29e-29c0-4977-bc51-30e7d55641ce",
"publishingoffices": "b5772b24-f5d3-4ae8-bedf-c22fbb1b29b2",
"Parts": "sample string 19",
"FolderId": "29cc927c-62ad-4586-b076-f16c3d10982f",
"ParentId": "c49312b1-112d-4d31-8945-fa7ac560b504"
}
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 documents item by Id.
DELETE /api/multimedias/documents({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 documents item.
GET /api/multimedias/documents({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-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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": "0b664a2b-83b9-4fd1-8679-c69ffb70beed",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cf3c7417-312e-4a71-9a01-fca28ea1c5c8",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:20:03.4768135+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-09-12T09:20:03.4768135Z",
"PublicationDate": "2025-09-12T09:20:03.4768135Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T09:20:03.4768135Z",
"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": "0b664a2b-83b9-4fd1-8679-c69ffb70beed",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cf3c7417-312e-4a71-9a01-fca28ea1c5c8",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:20:03.4768135+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]
Add Parent relation to documents item.
POST /api/multimedias/documents({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 documents item.
DELETE /api/multimedias/documents({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.