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-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "334c0e7b-f74e-4bab-a2cf-161c7e5c3d03",
"targets": "cfc33a55-8ee7-462a-aa4d-865a84ab692d",
"regionscountries": "e7141bf3-8e57-43b7-9ccb-2fc875284bee",
"stakeholders": "af5e8282-8105-42b1-9303-6c2ce8c3eccb",
"targetaudiences": "36e4642b-e0d1-473a-bc1a-5d54029fcf79",
"Category": "cd6e7be3-df22-4aab-8914-33ac377137c3",
"Tags": "625c2676-f277-40e2-90f8-79d0ff2af3d3",
"departmentaltargets": "134cb5fd-16ea-4011-876d-e58bc366905a",
"events": "f0788b11-421e-4a1c-b947-147a1439cee2",
"publishingoffices": "a915d9e0-abe0-4f24-b8d3-31fd3d39f542",
"Parts": "sample string 25",
"FolderId": "02ec4581-4fcb-40b0-92e1-8d4633eb78a3",
"ParentId": "cb0dae35-d108-433d-bbab-11922f2a514e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "334c0e7b-f74e-4bab-a2cf-161c7e5c3d03",
"targets": "cfc33a55-8ee7-462a-aa4d-865a84ab692d",
"regionscountries": "e7141bf3-8e57-43b7-9ccb-2fc875284bee",
"stakeholders": "af5e8282-8105-42b1-9303-6c2ce8c3eccb",
"targetaudiences": "36e4642b-e0d1-473a-bc1a-5d54029fcf79",
"Category": "cd6e7be3-df22-4aab-8914-33ac377137c3",
"Tags": "625c2676-f277-40e2-90f8-79d0ff2af3d3",
"departmentaltargets": "134cb5fd-16ea-4011-876d-e58bc366905a",
"events": "f0788b11-421e-4a1c-b947-147a1439cee2",
"publishingoffices": "a915d9e0-abe0-4f24-b8d3-31fd3d39f542",
"Parts": "sample string 25",
"FolderId": "02ec4581-4fcb-40b0-92e1-8d4633eb78a3",
"ParentId": "cb0dae35-d108-433d-bbab-11922f2a514e",
"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-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "b61e62d6-fb69-45c3-b584-d6cd1a62090f",
"targets": "d7e24a98-aa5e-4579-bb3b-1ba7c0076a3d",
"regionscountries": "735dc46f-08e4-4e04-98c9-e541a34bad96",
"stakeholders": "44243ced-c370-49ab-821d-d20c356976d6",
"targetaudiences": "b305b2fb-dc69-4a2c-895c-59caf9e4b01e",
"Category": "84e8e4d7-46cc-4102-8f88-168945b2b82b",
"Tags": "debe47ee-88e8-4c67-9974-f3e84d76e727",
"departmentaltargets": "7967903a-8fd7-4b6e-b0ee-5e9e05b1b78d",
"events": "8c975be9-ff0d-444b-a458-adb55d5841d9",
"publishingoffices": "567f3b14-9bd4-4a3f-91f9-e8d8184029a4",
"Parts": "sample string 25",
"FolderId": "ab9b36aa-6d56-4ab6-97a5-e4dc48e0df5e",
"ParentId": "9230d7fe-31eb-429c-b8a3-ba956f7b4a95",
"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": "939cad5a-cbc0-4131-9b23-be93a2c8b638"
}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-08T18:34:41.9875303Z",
"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": "5043dc98-bde0-4d21-bd24-dd747b97add6",
"targets": "438d4cd4-6e18-46be-a776-6ba546e7e113",
"regionscountries": "89ed1e96-e565-4fc2-bdc9-08980722e7bf",
"stakeholders": "e7136a73-f3c7-448e-8d7f-017f03f9012b",
"targetaudiences": "2b048d7e-6ba6-4075-ac76-e614dae200f0",
"Category": "109cc16a-6cb8-4874-abee-6574b2bec65d",
"Tags": "ebdf4788-c2dd-4f46-8afb-5cf83c45ab0b",
"departmentaltargets": "2f47c91f-dffd-46d4-9b1c-dd05601f3c44",
"events": "4d6c1e6f-85ff-460a-86f7-6657ace28db7",
"publishingoffices": "5371fdd5-b1ef-4ec8-b260-dc6ce4f27111",
"Parts": "sample string 19",
"FolderId": "9b0b734a-3f42-4104-af64-7f4c01e69d7f",
"ParentId": "d6a5f5db-d221-4b21-982d-84d71b474bab"
}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-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "c62f41f7-fdd4-4dd1-aed1-f47272ae90a0",
"targets": "91c9b0c5-7da7-477a-9238-cdbde608877d",
"regionscountries": "d0111146-6606-4a94-9e11-8f85fd244689",
"stakeholders": "475a9b8c-0e61-4fef-8737-2ac35996e867",
"targetaudiences": "0c0869f2-a889-4932-81c4-e211121c8dcc",
"Category": "27183dc4-fb73-4bca-803f-9dcb52d58254",
"Tags": "e448495e-1e19-4365-a8c5-cf3d6231d547",
"departmentaltargets": "d3ca69b4-579d-4f15-83c4-ab6fa53a9f4b",
"events": "01469f41-fa65-42d9-b345-195debb0a200",
"publishingoffices": "04a7d3bc-f32d-4430-bfbb-30135d203932",
"Parts": "sample string 25",
"FolderId": "250f4eed-1f7d-40b1-8892-b654beb9eabd",
"ParentId": "af10566a-7e7d-4fc8-a345-93664fea6b45",
"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-08T18:34:41.9875303Z",
"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": "a79f747c-9d91-4380-af78-4e95d4892a1d",
"targets": "ffb6c0de-f0a4-4c12-b0af-79678c266aad",
"regionscountries": "45fa99fb-fe93-4d7c-99d2-b1b3c7c6f18c",
"stakeholders": "da2b6997-6c55-4138-90d6-731bb0cf08a8",
"targetaudiences": "2d9bab48-64bb-4d47-9144-96a9c19983d5",
"Category": "30ec0312-5769-4126-983f-6c32ffa5aa06",
"Tags": "21b689d1-8018-489a-9691-cd2992a81d09",
"departmentaltargets": "d5b63b39-6ba7-42de-8e62-5e0abc5535ca",
"events": "8c0cb7ca-5076-401c-a751-2fba9ee703d6",
"publishingoffices": "427b656d-6a8e-419c-9dca-7d846888bf8d",
"Parts": "sample string 19",
"FolderId": "692860f0-d5a7-4953-8721-c5140c79bc06",
"ParentId": "57eb1bc0-6252-4e52-9514-8b9253d53111"
}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-08T18:34:41.9875303Z",
"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": "603fcb2d-c27e-4997-b2a1-4ad086c4de8f",
"targets": "bce5a39b-3e90-4b56-8606-49973efd599d",
"regionscountries": "8a95c23b-82ea-42bd-9ebe-2b8ac6d21d8c",
"stakeholders": "cb96fe14-767d-44b9-b6e4-ce20343c771e",
"targetaudiences": "bca84919-aa12-4648-8452-2147f6b1737e",
"Category": "202b8677-c0c9-4221-815b-2eb8c27322d1",
"Tags": "2a0d54ae-e717-4dfc-aaa8-c752763583f7",
"departmentaltargets": "92bb497d-f0aa-42ce-a5af-705dc9203f7d",
"events": "bfab6a61-050c-4880-9a2a-84e454261c63",
"publishingoffices": "8cce0afc-be61-4e00-94e8-28fca11d9810",
"Parts": "sample string 19",
"FolderId": "efb8539e-366e-4ad2-b09d-e1fd8cd4f9bd",
"ParentId": "773ded64-90b3-4ae7-b08a-93b57c8f4b17"
}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-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "6820aae3-d68e-40b4-8753-e60c3811a4e2",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7f160df6-a22b-4f2e-b181-93b3b379c204",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:34:41.9875303+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-01-08T18:34:41.9875303Z",
"PublicationDate": "2026-01-08T18:34:41.9875303Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-08T18:34:41.9875303Z",
"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": "6820aae3-d68e-40b4-8753-e60c3811a4e2",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7f160df6-a22b-4f2e-b181-93b3b379c204",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:34:41.9875303+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.