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-03-05T17:30:02.3078808Z",
"PublicationDate": "2026-03-05T17:30:02.3078808Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3078808Z",
"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": "bd2390ba-0f42-4fa4-bf6a-17a350931968",
"targets": "c4bfcde3-34fd-47d6-9e44-dd586508de0c",
"regionscountries": "8f0c7824-7ea0-454b-a64c-ba51a3435da1",
"stakeholders": "b00893d9-cd6d-46eb-b5d5-7fbeee99cb54",
"targetaudiences": "169e0259-aa55-4909-9836-967a86e94fb2",
"Category": "a0f57e02-35a1-48fb-8df5-a25ab3c2687f",
"Tags": "92172710-206e-43b1-8662-b87264b8babe",
"departmentaltargets": "6847768a-411b-4218-b680-2cbea62bbb0d",
"events": "da14e6d3-fe24-45a3-8411-649c72d85f9b",
"publishingoffices": "56acbb69-d4f5-4087-b940-bf9b65d53c70",
"Parts": "sample string 25",
"FolderId": "02a0a8cd-9df5-4e0d-a976-23e0f4b0ce27",
"ParentId": "da66264b-5e59-47bd-bdc2-f3df9c233b9d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-05T17:30:02.3078808Z",
"PublicationDate": "2026-03-05T17:30:02.3078808Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3078808Z",
"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": "bd2390ba-0f42-4fa4-bf6a-17a350931968",
"targets": "c4bfcde3-34fd-47d6-9e44-dd586508de0c",
"regionscountries": "8f0c7824-7ea0-454b-a64c-ba51a3435da1",
"stakeholders": "b00893d9-cd6d-46eb-b5d5-7fbeee99cb54",
"targetaudiences": "169e0259-aa55-4909-9836-967a86e94fb2",
"Category": "a0f57e02-35a1-48fb-8df5-a25ab3c2687f",
"Tags": "92172710-206e-43b1-8662-b87264b8babe",
"departmentaltargets": "6847768a-411b-4218-b680-2cbea62bbb0d",
"events": "da14e6d3-fe24-45a3-8411-649c72d85f9b",
"publishingoffices": "56acbb69-d4f5-4087-b940-bf9b65d53c70",
"Parts": "sample string 25",
"FolderId": "02a0a8cd-9df5-4e0d-a976-23e0f4b0ce27",
"ParentId": "da66264b-5e59-47bd-bdc2-f3df9c233b9d",
"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-03-05T17:30:02.3078808Z",
"PublicationDate": "2026-03-05T17:30:02.3078808Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3078808Z",
"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": "5461bec6-77cb-4772-8228-e9d51d669120",
"targets": "cf318213-9e98-436f-81fd-9fafc2ad4970",
"regionscountries": "eb7e5a6e-48ef-49d3-8281-b1b9793b861c",
"stakeholders": "ca4d0e38-f8b6-47dd-9dc1-0f0affdd5981",
"targetaudiences": "9bf07ac6-7e16-4129-b8d0-e4773cf7926a",
"Category": "ba62279c-f922-4af6-8ce4-e3d04292acdf",
"Tags": "eae43d00-3514-4db3-b29c-88a1d99ce8af",
"departmentaltargets": "64662e0e-1f14-4547-9839-878ba619511c",
"events": "51c391cb-9e62-4b46-94a5-61a54ff283f8",
"publishingoffices": "1b7dc6cb-e7a8-4cb2-ab54-c62ff9d6120f",
"Parts": "sample string 25",
"FolderId": "fb3e439c-a98e-4206-9431-4b1a9862405a",
"ParentId": "cedc8f84-7daf-4f53-9669-06b7f0f2b6fe",
"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": "6d46044d-7790-4fd5-98bd-9aaf08fb384a"
}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-03-05T17:30:02.3078808Z",
"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": "06325b0b-0110-4e78-af63-f17aa4482c59",
"targets": "b60af02f-fca1-4f60-aad0-c14f74312d2c",
"regionscountries": "dc6ffd3e-80fc-4b4c-8d30-33f80927cc6d",
"stakeholders": "03203a82-beda-49fa-9fe1-6ffe64869c62",
"targetaudiences": "85698bc5-127f-4bb6-869b-777017a0461c",
"Category": "5dbef6a4-6936-4f00-8e35-f15181d2a976",
"Tags": "1de66518-cc19-453c-b883-7a2a87bdd56b",
"departmentaltargets": "7dec0087-e747-4877-b882-2b8e66e0b6b2",
"events": "eee6c5aa-95ac-4d42-8c26-bcba91e04b08",
"publishingoffices": "3721eef1-fa73-4332-ae3f-6215c0d35367",
"Parts": "sample string 19",
"FolderId": "488f852a-4de5-46ad-ae0b-cb47ac092b6a",
"ParentId": "4b39208a-eaea-415c-9e80-a363d3b07bba"
}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-03-05T17:30:02.3078808Z",
"PublicationDate": "2026-03-05T17:30:02.3078808Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3078808Z",
"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": "84c068c3-2793-4a50-93c0-d80cdceba960",
"targets": "d97a2e4b-c10e-4233-98b8-a0b927a3293c",
"regionscountries": "10969102-8251-44e4-bba9-0b56b470c40c",
"stakeholders": "71a24d87-aec6-4bc1-859f-c3792198a8a9",
"targetaudiences": "fb936e14-395c-44e6-83bd-72bb520b79cd",
"Category": "fa42da6c-f34e-468f-95e6-ce3f79273981",
"Tags": "58886a52-9495-4d2c-a07b-cc970cc6d04c",
"departmentaltargets": "f8a33649-c432-4f8c-bf27-abb9be698c80",
"events": "cb2abd47-2983-451c-9ae7-3278198aa172",
"publishingoffices": "f44bf24b-8338-458d-bd2f-7954f6378e7b",
"Parts": "sample string 25",
"FolderId": "ac9dab0d-7e4e-4839-9645-39f9fb3f1060",
"ParentId": "da9d5ea5-3a2c-4327-bbb6-69ebb42a935c",
"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-03-05T17:30:02.3078808Z",
"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": "1f793e58-f659-45fd-a107-dee699eb84f7",
"targets": "1ebb66f3-1a08-41d5-9cc7-e92c7e8823ba",
"regionscountries": "94376e7e-5f41-45bd-9c5d-6476cf1ff4cb",
"stakeholders": "7d5ce588-591b-410e-82c0-30ad2c93f9ec",
"targetaudiences": "292ef1ea-8a29-471c-8563-f00cc8b51110",
"Category": "18d81cb0-9ddb-4cc8-bd88-eeaca4b8fd22",
"Tags": "8423f14b-582e-4fac-9448-515c0802bb1c",
"departmentaltargets": "2746af41-bd23-4f76-846a-6ce70007409d",
"events": "37c9e4e5-7922-48eb-b68f-c0b96e4b85ec",
"publishingoffices": "a53fa7fd-8fd5-491a-938c-535e9acc3346",
"Parts": "sample string 19",
"FolderId": "2f0ebd0f-a340-4b76-a984-4e0a4f189d85",
"ParentId": "fc049d0c-3eba-47ba-abf5-5dec0e678dea"
}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-03-05T17:30:02.3235096Z",
"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": "b7c7679e-b4ac-435f-a279-32d07ee77dbe",
"targets": "0c9a9102-f866-46c1-b85c-c25e4567474d",
"regionscountries": "97e30813-feb2-4e89-a725-717424690519",
"stakeholders": "93cce5ad-4322-4d3e-8fed-5d1c7d78f2ed",
"targetaudiences": "3647cead-7334-4eda-aaab-c3cf8ce52298",
"Category": "2e2bfa71-cd8d-4acc-aca6-58213710181c",
"Tags": "6ffc434f-c6cf-4f90-a272-d6f2a4373dee",
"departmentaltargets": "7846d1ed-3691-498f-b7c8-07fb05caf399",
"events": "312c0983-7891-4ef9-9174-2b18212f473d",
"publishingoffices": "4c08b94e-b741-4009-b527-135468c11ada",
"Parts": "sample string 19",
"FolderId": "98de2e90-173c-4191-ae86-2e4ff867c634",
"ParentId": "2f17921e-dbdf-47dd-9793-9efa66a00486"
}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-03-05T17:30:02.3235096Z",
"PublicationDate": "2026-03-05T17:30:02.3235096Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3235096Z",
"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": "d256e292-a22d-487d-869b-1145ddf52329",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "55bce53b-129b-49f6-9ec9-6d2c87d7bd81",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-05T17:30:02.3235096+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-05T17:30:02.3235096Z",
"PublicationDate": "2026-03-05T17:30:02.3235096Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-05T17:30:02.3235096Z",
"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": "d256e292-a22d-487d-869b-1145ddf52329",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "55bce53b-129b-49f6-9ec9-6d2c87d7bd81",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-05T17:30:02.3235096+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.