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": "2025-10-28T21:18:04.4737327Z",
"PublicationDate": "2025-10-28T21:18:04.4737327Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4737327Z",
"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": "58aac666-d929-4eab-8b92-9f9e98f2df03",
"targets": "1c76515a-e3fd-4ae0-83ce-3a87d6d85699",
"regionscountries": "8acbbbd3-0922-46dc-b2ee-90399fc50087",
"stakeholders": "036f02d2-c92b-44af-8af5-bef343bcb2be",
"targetaudiences": "3bbce27f-2745-45a3-bbfc-56e7d3c483e5",
"Category": "b398e2cb-c174-4795-8e2f-e239a7420530",
"Tags": "95d08ae5-1085-4e9a-b646-35b4393bbae7",
"departmentaltargets": "b878b660-e78a-4922-9f13-e9bc11416ccd",
"events": "2461f390-3498-46c7-9e42-10279c47c969",
"publishingoffices": "caa7885b-2239-42e4-99b0-6c82dbf97bef",
"Parts": "sample string 25",
"FolderId": "82fc8d22-5313-4d7a-9737-d633c3bb4812",
"ParentId": "0c568302-dcad-4f5f-9cdf-a26b2c3a03ac",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-28T21:18:04.4737327Z",
"PublicationDate": "2025-10-28T21:18:04.4737327Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4737327Z",
"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": "58aac666-d929-4eab-8b92-9f9e98f2df03",
"targets": "1c76515a-e3fd-4ae0-83ce-3a87d6d85699",
"regionscountries": "8acbbbd3-0922-46dc-b2ee-90399fc50087",
"stakeholders": "036f02d2-c92b-44af-8af5-bef343bcb2be",
"targetaudiences": "3bbce27f-2745-45a3-bbfc-56e7d3c483e5",
"Category": "b398e2cb-c174-4795-8e2f-e239a7420530",
"Tags": "95d08ae5-1085-4e9a-b646-35b4393bbae7",
"departmentaltargets": "b878b660-e78a-4922-9f13-e9bc11416ccd",
"events": "2461f390-3498-46c7-9e42-10279c47c969",
"publishingoffices": "caa7885b-2239-42e4-99b0-6c82dbf97bef",
"Parts": "sample string 25",
"FolderId": "82fc8d22-5313-4d7a-9737-d633c3bb4812",
"ParentId": "0c568302-dcad-4f5f-9cdf-a26b2c3a03ac",
"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": "2025-10-28T21:18:04.4737327Z",
"PublicationDate": "2025-10-28T21:18:04.4737327Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4737327Z",
"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": "23c6817e-cef4-4ef8-93be-2772a6852ad8",
"targets": "201f81ab-b09e-42bc-b02d-aace5f7bce34",
"regionscountries": "4425af02-46a6-4be7-a691-2b452c8145b2",
"stakeholders": "8f971f64-7bfc-4e9e-8e75-e64140e5ebaa",
"targetaudiences": "ddd3f060-9055-44d9-99df-e50bf4419e1d",
"Category": "3803996b-d124-45ea-a01a-2382c1635770",
"Tags": "08f47282-b868-49cf-adc5-53896fe875e0",
"departmentaltargets": "7a743ec3-341b-4ea9-8708-c1753af5d2ce",
"events": "e2fd2e7f-cd29-4ae8-97a9-f457e0ff2ede",
"publishingoffices": "5dd921d7-1878-47c3-9cdb-721a9e65b538",
"Parts": "sample string 25",
"FolderId": "526e0810-b561-4952-aea6-ea2f118340c3",
"ParentId": "dbcbab11-31e7-4356-ab35-99b7be9c1805",
"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": "8c284174-f83c-4c6d-a6eb-89d9c3919933"
}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": "2025-10-28T21:18:04.4737327Z",
"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": "b4d0e380-14d3-465b-b566-02b88b55e95a",
"targets": "cca8f951-831c-4569-a80a-d0002ad53982",
"regionscountries": "056e881c-6171-4d7f-9915-859706098cce",
"stakeholders": "1e760df5-09f3-4c1b-a5d6-abe7f76e55a8",
"targetaudiences": "c89483ec-7026-4f83-85d3-8a2f295d0d4b",
"Category": "5a67e422-9510-40be-b0dd-f12efb4a7384",
"Tags": "a61aefb5-9b1b-4bcc-b435-7333415f80e7",
"departmentaltargets": "a00bbcac-6ecf-4ffb-9ff0-6f5f08120992",
"events": "4f7cabde-1e69-4ffa-8029-13798bc3a86b",
"publishingoffices": "d6ea0443-f9a4-4440-854d-753fcab643d8",
"Parts": "sample string 19",
"FolderId": "e806420e-6ccb-40a2-8d77-c414f490f210",
"ParentId": "646bc228-cbef-475d-89d1-fc0e534094d7"
}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": "2025-10-28T21:18:04.4737327Z",
"PublicationDate": "2025-10-28T21:18:04.4737327Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4737327Z",
"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": "5b70fa38-f604-4301-a046-34eb6bf13e42",
"targets": "444a8985-3373-4ba3-a0e4-558cb308e637",
"regionscountries": "299b6937-8345-4936-be17-494412d88def",
"stakeholders": "6b909cd0-a658-481e-b441-dcc254f0dfaf",
"targetaudiences": "c30ef596-07d8-4adb-901d-b37c247391a0",
"Category": "2106f49a-ae6f-4ec1-86ec-31baf3e1edb6",
"Tags": "7d8a6b53-6e07-43fe-bf25-658c02501888",
"departmentaltargets": "28107637-fa34-4314-8bd3-22bb4ca6fcb4",
"events": "fd22c5fe-2e83-4bdc-95c8-9a5207d3337d",
"publishingoffices": "64d5c639-a0fa-48da-aadc-5d242d3e7965",
"Parts": "sample string 25",
"FolderId": "f76c06fa-f8b3-4eee-a843-58788d78921a",
"ParentId": "4bd3423e-701e-4f64-9f7b-f6df57f8923a",
"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": "2025-10-28T21:18:04.4737327Z",
"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": "d9177129-eb1c-4652-bc02-a19b222af706",
"targets": "b46adfdd-29f9-475b-8af3-83fa46f24866",
"regionscountries": "c4163495-ba87-4475-a48b-5e873c15582f",
"stakeholders": "a4bf8d78-de36-45f5-bc0d-b4edb8d8761d",
"targetaudiences": "2189c4ec-9678-4a08-9d7f-0a30197c5a48",
"Category": "9106b783-6f48-45a7-9110-e229c2c320d2",
"Tags": "c3bc6962-f7d4-4932-8185-0891c31869f3",
"departmentaltargets": "bea0b5ec-43ae-4b7c-8392-b11455b75b81",
"events": "a4a63653-10b9-47c0-bab3-bdeffd0f2614",
"publishingoffices": "dc8383bd-bdfc-457d-a752-abfd25bf08ed",
"Parts": "sample string 19",
"FolderId": "e05feec2-8cde-43fd-a958-3747a401f93e",
"ParentId": "f7ce6644-3f5c-4887-8044-e97e21b77ae4"
}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": "2025-10-28T21:18:04.4893719Z",
"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": "dbfd9718-1548-487b-bc35-d1591fc2d8fd",
"targets": "60edd067-b91e-4f7b-af98-faf6b1634d15",
"regionscountries": "03b7ea81-14c5-4ef4-9553-8bac16b9cabf",
"stakeholders": "360c29d1-09ff-4c35-81db-ae251805e3e3",
"targetaudiences": "701cd6b0-b105-4167-ba7e-4a7255a503d4",
"Category": "fb92d2ac-4a3a-4dbc-83bf-89789002e722",
"Tags": "247032ad-5217-464c-8ae1-06955a580ee7",
"departmentaltargets": "786b8694-5fc2-4a40-84db-8c1130912fb2",
"events": "66039a80-76e0-45ae-925a-4864e873d95e",
"publishingoffices": "dcdacf0f-937a-4de0-9612-5455d83eb018",
"Parts": "sample string 19",
"FolderId": "0d3e24f0-1ca5-411d-993d-f46cff6d7dc4",
"ParentId": "99e8fe68-2b7e-4d57-915d-1373519fa6cf"
}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": "2025-10-28T21:18:04.4893719Z",
"PublicationDate": "2025-10-28T21:18:04.4893719Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4893719Z",
"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": "59e548d7-b48c-407b-8899-8d636c6c5f65",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "3f54328a-4631-4a39-a429-c2279238a478",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:04.4893719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-10-28T21:18:04.4893719Z",
"PublicationDate": "2025-10-28T21:18:04.4893719Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:04.4893719Z",
"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": "59e548d7-b48c-407b-8899-8d636c6c5f65",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "3f54328a-4631-4a39-a429-c2279238a478",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:04.4893719+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.