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-12-09T23:51:26.0611613Z",
"PublicationDate": "2025-12-09T23:51:26.0611613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0611613Z",
"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": "ab65c993-f930-419a-89ff-6c0191c65b1a",
"targets": "c6ed359c-8879-4ab3-9673-32f843ee6e92",
"regionscountries": "ae8489e6-4360-4a11-9a69-c493addf62ae",
"stakeholders": "3fd963aa-9908-46a7-9038-af399998fd6e",
"targetaudiences": "26bf3e79-acda-4a33-8104-7a97dd2d6fe4",
"Category": "33b95664-8d11-40c8-aecc-f38a2d56e975",
"Tags": "e5efb0c7-b777-4afc-a0ae-4feec8247dfd",
"departmentaltargets": "75f96bd2-9d1a-4933-83f5-6fb2bb990d12",
"events": "507990f5-a2b3-42ac-80a1-7eb03002688e",
"publishingoffices": "32aa086c-28fd-4c9e-a930-3cdd28dff22b",
"Parts": "sample string 25",
"FolderId": "ccb12b08-e0ca-473a-9eb3-5166ec385787",
"ParentId": "93f91f26-e4af-4179-af56-da6aa7233b4f",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-09T23:51:26.0611613Z",
"PublicationDate": "2025-12-09T23:51:26.0611613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0611613Z",
"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": "ab65c993-f930-419a-89ff-6c0191c65b1a",
"targets": "c6ed359c-8879-4ab3-9673-32f843ee6e92",
"regionscountries": "ae8489e6-4360-4a11-9a69-c493addf62ae",
"stakeholders": "3fd963aa-9908-46a7-9038-af399998fd6e",
"targetaudiences": "26bf3e79-acda-4a33-8104-7a97dd2d6fe4",
"Category": "33b95664-8d11-40c8-aecc-f38a2d56e975",
"Tags": "e5efb0c7-b777-4afc-a0ae-4feec8247dfd",
"departmentaltargets": "75f96bd2-9d1a-4933-83f5-6fb2bb990d12",
"events": "507990f5-a2b3-42ac-80a1-7eb03002688e",
"publishingoffices": "32aa086c-28fd-4c9e-a930-3cdd28dff22b",
"Parts": "sample string 25",
"FolderId": "ccb12b08-e0ca-473a-9eb3-5166ec385787",
"ParentId": "93f91f26-e4af-4179-af56-da6aa7233b4f",
"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-12-09T23:51:26.0611613Z",
"PublicationDate": "2025-12-09T23:51:26.0611613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0611613Z",
"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": "17e5ab84-8062-4df1-9ac0-34d732230e22",
"targets": "85dd21dc-3701-4472-8879-9ac01b7348a1",
"regionscountries": "6eaea473-e998-4130-9ca5-104ccba39fdb",
"stakeholders": "bd89d03a-8431-49b5-bb99-a704d7a6fea8",
"targetaudiences": "8b54d5ca-84f2-4f92-b4fa-2dff96358551",
"Category": "17a847c8-3758-4cca-8de9-8344dbf2dad6",
"Tags": "e7d767e7-34f1-4c90-bb34-e8f88a8f86f9",
"departmentaltargets": "47539d5d-c17b-4eee-aa41-0777ac6b795c",
"events": "c20cbbd5-39a8-46f4-9f7e-50d2a5426ba8",
"publishingoffices": "9aee4e39-c72d-4d4a-a9c3-4543408e4476",
"Parts": "sample string 25",
"FolderId": "38aa4386-59f5-44e8-8015-7cebbbd934aa",
"ParentId": "bf2fdcc4-d1ab-450c-ad05-b2035883f845",
"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": "d58a6408-1ede-450d-bb06-4b02474df5b2"
}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-12-09T23:51:26.0611613Z",
"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": "1f49c57c-5d09-4228-a1d8-2cee18be65e9",
"targets": "7174aa56-0a91-4cf3-9e7c-18f28e463f6a",
"regionscountries": "432273ae-c766-4715-aa15-06665cbf898b",
"stakeholders": "3cc5bc9c-adfd-44ac-a27e-b2d3009d0813",
"targetaudiences": "e229dbc2-9e95-4ca9-86d3-b735df27feec",
"Category": "ed13156d-e75b-44e7-b5a7-7901c6e7ee80",
"Tags": "6e7f4bab-c266-483c-89ed-35847029c38f",
"departmentaltargets": "f53190ea-9e70-4b0c-9d13-9c6cd2490404",
"events": "e4f5cab0-2489-47be-9e59-d84b24e846ea",
"publishingoffices": "98e0bf8f-11be-42ce-a1b9-d39d3cc4c506",
"Parts": "sample string 19",
"FolderId": "a897f60f-15f0-4bcc-8d03-e49d3887d0f3",
"ParentId": "ef1c2998-c422-42d9-ac3d-aabfb3dd7850"
}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-12-09T23:51:26.0611613Z",
"PublicationDate": "2025-12-09T23:51:26.0611613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0611613Z",
"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": "50bba76d-af2f-4eae-8cd8-14b833aae1b9",
"targets": "26a5589a-d873-45ac-9175-74c24bbe336d",
"regionscountries": "f1b425ea-1ee6-4d71-af90-4db19494601c",
"stakeholders": "533ff5f8-ba85-4a30-b530-874b6f146ada",
"targetaudiences": "e909900e-a23d-4896-bc95-4275e2d62cad",
"Category": "8724e698-2eb2-4fb3-88cb-9616b4b4e262",
"Tags": "ec48c808-e274-4796-9025-9e9cb37fd5fa",
"departmentaltargets": "f99dc469-ae6d-4c5f-8b4e-1e360dec307a",
"events": "50a42f54-80cd-4072-b067-a761690aee5d",
"publishingoffices": "6261fda6-3f77-44f5-90cb-72e2cfdb1169",
"Parts": "sample string 25",
"FolderId": "5b459ff3-06b8-4559-bf33-27ac1151744e",
"ParentId": "1966f4f2-9526-4c8f-9187-72acbe114c34",
"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-12-09T23:51:26.0611613Z",
"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": "94b40eaa-b122-453e-ac24-82953d8ca98a",
"targets": "48fece19-04b4-40d5-ba33-28857655bb25",
"regionscountries": "972bdc4b-bda6-4a64-b151-ed9f93ebe778",
"stakeholders": "48d2c873-e0c1-48d4-9e64-9f27e8056c4e",
"targetaudiences": "f40f847a-1132-473c-9f60-81b7bded784d",
"Category": "8888583b-01dc-4887-80af-e7227f22708c",
"Tags": "2317a751-0c7e-4571-af5f-7b3bb3d2cb68",
"departmentaltargets": "06d55fc3-354f-4d0a-be27-c6101e758bde",
"events": "4a16ee30-1a3a-4bc8-84b8-51e6b2f29dcf",
"publishingoffices": "27ea9945-7215-49ea-9b05-dcfd27e7b60a",
"Parts": "sample string 19",
"FolderId": "97a47524-ed47-4d5b-b488-22e755b46602",
"ParentId": "df3e52a1-c02d-4ad0-bf09-2b9056e51bc2"
}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-12-09T23:51:26.0611613Z",
"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": "474d289f-4e6f-41ed-8edf-8ed4970b2211",
"targets": "ffda7ecf-ace7-403d-91fc-edf72ada779d",
"regionscountries": "f76a814c-bc3f-4b22-8a13-f8ec0af70936",
"stakeholders": "74b72424-61e7-40aa-971c-42d53e59e108",
"targetaudiences": "25024121-9efe-4c27-aeab-8aef5781e0eb",
"Category": "6cc6f206-7081-4889-972d-02604da8c3fc",
"Tags": "425b62d8-0629-4b49-8306-0ca9abda9a52",
"departmentaltargets": "43b01327-ee58-432a-90d6-618a04c82c60",
"events": "f540087f-ec72-417e-a780-3ba4cad34548",
"publishingoffices": "51c86d15-af40-4f77-840c-61c5c3c5d535",
"Parts": "sample string 19",
"FolderId": "c95143cd-ae97-4726-9bad-b5c6b557e566",
"ParentId": "753fc461-dba0-4ff1-940c-658cce656886"
}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-12-09T23:51:26.0767108Z",
"PublicationDate": "2025-12-09T23:51:26.0767108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0767108Z",
"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": "7b1de4a1-582c-469d-9035-f1b8f0afb7ae",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "00ac7251-c1fe-45a6-9cef-72fc8800bf01",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:51:26.0767108+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-12-09T23:51:26.0767108Z",
"PublicationDate": "2025-12-09T23:51:26.0767108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:51:26.0767108Z",
"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": "7b1de4a1-582c-469d-9035-f1b8f0afb7ae",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "00ac7251-c1fe-45a6-9cef-72fc8800bf01",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:51:26.0767108+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.