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-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "aa92ff56-9fb1-48b9-a52c-e9aea3572ac4",
"targets": "c5ad68c5-58a3-46bb-873f-4c3299e0515c",
"regionscountries": "1a8c8c07-7a55-4970-b780-33bd3b491778",
"stakeholders": "85ef1f08-bd1c-408f-ab87-9e594fb2a951",
"targetaudiences": "1b89e0a0-a829-41f1-bacd-7eae16cec984",
"Category": "235b5658-63ca-4d2f-8a5a-4e91992b87e2",
"Tags": "047beb40-f065-44b2-9994-1920ead2cea4",
"departmentaltargets": "1e86de05-327a-4b48-8539-5dca9bf3f868",
"events": "274d656d-9dd5-4323-aefa-1847c5aadd3d",
"publishingoffices": "f556f08f-3f00-4161-8919-0cef2a00c8ac",
"Parts": "sample string 25",
"FolderId": "ab76c532-f172-4868-af34-80cef70ce99a",
"ParentId": "f01594f6-7965-47b7-97ae-46cef0c3bb92",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "aa92ff56-9fb1-48b9-a52c-e9aea3572ac4",
"targets": "c5ad68c5-58a3-46bb-873f-4c3299e0515c",
"regionscountries": "1a8c8c07-7a55-4970-b780-33bd3b491778",
"stakeholders": "85ef1f08-bd1c-408f-ab87-9e594fb2a951",
"targetaudiences": "1b89e0a0-a829-41f1-bacd-7eae16cec984",
"Category": "235b5658-63ca-4d2f-8a5a-4e91992b87e2",
"Tags": "047beb40-f065-44b2-9994-1920ead2cea4",
"departmentaltargets": "1e86de05-327a-4b48-8539-5dca9bf3f868",
"events": "274d656d-9dd5-4323-aefa-1847c5aadd3d",
"publishingoffices": "f556f08f-3f00-4161-8919-0cef2a00c8ac",
"Parts": "sample string 25",
"FolderId": "ab76c532-f172-4868-af34-80cef70ce99a",
"ParentId": "f01594f6-7965-47b7-97ae-46cef0c3bb92",
"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-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "35e6c428-0ca2-4ee9-bd19-fcd8dacd9064",
"targets": "8f8071b2-1e37-4aed-9a83-47e774c2f6d6",
"regionscountries": "917b2315-7755-4fd2-9796-ca44f630ccbe",
"stakeholders": "378ca416-e3ba-4647-8ff0-213d1db67b08",
"targetaudiences": "571ba646-ba49-4ced-b2cc-4e2595971483",
"Category": "1dabbada-c203-4e11-9968-8ade92420e6a",
"Tags": "36426acc-e67e-4243-ba07-31b3b248adea",
"departmentaltargets": "dd674d5a-4e10-4192-9d38-bef1db2e013d",
"events": "4f935458-b0d2-4227-83fe-c2230de0c621",
"publishingoffices": "0728cde0-27fa-46c3-9e2b-0366f88bfb77",
"Parts": "sample string 25",
"FolderId": "7380f63c-6106-4a1c-8cfe-21e647c6c60c",
"ParentId": "0af94e7a-43a2-4b8e-8622-0f62bd886a43",
"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": "5e7aba2e-1c0a-482c-a29b-1192efeb87ce"
}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-01-12T18:13:41.3579811Z",
"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": "dccb0ee1-9b99-420f-890e-6d493a1c5a01",
"targets": "b6dd3949-a625-4db1-bf2d-521ded934bf8",
"regionscountries": "cdbf61db-de84-4d66-9172-a65ddd6160fc",
"stakeholders": "0df13f98-9db8-4b93-86bf-82dea75c38fc",
"targetaudiences": "445da4d1-d853-4db2-9423-07cfe452bbaa",
"Category": "024dafb8-bece-4014-8017-1995e3181ab0",
"Tags": "3ac49cf8-43df-4900-aa62-b2063d374f95",
"departmentaltargets": "f9db753b-edff-4555-8504-33482ebfd77f",
"events": "2d91d8fe-adf6-49de-8dfb-6af6c85f46a9",
"publishingoffices": "e323dd28-ca67-4480-9fd3-a3d043323f9d",
"Parts": "sample string 19",
"FolderId": "00020eaa-1179-4fc2-94f2-e963de6374ec",
"ParentId": "b2b771de-7246-49fb-8be2-baf63e7b259d"
}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-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "c1b137da-3897-4214-bf7d-b3c45bd3d605",
"targets": "c8f04d54-2767-410c-aee3-82b3158f30b9",
"regionscountries": "454301fc-20f0-4608-973e-59ebaac45da9",
"stakeholders": "3f04646a-5840-49ef-bd3e-1b4314325d2c",
"targetaudiences": "18082fe7-c2ba-449a-8f05-7ad958992a5b",
"Category": "d4b78e6a-181d-4fa6-a63e-9a8c739569e7",
"Tags": "f5130ba4-f818-40ef-b04b-e52a445a927c",
"departmentaltargets": "2723d3bd-67da-4ab7-8e17-e32a30c54006",
"events": "ade7f7cb-9392-4b2f-b24e-baf674aa5400",
"publishingoffices": "9cd81bf6-2d8b-4753-a0ef-08cf9bb58136",
"Parts": "sample string 25",
"FolderId": "fc2b4f48-739b-4a99-810b-15a5f61b3ac2",
"ParentId": "c299627e-f7f5-4c28-a7bc-1bc5065931ff",
"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-01-12T18:13:41.3579811Z",
"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": "9e83a91b-e8b8-44f1-95d2-be6add60e660",
"targets": "61d14b8d-f609-494a-a8da-ac22d244f857",
"regionscountries": "fe3dc0f4-9c3b-4111-9d20-1065982968b1",
"stakeholders": "0537a7d9-be6a-44aa-91bc-28eb0716239b",
"targetaudiences": "dd2f3e51-2a83-4f46-9950-efcb4abac488",
"Category": "0cf189c1-881d-4309-ac6f-1704fbca4c0f",
"Tags": "4ec96404-ad16-4a8c-aa5c-666612ce99a6",
"departmentaltargets": "c449eafa-2138-4f1f-a69d-3f4f933a2294",
"events": "4419a643-b9e7-4bd5-9440-86ecf363ad10",
"publishingoffices": "5151bb0f-3de6-4e28-b758-5f733693ce9f",
"Parts": "sample string 19",
"FolderId": "ad0cb828-d164-416e-bc96-1ec662ccd8d4",
"ParentId": "6048e688-ec61-4354-bd7b-c811f86fc6ba"
}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-01-12T18:13:41.3579811Z",
"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": "2ab82aa5-1723-4647-b6d5-96ce89a2b84a",
"targets": "a631e7f5-7ef0-477a-86c2-8d5c3c1c42b0",
"regionscountries": "c5765bd2-384c-4e0f-8b59-9b119ae65092",
"stakeholders": "0f40c147-0acf-4762-9ab3-189f823a31e9",
"targetaudiences": "d2b2937b-0433-4205-ab7a-afa5e502d67a",
"Category": "4b10734e-29e2-4887-ac3f-0adf0bc1a59a",
"Tags": "aedc2a12-c5d5-4137-a90c-eaafc04f003f",
"departmentaltargets": "6c4d6e73-be5c-4a94-a880-7a2433dcfa09",
"events": "7ec8c5be-0d92-4a25-b91c-1a1a11da9db6",
"publishingoffices": "9ab0887e-2322-4a03-853b-838c88dc62a9",
"Parts": "sample string 19",
"FolderId": "55916cdd-91a9-4926-abe0-616abd4cff2c",
"ParentId": "955cb89b-564d-4dac-ad74-8286a381ca34"
}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-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "333a2940-595a-41a7-8ee7-c545cde4043a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bf3f5ce0-0522-4c56-86bb-1aadbda639f7",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:13:41.3579811+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-01-12T18:13:41.3579811Z",
"PublicationDate": "2026-01-12T18:13:41.3579811Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T18:13:41.3579811Z",
"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": "333a2940-595a-41a7-8ee7-c545cde4043a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bf3f5ce0-0522-4c56-86bb-1aadbda639f7",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:13:41.3579811+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.