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-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "3d74605b-8008-4db9-a24c-11d27b1c9765",
"targets": "cc0ebba7-32ac-4537-a7ef-31b0c4f3c295",
"regionscountries": "5aa26b27-2edb-40fb-9c28-b54fb21fc8b0",
"stakeholders": "39f9cd35-f25f-4d74-9fd4-84aa972e0329",
"targetaudiences": "29873555-319d-4e8e-ad13-79ca91398ecd",
"Category": "2bd720e2-d6eb-46c3-9ee3-55d53746ea52",
"Tags": "8a073010-1cf9-4b6c-84ce-4460bf7d6b3c",
"departmentaltargets": "5be1c9be-c474-4855-a670-6cc99ff3eaf2",
"events": "13a4bd51-7cff-42fe-bcd6-984a4b41a956",
"publishingoffices": "e1d6dd38-accc-4ecf-86e2-b9497f3d7a1a",
"Parts": "sample string 25",
"FolderId": "50c5d392-18e7-4e37-92a2-c076a75401ab",
"ParentId": "c35289a7-a355-4eb3-adc6-ac9e1d88e75a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "3d74605b-8008-4db9-a24c-11d27b1c9765",
"targets": "cc0ebba7-32ac-4537-a7ef-31b0c4f3c295",
"regionscountries": "5aa26b27-2edb-40fb-9c28-b54fb21fc8b0",
"stakeholders": "39f9cd35-f25f-4d74-9fd4-84aa972e0329",
"targetaudiences": "29873555-319d-4e8e-ad13-79ca91398ecd",
"Category": "2bd720e2-d6eb-46c3-9ee3-55d53746ea52",
"Tags": "8a073010-1cf9-4b6c-84ce-4460bf7d6b3c",
"departmentaltargets": "5be1c9be-c474-4855-a670-6cc99ff3eaf2",
"events": "13a4bd51-7cff-42fe-bcd6-984a4b41a956",
"publishingoffices": "e1d6dd38-accc-4ecf-86e2-b9497f3d7a1a",
"Parts": "sample string 25",
"FolderId": "50c5d392-18e7-4e37-92a2-c076a75401ab",
"ParentId": "c35289a7-a355-4eb3-adc6-ac9e1d88e75a",
"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-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "92e533fe-829d-43df-8094-0defbff8d207",
"targets": "99d9958a-4aa8-40ca-a356-b80f6de037ca",
"regionscountries": "c4b52cbe-2fba-44be-9b00-955145aa284a",
"stakeholders": "d4f155bd-c5b4-43b9-884d-f20fde3fe534",
"targetaudiences": "1e5af215-bb36-4a58-96e6-936ad020e636",
"Category": "4abf0e3c-6338-41f9-9cce-80dc4463d3d3",
"Tags": "f98dda5c-d8ed-4538-994c-9d044a1b5c3b",
"departmentaltargets": "5b13b435-0d4d-46d8-be5d-600ce719e5f2",
"events": "6118b299-a5b6-4ac5-b69e-2ea2bd0b60de",
"publishingoffices": "21970b90-20e4-48a5-9b08-1e623981c1a9",
"Parts": "sample string 25",
"FolderId": "41968063-4456-420a-99c0-67bc8dd7b344",
"ParentId": "c7c69e14-3d7c-4957-9820-a37dc35f67d5",
"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": "4542cd56-8dc1-4120-a283-23643512bdb0"
}
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-10-07T20:24:29.7097943Z",
"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": "e23ebd6d-8c8f-4981-bacf-16d4684221f1",
"targets": "493eea2e-d62f-4f6d-a05d-4bb1240c4299",
"regionscountries": "04ba147e-cdc8-4a88-a89b-f22e2e4ef2b4",
"stakeholders": "bbc00c38-8f85-417c-a9e3-b039101bf621",
"targetaudiences": "95d6d513-f40f-4e1d-9b93-9f6c997e18d3",
"Category": "e8c1bd82-e241-4715-a0c5-7f8ac0beb55a",
"Tags": "4025b0ef-1135-48c7-a420-3033df9997ab",
"departmentaltargets": "679897c9-41a9-4e04-b3ce-18fb92a41e53",
"events": "31ba2d20-0ad5-4072-b080-891b7b59c1e5",
"publishingoffices": "e9153a39-f18b-40bf-9d79-99630a294a09",
"Parts": "sample string 19",
"FolderId": "d7f74e9f-7827-4481-9786-1bdd7bffdafa",
"ParentId": "02530411-c43a-4789-b0fe-4a8b8164075b"
}
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-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "5e171e72-5ca5-4dd3-8c9d-4c523935182c",
"targets": "37c2ffd7-853d-4152-8b51-53c698337d64",
"regionscountries": "25df91e8-362b-4c13-96e2-93afcd3293a0",
"stakeholders": "ba66a285-f21d-4749-964b-0a4b14a821a3",
"targetaudiences": "06fc3215-f101-4ea8-a4c9-a6d192fbee12",
"Category": "5d9f51e5-857c-43b8-a282-da37af3edaca",
"Tags": "267edede-fe3f-48d4-bfaa-6d9e00909ebb",
"departmentaltargets": "a81457d5-d45d-4a29-9922-a441e49cf930",
"events": "5265c9c2-6d81-4991-bd98-93aa4ee5bba8",
"publishingoffices": "eb0aa6f9-447b-4eb4-b355-2b33a4cb7115",
"Parts": "sample string 25",
"FolderId": "d20a8e82-c95f-4a74-9dee-6f4a5d4f8d8f",
"ParentId": "8349c5f7-6a28-4b5a-b0b3-c113ba4a218b",
"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-10-07T20:24:29.7097943Z",
"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": "36fd4fed-a945-4432-ad71-637e934994b7",
"targets": "f67bfb24-3b95-47c7-bf79-3c58f02e5d95",
"regionscountries": "08632e7d-b45f-4a30-89c5-1d03b5a0c4ab",
"stakeholders": "916452c0-0204-4bda-b0c4-9de278652feb",
"targetaudiences": "f01132e8-ca09-48d4-9981-3c5ee3d59959",
"Category": "7088261c-53e6-4361-ad3f-35d5f7b0dc4a",
"Tags": "648b12b9-e58d-4f78-b4b9-7b8a8d79d3d5",
"departmentaltargets": "6ccb2ec7-0a6f-443e-b715-61399a2bf30e",
"events": "d506672f-56e0-4ec5-9496-93a2fb4e9d27",
"publishingoffices": "14b8c906-ea32-4c90-858a-8c238c45ba8c",
"Parts": "sample string 19",
"FolderId": "bb1cef74-d14f-4c20-a554-6ba50d3a0961",
"ParentId": "2132452a-0094-4b73-831f-58b3e09f76f1"
}
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-10-07T20:24:29.7097943Z",
"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": "5d9f9227-e3b0-4ccc-8c71-478db79c6ed9",
"targets": "9aeaf289-2990-4c5f-af4c-58f7cc816a83",
"regionscountries": "dc424212-6e4c-40c0-9b2e-8a74f3ebbc2b",
"stakeholders": "5cec74b0-df0e-4d8a-b545-e0b00070aa2a",
"targetaudiences": "cccc7d5f-af93-403f-b5dd-6c914571f1f2",
"Category": "36b39dda-98dc-4206-8d08-b0a292c396fe",
"Tags": "dcc2bd2b-81a7-463a-8673-688af2ba8f5d",
"departmentaltargets": "9757c6a0-fc53-4050-bc88-c0fe16cbbded",
"events": "5a7eedd7-cf08-4571-a077-273c340669ef",
"publishingoffices": "01357d81-dc76-4148-b7b4-3325aa7fbb54",
"Parts": "sample string 19",
"FolderId": "2cf2945a-fa52-4692-8053-2f4d5ade48a2",
"ParentId": "7c01362c-697b-46d3-a1bf-56c39ad240ec"
}
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-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "d723f8fa-ff78-4abb-a0c6-3aee2d880dc7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "669e4ffd-5438-4984-994a-e42fa3a622e9",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.7097943+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-10-07T20:24:29.7097943Z",
"PublicationDate": "2025-10-07T20:24:29.7097943Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:29.7097943Z",
"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": "d723f8fa-ff78-4abb-a0c6-3aee2d880dc7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "669e4ffd-5438-4984-994a-e42fa3a622e9",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:29.7097943+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.