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-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "ab7ce877-4c6c-4bad-ab86-d0bb486b1fba",
"targets": "5f9fa040-1a1a-4edf-9f6d-bc5bd4f48a22",
"regionscountries": "7033b6ca-1568-4f47-8c77-571037f66e79",
"stakeholders": "6b2d6c84-06b3-42ea-9828-f058effcde16",
"targetaudiences": "f196d4d1-d8bd-45e7-84c9-7cee3fc21b98",
"Category": "85a4e9e2-e1e2-4d82-860a-ab2ab320d0a0",
"Tags": "08dc57fb-e598-4679-a512-6c05b5035394",
"departmentaltargets": "151db57f-80f5-4c27-a091-d07a16a5932c",
"events": "54996170-a449-47de-9564-a077616636d8",
"publishingoffices": "cd61859c-6b4f-4f89-a6c4-d8fac17b8fac",
"Parts": "sample string 25",
"FolderId": "04b05294-06a6-4ddf-a688-aa52be5ea448",
"ParentId": "1df00c4c-6ab7-428d-bc89-415cfb4b7483",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "ab7ce877-4c6c-4bad-ab86-d0bb486b1fba",
"targets": "5f9fa040-1a1a-4edf-9f6d-bc5bd4f48a22",
"regionscountries": "7033b6ca-1568-4f47-8c77-571037f66e79",
"stakeholders": "6b2d6c84-06b3-42ea-9828-f058effcde16",
"targetaudiences": "f196d4d1-d8bd-45e7-84c9-7cee3fc21b98",
"Category": "85a4e9e2-e1e2-4d82-860a-ab2ab320d0a0",
"Tags": "08dc57fb-e598-4679-a512-6c05b5035394",
"departmentaltargets": "151db57f-80f5-4c27-a091-d07a16a5932c",
"events": "54996170-a449-47de-9564-a077616636d8",
"publishingoffices": "cd61859c-6b4f-4f89-a6c4-d8fac17b8fac",
"Parts": "sample string 25",
"FolderId": "04b05294-06a6-4ddf-a688-aa52be5ea448",
"ParentId": "1df00c4c-6ab7-428d-bc89-415cfb4b7483",
"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-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "004e5fee-c24a-4e5d-92b2-bddd0a2d829b",
"targets": "f1890eb3-178a-441c-b869-0217eab07331",
"regionscountries": "86966834-413e-4f70-9776-cdad931121ad",
"stakeholders": "3dfc28b8-43d2-47c4-90e2-38c76d60e6e3",
"targetaudiences": "c703cb0b-fd46-44da-a72b-1947793b6433",
"Category": "bc1ce3d1-8db9-489b-947f-94f3a3f89eee",
"Tags": "466b078f-3025-434c-9d6c-2d39b1a46524",
"departmentaltargets": "a97ff328-67ae-46d7-8c3a-5094f5b51a3a",
"events": "d0a67335-c039-4ca3-84ab-e46234fa338a",
"publishingoffices": "c2e2b177-08d2-4282-967d-33133bd8667f",
"Parts": "sample string 25",
"FolderId": "5992e372-e736-4b76-91bc-9a59e0d928e0",
"ParentId": "36c8674b-7432-4be1-98cb-8f5c37583792",
"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": "0e9477f8-53e9-4981-b7c7-923e359db70b"
}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-01T16:49:00.6011382Z",
"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": "3a669a0b-eed5-49fb-9f59-b321a869b8fa",
"targets": "306a2846-b64c-4bd4-88bd-4f842720d460",
"regionscountries": "cb574e6d-4229-4e0b-901c-9d1c875999cb",
"stakeholders": "8aa27fb7-6164-4f64-9f7b-7c5e854dbf71",
"targetaudiences": "b8c9d661-24ac-4dee-9f19-ed50cad1468d",
"Category": "6a222707-bea8-433d-b171-66a364795466",
"Tags": "d14bed05-5257-4fbb-b7c2-963454cacb11",
"departmentaltargets": "6b4add22-ea46-48c9-a725-7ca0a65e1f40",
"events": "2f0dac0d-e510-44f8-bbea-6e06c87df772",
"publishingoffices": "e0eebdcc-4f76-4661-9530-3aa564e6d65a",
"Parts": "sample string 19",
"FolderId": "ed5dc116-363d-43f8-be39-abfd8fdb67c3",
"ParentId": "640018aa-356c-48b0-bcd3-e9c879bdcd0b"
}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-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "0b95cb6d-92c9-43e4-b345-93091c28ec7f",
"targets": "dded5502-7302-4e7e-98c2-13d2c67a4101",
"regionscountries": "b1b156f9-00e3-435c-b180-d1125e372a3b",
"stakeholders": "8b3008a2-1ac3-4be7-bbfc-8c02003c8276",
"targetaudiences": "20a1208b-ae76-4913-97e2-13c0c7095b0b",
"Category": "24e03ceb-7a40-471d-bf81-aebdd9de0184",
"Tags": "26bd69b9-73e2-415d-af5f-827d344ccc27",
"departmentaltargets": "8eb90c1d-6f85-44ba-825a-b835da729ab3",
"events": "142f7122-a44d-46d2-8be8-119edc79c19e",
"publishingoffices": "a1a32f00-2a97-4f7b-8b58-0089dbdeb202",
"Parts": "sample string 25",
"FolderId": "657e04f3-e67b-47dd-84f5-bd56b1fff0a3",
"ParentId": "400534ba-94aa-4e1d-9387-6c8908bff18a",
"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-01T16:49:00.6011382Z",
"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": "887406e1-215d-488d-b40c-36d7122ed53e",
"targets": "86d95e03-5497-4b59-b34a-b60fb8b51800",
"regionscountries": "01bb644b-51fc-4c39-97fe-96afd0da40bf",
"stakeholders": "d27631df-da45-4f15-84c5-63441c771f74",
"targetaudiences": "258fe81f-7f22-471d-8aeb-17d92a79205c",
"Category": "dd339217-a4b7-4e4b-9d5d-0795d2945acc",
"Tags": "ebf0e7ab-3368-4882-964f-b30c989a0223",
"departmentaltargets": "7fd92150-1f22-477a-b615-a38b40fe6eea",
"events": "4ce8eb76-7889-4364-944f-22ffb799e22c",
"publishingoffices": "c395163d-32cb-4bb5-a94a-2948a2c04729",
"Parts": "sample string 19",
"FolderId": "282f7af2-5a57-4e20-b941-408bc920a4a5",
"ParentId": "b9e985ae-e947-4c0c-943a-e90b4d3a2ac3"
}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-01T16:49:00.6011382Z",
"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": "dac56ed5-412d-41fe-a9e1-957f88f1b793",
"targets": "838a752d-f414-4267-a098-70c70a69f4ce",
"regionscountries": "b196e33a-b4ee-46e9-98fe-27a67d971cd5",
"stakeholders": "58d2836e-9f02-452c-8f74-b26e1335876c",
"targetaudiences": "dbfcfe1c-bae4-4563-95ac-8cb73ee26f1f",
"Category": "0b0f4e45-c246-4089-b8af-74ecd8b873b3",
"Tags": "41a140e0-a64d-4109-9076-329482fa4145",
"departmentaltargets": "9f04f2e4-0c47-4a68-8842-94b624107cdd",
"events": "a7889734-ae43-4448-a8e3-be75f69439c4",
"publishingoffices": "bc8bdaeb-b4a9-4b75-b240-e3af0e1e7143",
"Parts": "sample string 19",
"FolderId": "cda711c6-e69a-41ce-b8f1-d7b9c1e097b5",
"ParentId": "1fc88851-153e-4b78-9eba-053d0fd47b17"
}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-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "0fe8f6df-7b45-4c0b-8b07-80d41c6e2684",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d936d6fc-2d01-484e-a9cb-05d8012d33fd",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:49:00.6011382+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-01T16:49:00.6011382Z",
"PublicationDate": "2026-06-01T16:49:00.6011382Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:49:00.6011382Z",
"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": "0fe8f6df-7b45-4c0b-8b07-80d41c6e2684",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d936d6fc-2d01-484e-a9cb-05d8012d33fd",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:49:00.6011382+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.