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": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "091cbdc0-95d7-43ba-8c72-1586d15bdb98",
"targets": "227ef274-c33b-45f8-b0f6-bdb065dca18f",
"regionscountries": "7e319b9f-626c-4f0b-acec-18bd0ccec242",
"stakeholders": "d28caff2-3d97-41eb-a999-c3d061baae41",
"targetaudiences": "6434d61f-cfee-416b-baaf-b3fdd51c50ac",
"Category": "433be8de-38db-48e9-bca0-3ffc97806708",
"Tags": "cd706b2e-8db2-4e9c-ad10-7da630ddbb3f",
"departmentaltargets": "2f281cf8-f7f5-475f-a8af-668a605c64c5",
"events": "84f3351e-0328-47b5-958a-30f619e3acc0",
"publishingoffices": "ecdea4d5-d70e-4518-9631-2641bdc4a36f",
"Parts": "sample string 25",
"FolderId": "f469dd96-e23e-4015-a09e-228dd1a8d70d",
"ParentId": "bd0235b2-de70-4c28-b64b-44a49bf968d9",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "091cbdc0-95d7-43ba-8c72-1586d15bdb98",
"targets": "227ef274-c33b-45f8-b0f6-bdb065dca18f",
"regionscountries": "7e319b9f-626c-4f0b-acec-18bd0ccec242",
"stakeholders": "d28caff2-3d97-41eb-a999-c3d061baae41",
"targetaudiences": "6434d61f-cfee-416b-baaf-b3fdd51c50ac",
"Category": "433be8de-38db-48e9-bca0-3ffc97806708",
"Tags": "cd706b2e-8db2-4e9c-ad10-7da630ddbb3f",
"departmentaltargets": "2f281cf8-f7f5-475f-a8af-668a605c64c5",
"events": "84f3351e-0328-47b5-958a-30f619e3acc0",
"publishingoffices": "ecdea4d5-d70e-4518-9631-2641bdc4a36f",
"Parts": "sample string 25",
"FolderId": "f469dd96-e23e-4015-a09e-228dd1a8d70d",
"ParentId": "bd0235b2-de70-4c28-b64b-44a49bf968d9",
"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": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "596992d0-d554-4997-bae4-3668cce50c3c",
"targets": "14ceb243-abf4-474e-a200-e81070906398",
"regionscountries": "f144e51b-b715-481b-a136-d0a152b70f57",
"stakeholders": "8acb81a9-0b26-4ef6-ab07-943573e130d3",
"targetaudiences": "282d9c98-d9fb-44c9-a63a-df19a29061fa",
"Category": "4489fc55-23ce-43b6-ba2c-15955ee10625",
"Tags": "b34eb881-f8ce-4d08-91cb-a1a506fa0cd0",
"departmentaltargets": "8a2611f8-2e34-40d6-b936-0bc52dcb64c9",
"events": "d9fe33fd-e99a-40bc-a82f-c02d41645461",
"publishingoffices": "a118e007-935e-4ce3-893f-c087bbbae939",
"Parts": "sample string 25",
"FolderId": "72da07ce-3f5f-4056-a3a3-6146186715e4",
"ParentId": "a47296ab-4c3d-418a-a54c-36b99128978b",
"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": "c38f0845-d6d2-453c-adcb-1b9c8f2870fc"
}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": "2026-06-27T15:05:06.1043855Z",
"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": "e7ef0065-b6a8-46a4-b4ed-ead1b176ccaa",
"targets": "9c5392ee-d777-4511-9435-acc139822b2c",
"regionscountries": "f0947a4a-4024-4d52-9a73-f00b76d18df8",
"stakeholders": "b9879e43-946d-498b-b229-43d06958a8d1",
"targetaudiences": "761d9346-23ad-480d-9009-6778dc7344b6",
"Category": "23d31abe-ea99-4602-b640-8d434df47692",
"Tags": "6ff52aeb-2d4b-4032-9c88-3b64498f7452",
"departmentaltargets": "3409482d-87b9-4ecd-83b5-2a4c5d9ee358",
"events": "3c98d794-7e47-4755-8013-b3f6d4d80a8a",
"publishingoffices": "ba12a2a9-621a-4f51-bef7-8f75597142b4",
"Parts": "sample string 19",
"FolderId": "e7dfb7fb-4d10-493e-9286-3f0ef722a0b5",
"ParentId": "299a160f-fb60-482a-8ed7-0da81cfed369"
}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": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "77abd05f-f140-45cf-af66-3189ca3249cd",
"targets": "fff5d0b0-425c-4a23-adb8-3a8d61e942b5",
"regionscountries": "e8389019-afa6-40c3-b098-f05100331f95",
"stakeholders": "43b70e96-7508-4bf0-9714-039bcb90bdee",
"targetaudiences": "e1d7b3d3-40ec-4198-839e-87af41d9377f",
"Category": "83bd34b1-bea5-44c8-a7a2-9b43c93c7017",
"Tags": "ff4b0bb1-2e03-425e-9ffc-9614d1a7a435",
"departmentaltargets": "3fecf890-a16c-4ab4-b85c-f207a1260146",
"events": "2e1cb6db-a45c-496b-87e1-c94cc7dce5fa",
"publishingoffices": "a322bbae-398a-415c-9882-7a5ab7b831b1",
"Parts": "sample string 25",
"FolderId": "52123f97-a32b-47ff-9422-41f0c83359ab",
"ParentId": "ac480104-9ab4-4414-9ead-9e3359c99eb3",
"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": "2026-06-27T15:05:06.1043855Z",
"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": "5bfc866d-aa90-47b5-9023-1515f20a5a86",
"targets": "2b7a9be2-4024-4c32-bd1d-1d0bdba239f1",
"regionscountries": "5fea825d-405d-4f77-9367-3ca4885c9b98",
"stakeholders": "336f01a7-b7bd-478d-8bc3-1cec0dcef66c",
"targetaudiences": "2a40aa9b-55c4-4cb2-a07a-2179cf1e44c8",
"Category": "a8ca1f6b-2df1-481e-830c-1cb8fea3c6fa",
"Tags": "0fdd7f88-f2ab-46b2-b386-902fac4b2344",
"departmentaltargets": "2cfff7dd-f9fd-4c7b-aff2-2e7a949a70f7",
"events": "e8e408c2-6890-464e-894a-824e00e1354d",
"publishingoffices": "39684705-116f-41b6-81a6-e4b228521f2a",
"Parts": "sample string 19",
"FolderId": "00aa6075-15f7-452c-aa2a-4c87f6f9f773",
"ParentId": "55ee792d-54d0-40e9-8804-7e15e2274288"
}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": "2026-06-27T15:05:06.1043855Z",
"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": "6ac24a18-7492-46da-9817-16d856e3bda7",
"targets": "4feee083-f8d4-4dde-8212-85b963e01da2",
"regionscountries": "49a9864d-2e93-4b71-8726-0990ab9cf509",
"stakeholders": "c56c6e09-8de1-4649-8c22-fa275a48a335",
"targetaudiences": "3454730c-aed7-4b6e-a2e0-dee1dfeb3997",
"Category": "e6ccfb99-edf2-4f76-8535-c97901175c0c",
"Tags": "1f4a6d48-b7df-4a84-942e-fce28acbd1d3",
"departmentaltargets": "9a825f5d-6cfd-4d61-ac40-e29078e4440a",
"events": "5edee366-8427-4992-a4e1-0a045939c9c1",
"publishingoffices": "b6ec916d-a0ec-45f0-9f6a-efa050ed3380",
"Parts": "sample string 19",
"FolderId": "41259fad-8265-4e9c-b559-3d230958ba37",
"ParentId": "4dc1e937-e236-4981-82de-725aa0c01fce"
}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": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "d3905923-28f7-4bb3-a04f-ee860d425cdf",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "65c3c53b-0f6b-4914-9830-9f95955c62a1",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.1043855+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-27T15:05:06.1043855Z",
"PublicationDate": "2026-06-27T15:05:06.1043855Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.1043855Z",
"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": "d3905923-28f7-4bb3-a04f-ee860d425cdf",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "65c3c53b-0f6b-4914-9830-9f95955c62a1",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.1043855+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.