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-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "a112ec89-ebb1-433b-a29e-8d137512c03f",
"targets": "fb4ff589-94b8-4678-bfbb-286325d2e8c4",
"regionscountries": "d645b957-2ce6-4b26-962f-f49df9f4cc35",
"stakeholders": "64dd49ed-a5b0-45da-968a-259f6946cd70",
"targetaudiences": "1a1c0ae9-d7b9-44aa-99c8-2bead3f502fb",
"Category": "d73d9826-9ae4-4875-93f2-a09df488bb05",
"Tags": "9e1f3ae0-f19f-4213-af54-9e21546621a2",
"departmentaltargets": "7b2fd8c1-f8e1-4135-a7ff-30aac20805ed",
"events": "20e7c054-3ad2-403c-a3b4-19d840930277",
"publishingoffices": "0162cf8d-1b5b-4145-9c9c-91cf086e9eaf",
"Parts": "sample string 25",
"FolderId": "434c5341-5c49-47a8-9677-e87a1ab62a46",
"ParentId": "efd70201-59b0-488b-82b2-67eaa97a70ba",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "a112ec89-ebb1-433b-a29e-8d137512c03f",
"targets": "fb4ff589-94b8-4678-bfbb-286325d2e8c4",
"regionscountries": "d645b957-2ce6-4b26-962f-f49df9f4cc35",
"stakeholders": "64dd49ed-a5b0-45da-968a-259f6946cd70",
"targetaudiences": "1a1c0ae9-d7b9-44aa-99c8-2bead3f502fb",
"Category": "d73d9826-9ae4-4875-93f2-a09df488bb05",
"Tags": "9e1f3ae0-f19f-4213-af54-9e21546621a2",
"departmentaltargets": "7b2fd8c1-f8e1-4135-a7ff-30aac20805ed",
"events": "20e7c054-3ad2-403c-a3b4-19d840930277",
"publishingoffices": "0162cf8d-1b5b-4145-9c9c-91cf086e9eaf",
"Parts": "sample string 25",
"FolderId": "434c5341-5c49-47a8-9677-e87a1ab62a46",
"ParentId": "efd70201-59b0-488b-82b2-67eaa97a70ba",
"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-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "b304e413-9c7e-4b09-8f08-61b54b546452",
"targets": "8983fd3f-829e-40a2-9be3-8d1dcacb5662",
"regionscountries": "37751f8f-b9a7-4e8a-8e14-a155be283db4",
"stakeholders": "5524605b-5d82-4324-ad35-af955261a2cf",
"targetaudiences": "47aa9553-05f9-4deb-acb2-fa04815100d0",
"Category": "222d2f0a-ffa7-4ca1-99e6-c687eb5d9c7a",
"Tags": "44f4cf16-93a7-475d-8eb2-536f3420d177",
"departmentaltargets": "fc12ddbf-abc5-45ee-8143-d793adfc0773",
"events": "8ecb9e3f-819b-45fa-8f12-619aeb643cf8",
"publishingoffices": "b179e979-8f7c-4167-abe5-e81728cc5ef3",
"Parts": "sample string 25",
"FolderId": "f0a89f79-7ec5-434f-98be-93fe26e39149",
"ParentId": "d10f2df1-5d2e-4d8b-917d-80ef97b8e170",
"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": "ee14fda2-e11c-4a3d-84d1-2e1644577326"
}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-26T13:48:49.4700443Z",
"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": "cd9bd7d3-928c-4662-b5a3-0b3c5eca1d89",
"targets": "819b4888-a30f-4261-b26e-3a73f33edda9",
"regionscountries": "5e38b19d-b87b-470c-bfe3-9dff08cce5be",
"stakeholders": "f5032989-332c-49b1-87c4-4defc7cb0d7c",
"targetaudiences": "9bc2fd14-224f-4a9b-b9f3-a2f935a15c5a",
"Category": "3fcfee95-0d86-47b3-b681-710f18d2fb0c",
"Tags": "98e61b45-6f85-480b-8ae4-72b3f88139f3",
"departmentaltargets": "e5e8aab8-5b44-4a07-b21e-61d9a5310b31",
"events": "3f0f8104-b3ee-4777-9597-c290fb70f355",
"publishingoffices": "7cc986b2-c7c8-4db4-a1ed-ccb2e42ad7f1",
"Parts": "sample string 19",
"FolderId": "78997300-54d9-4670-8b84-489495f7384b",
"ParentId": "e8d2f15f-be25-49d7-886c-42e85febc52a"
}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-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "68513b18-9b15-41a0-ad61-861ddc7da76b",
"targets": "8bc0650d-e0ff-4eaf-b172-3e3569f07828",
"regionscountries": "676b2484-9472-4621-b21e-0d0b451ab7fe",
"stakeholders": "49caf2b7-09af-4d91-b072-bdf4c9fb55ae",
"targetaudiences": "f0e4d1dc-a459-4ff0-a7b9-f13578bfb014",
"Category": "275f6b21-e75d-4483-ac8c-83f989d1265e",
"Tags": "b10fc038-96d1-46af-a7ba-87f23ba1fef2",
"departmentaltargets": "8613edce-4545-4d6b-baf4-d93916f15503",
"events": "6386f2fa-b548-41c7-8c51-245cdeeae2b1",
"publishingoffices": "fbbd82b3-30b0-47b4-ba27-00a598caba2c",
"Parts": "sample string 25",
"FolderId": "b6f21225-101a-4e0f-8158-9e94d5e6a806",
"ParentId": "11ab4f15-60b3-4d38-b6f1-e7535332b12a",
"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-26T13:48:49.4700443Z",
"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": "f10a6dc5-dd73-405e-bb0f-39f931652c88",
"targets": "f4c3eba0-3979-41ce-bfc8-26b490c1ceaa",
"regionscountries": "a1951846-7114-41bf-88c7-27cccc4673d0",
"stakeholders": "6f1ba928-3924-4a1f-87c2-ae3ac5f902f7",
"targetaudiences": "c7c50754-a31b-47cb-a10a-ac5df20a0b39",
"Category": "6c313e84-e4df-4e33-97fc-84ade62abfd4",
"Tags": "a76b8c20-a352-4809-a869-d7408d2d7fb5",
"departmentaltargets": "ca6fbac1-7996-48ea-a78e-a1973813419a",
"events": "82af9a2d-9733-4405-ae77-514fdd78bd29",
"publishingoffices": "a8ce4bf6-3d89-4ba9-b7ee-5c82d172ef7c",
"Parts": "sample string 19",
"FolderId": "e4cf02c9-7b65-409b-b9a9-0ebbc27e54d1",
"ParentId": "403fe46f-17b3-4331-960b-121459df9ba5"
}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-26T13:48:49.4700443Z",
"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": "14f8585e-aac9-4f0c-9528-9957d635937a",
"targets": "f6d1a71d-6f4f-4d3d-a157-68658876319f",
"regionscountries": "ac1ed0d2-2e95-49d7-b481-f3da721c6906",
"stakeholders": "25c908eb-eefb-41ff-ace1-5288f5bc4e2a",
"targetaudiences": "7c80cd24-ed8f-4d66-b305-05ac6cb283f3",
"Category": "3961d7bc-940d-4daf-b77a-8a05f9259f88",
"Tags": "fbe85e2b-c765-42ba-9121-2c534936178c",
"departmentaltargets": "58a17fb8-7cbc-414a-ae07-6322dd5809e5",
"events": "24ea814a-7a79-42ab-8bcc-99235c1a934f",
"publishingoffices": "5162aa06-9ae8-476f-a274-340c8f9ecc91",
"Parts": "sample string 19",
"FolderId": "4bbca5d1-7b02-4073-aea3-a0d78adf35a2",
"ParentId": "800eba65-4f85-4be8-b42b-1ae6d8bae75b"
}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-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "69f1b701-6ae6-452f-9ae2-cebb319051b6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cc70a50f-0551-43ce-ae65-50f22e07ca80",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:48:49.4700443+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-26T13:48:49.4700443Z",
"PublicationDate": "2026-03-26T13:48:49.4700443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:48:49.4700443Z",
"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": "69f1b701-6ae6-452f-9ae2-cebb319051b6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cc70a50f-0551-43ce-ae65-50f22e07ca80",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:48:49.4700443+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.