Returns a set of data items of type documents.
GET /api/multimedias/documents
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "f7fa2df0-e9e6-405a-8a03-bc3ef314baf5",
"targets": "f94bf3ce-f0a2-4ac1-823d-e03b2c63873a",
"regionscountries": "079d27b8-289c-4d8e-847b-26b7812d65a2",
"stakeholders": "90556cee-7944-4995-a4df-ab8f56c42710",
"targetaudiences": "174e7bd1-049c-4657-870d-53e5cbf6a7d5",
"Category": "b67e3869-353d-468a-9d85-50c44e7c50f4",
"Tags": "e0f020fb-0db1-4b12-9bf4-994a0286e1b3",
"departmentaltargets": "6778b8be-936d-4b6a-ae52-530a0d7e3c8b",
"events": "5627bf09-9c54-4850-a3de-f41d9f26a08c",
"publishingoffices": "05196163-e47c-4117-92da-90f6d19aedce",
"Parts": "sample string 25",
"FolderId": "769798d5-0279-43eb-935d-8128f2cc5560",
"ParentId": "b4d26057-e64b-4901-beae-b7fffbe73f4d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "f7fa2df0-e9e6-405a-8a03-bc3ef314baf5",
"targets": "f94bf3ce-f0a2-4ac1-823d-e03b2c63873a",
"regionscountries": "079d27b8-289c-4d8e-847b-26b7812d65a2",
"stakeholders": "90556cee-7944-4995-a4df-ab8f56c42710",
"targetaudiences": "174e7bd1-049c-4657-870d-53e5cbf6a7d5",
"Category": "b67e3869-353d-468a-9d85-50c44e7c50f4",
"Tags": "e0f020fb-0db1-4b12-9bf4-994a0286e1b3",
"departmentaltargets": "6778b8be-936d-4b6a-ae52-530a0d7e3c8b",
"events": "5627bf09-9c54-4850-a3de-f41d9f26a08c",
"publishingoffices": "05196163-e47c-4117-92da-90f6d19aedce",
"Parts": "sample string 25",
"FolderId": "769798d5-0279-43eb-935d-8128f2cc5560",
"ParentId": "b4d26057-e64b-4901-beae-b7fffbe73f4d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "6912a587-6264-4117-bcff-4f49489616a7",
"targets": "9572493e-c487-4314-8e28-cf6e1c05de45",
"regionscountries": "f6da35c8-9bb2-4581-9cfd-7e9e03ab3923",
"stakeholders": "e09233a8-bacd-41ae-a4f5-f78c7c0b4930",
"targetaudiences": "728a8f79-d440-4e4d-8e4a-e8980229e7d2",
"Category": "6028b4ab-089a-4bcc-8d05-b7642e7f250b",
"Tags": "c762112b-fabf-4ff2-9f80-9c82e692a4c5",
"departmentaltargets": "1abef695-605c-4f53-b5a4-039b872d4cc5",
"events": "44fae31a-a30d-40c8-a628-17dc89cddcc3",
"publishingoffices": "31ed9d69-92e2-4020-8a46-87aa45fc2139",
"Parts": "sample string 25",
"FolderId": "03e5a911-23fd-4c9c-8e15-763d9a2eefaf",
"ParentId": "76c4c7e2-68de-4fe6-9f2e-f236846fde5d",
"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": "e17e18b1-fece-4bac-b02e-55dc510ccc4e"
}Creates a documents item.
POST /api/multimedias/documents
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"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": "98f4bbf7-7c7e-4217-8166-4a05b3093a2c",
"targets": "f6f76f2d-c5f2-4ce0-9b8d-c7d9b64a24ac",
"regionscountries": "3ecef669-591e-4f5d-82cf-f3cf6214b882",
"stakeholders": "1823f351-3b2d-415e-9b13-bb2dbace57f7",
"targetaudiences": "be9f12e5-4391-4aa5-be37-993e9503ec17",
"Category": "3c1e5265-0919-4891-b6ee-7ca325faa4cf",
"Tags": "b9d865ad-8731-4379-b4f7-da535f4e6ba3",
"departmentaltargets": "2e663d3c-6bb5-4934-bca9-7892d24313f3",
"events": "e9d1bb1b-fcbd-4994-aefb-7214b0918fd3",
"publishingoffices": "fc3e0207-c943-4cf9-a08d-b547a185e805",
"Parts": "sample string 19",
"FolderId": "8d6b3049-ce4d-4358-9edb-2bf1594c2c46",
"ParentId": "b50ec042-30a7-4a11-9264-895ba1d31a6a"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "874cd8c2-2292-400e-a10a-f742166f385f",
"targets": "31585550-a6d9-4e6b-8053-196ef2f09a8b",
"regionscountries": "5958d444-e8c5-492e-bf09-6f6344548475",
"stakeholders": "26c76fdb-9959-4f7c-9b1d-761608f882dc",
"targetaudiences": "bdd0d868-c2a7-49b5-bc66-c5a411a38659",
"Category": "247acf18-ed60-42f6-b0d9-6a1f39a724a6",
"Tags": "4f10f5b9-731e-4c0e-8d23-ae031fc9d8e9",
"departmentaltargets": "e6a50275-1091-41ec-afd1-36c19c260e6b",
"events": "94a12557-413b-416a-8b56-df2b95849545",
"publishingoffices": "342526ca-f797-4e14-98b0-5a759523871a",
"Parts": "sample string 25",
"FolderId": "7ee05505-8c09-424b-a03a-07143650c9ee",
"ParentId": "58c2a0e4-f1af-46d8-a449-562f606f2c8a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"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": "463c7388-125f-4476-b133-de33ff74d513",
"targets": "112ce786-9af9-4431-8ca0-b421a019a637",
"regionscountries": "3ee06661-661d-4b7a-b78a-4caf03028165",
"stakeholders": "9feb04e2-01b8-4df4-a090-fdf7cf8bf12d",
"targetaudiences": "bc3eda89-6902-4b88-8b32-9746e08f215a",
"Category": "e31539d5-6c3f-4c55-a8e0-05e097a7c642",
"Tags": "f64c505e-88f2-48a4-987f-e30d40982628",
"departmentaltargets": "50b470e5-42dc-4de9-98c9-a1bf92238171",
"events": "9b2c8d01-f756-414b-b4c7-00d40f19d040",
"publishingoffices": "23bada6e-65d5-4071-8ef2-7703360f336f",
"Parts": "sample string 19",
"FolderId": "c2ef937b-23d6-4d2a-94c8-4cc988592fde",
"ParentId": "fbd6c67b-4fec-4e90-8cfe-c59394d215e3"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for documents item.
PUT /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"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": "1da29d67-26ca-4627-a9a9-b2fe57852bdb",
"targets": "09289793-6fc0-45b4-a986-2be8f70e2121",
"regionscountries": "68b37eb3-0275-4ea7-83ed-5d56a4734079",
"stakeholders": "0bfe8911-ff29-4b5c-ae6a-cfebe19c77a6",
"targetaudiences": "b3f5b653-5dfa-4385-b663-c23de96f9750",
"Category": "f9c40e86-598a-49e7-b8fb-e50f29a35dcd",
"Tags": "357dfee5-6240-46ab-b62a-11d4fff93d24",
"departmentaltargets": "e5913a60-a152-452d-95df-b4f45bce20f0",
"events": "7c1ccabe-f42f-406b-bf7a-c08d0e6dd532",
"publishingoffices": "9da2819b-3b65-413b-b7b2-e4492537b874",
"Parts": "sample string 19",
"FolderId": "cb850ded-2857-417e-94f7-e963b228c7c2",
"ParentId": "4d3954a5-6b71-406d-93ec-6b6efd39332e"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a documents item by Id.
DELETE /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Parent from documents item.
GET /api/multimedias/documents({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "daf888a4-0def-4b9b-87f7-543879293915",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "707fac13-fb4c-49a9-bcc8-de4685a8ca84",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T00:34:43.2577661+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-06T00:34:43.2577661Z",
"PublicationDate": "2026-03-06T00:34:43.2577661Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:43.2577661Z",
"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": "daf888a4-0def-4b9b-87f7-543879293915",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "707fac13-fb4c-49a9-bcc8-de4685a8ca84",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T00:34:43.2577661+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.