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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "9296f3d2-8804-4a01-976c-29ddd4f84123",
"targets": "5a1ed15d-e8d2-49ea-a554-87189a8c4bde",
"regionscountries": "77a19025-e6b6-4223-a67e-813acb1f01c3",
"stakeholders": "1834de74-f21f-40b4-8c2e-79b11fcb37cc",
"targetaudiences": "046a9169-6e41-4c8b-a56c-f512697c4623",
"JoomlaArticleId": "sample string 20",
"Category": "ea984a35-310d-452a-802d-32e46a739ab1",
"Tags": "99d0fdc6-5057-416a-b5a8-14778827309f",
"departmentaltargets": "bd4b230b-b1ce-4980-ba94-33a169210518",
"events": "f1c83b13-9856-4f50-a879-efea27a45bb1",
"publishingoffices": "1c64952a-f0e2-42ff-8411-41f61de649d2",
"Parts": "sample string 26",
"FolderId": "717c6639-f957-4ea8-91c1-74476a08062a",
"ParentId": "786300f2-5bbb-4930-aec7-1dffaf8cfd81",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "9296f3d2-8804-4a01-976c-29ddd4f84123",
"targets": "5a1ed15d-e8d2-49ea-a554-87189a8c4bde",
"regionscountries": "77a19025-e6b6-4223-a67e-813acb1f01c3",
"stakeholders": "1834de74-f21f-40b4-8c2e-79b11fcb37cc",
"targetaudiences": "046a9169-6e41-4c8b-a56c-f512697c4623",
"JoomlaArticleId": "sample string 20",
"Category": "ea984a35-310d-452a-802d-32e46a739ab1",
"Tags": "99d0fdc6-5057-416a-b5a8-14778827309f",
"departmentaltargets": "bd4b230b-b1ce-4980-ba94-33a169210518",
"events": "f1c83b13-9856-4f50-a879-efea27a45bb1",
"publishingoffices": "1c64952a-f0e2-42ff-8411-41f61de649d2",
"Parts": "sample string 26",
"FolderId": "717c6639-f957-4ea8-91c1-74476a08062a",
"ParentId": "786300f2-5bbb-4930-aec7-1dffaf8cfd81",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "e08dbca5-1b20-4495-bdb4-114dad475040",
"targets": "3597f99d-bb24-47b0-94b4-5aa22cfcbf4b",
"regionscountries": "bb627516-0759-43a3-9c90-6c5ad2f6eb5b",
"stakeholders": "22a92fee-5e69-43e9-8d8f-923c9ac913e2",
"targetaudiences": "781780c2-f255-4f66-a648-7e6a6f5e5414",
"JoomlaArticleId": "sample string 20",
"Category": "27635954-6d3d-498a-b00e-a4740f12c257",
"Tags": "405e4a86-c8bd-45f7-ab9f-b5f80f68a87e",
"departmentaltargets": "a6ab80e1-18c7-4721-b360-de4c0db360a3",
"events": "1494e2f8-e0f9-49a3-8312-1b68340a2a63",
"publishingoffices": "8db499b9-b85e-44ed-84c6-23e3ca30c9f2",
"Parts": "sample string 26",
"FolderId": "77c83174-7554-4511-bc79-d61f932bc125",
"ParentId": "3a886494-f263-4ee5-98f0-65c9a5742cec",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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": "c92cc2e6-f876-4f0a-977c-0bac05b994a6"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"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": "10e84516-7998-470e-b594-55dd6a5dcc48",
"targets": "b6a7540f-d6f0-4b38-b994-3ce97c903c86",
"regionscountries": "da5ed4c5-1640-4eb7-b342-f3b4569aa4be",
"stakeholders": "42c778bd-f4fb-432e-86bc-0350a2c8398f",
"targetaudiences": "811a53b4-9c8b-467e-941f-372eeef01aa7",
"JoomlaArticleId": "sample string 14",
"Category": "33c35928-9994-4629-8fd7-8af99dfe62de",
"Tags": "dfe97d17-1d4d-4560-afda-7763b5a1efb9",
"departmentaltargets": "888b451e-2093-4ad6-b09a-bb6f45b40da7",
"events": "ce0f90dd-9fb7-474c-b87c-475239cfe51e",
"publishingoffices": "95c50b1b-396e-4b3a-adcc-f053753db7a5",
"Parts": "sample string 20",
"FolderId": "f65875c6-6cf9-4e01-a347-79c94c8e5909",
"ParentId": "7d182262-3e18-4c21-801d-1f7b67ecd047"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "29b35840-4ac8-44c3-b0a3-d6523b5683fa",
"targets": "2c7af298-51f1-4a32-854a-1754d8cd9489",
"regionscountries": "401f1ccd-4ab3-4f9b-a831-5de70502665e",
"stakeholders": "473da370-19e9-44c0-a13e-b6e99cbaadb5",
"targetaudiences": "147e8999-02b6-4768-8447-d00af9c3de2b",
"JoomlaArticleId": "sample string 20",
"Category": "2dda6216-3c06-4582-9308-1d1983cd797a",
"Tags": "499a810f-3798-4817-b016-1790991f3e57",
"departmentaltargets": "c9e7925b-afdd-4753-a51d-8d942aa8f4fa",
"events": "6e6ae98e-b3b7-4ed1-997e-f999814b121c",
"publishingoffices": "3daf7eb3-f3dd-4e37-b37a-493bd7df9d61",
"Parts": "sample string 26",
"FolderId": "1036f647-314a-451f-aaf4-ff56a8597450",
"ParentId": "08b5b687-38b8-4131-a1c9-34349d4e4806",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"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": "ab7ecd49-99bb-4e1c-965d-5a02c176b3a6",
"targets": "4075ab3b-1f38-4baa-ad7b-ec5709c89030",
"regionscountries": "a3d9ef4f-5c7f-4b00-ad63-72011f307693",
"stakeholders": "6d066f24-5d61-4d3d-b58c-a91e50ed0abc",
"targetaudiences": "6e678f6e-00bf-4c08-8a4f-df6099250502",
"JoomlaArticleId": "sample string 14",
"Category": "90847127-d37b-4780-8b4c-b8cfdc2f63ef",
"Tags": "cd8099db-8758-493d-b606-3b26b4cdd69e",
"departmentaltargets": "bf3c172f-54d8-41a1-840f-5073f1242dab",
"events": "45ed8d6c-465e-4b3b-a0e1-37560116447f",
"publishingoffices": "37bf4899-7455-41df-b5e6-b53ef3c61e98",
"Parts": "sample string 20",
"FolderId": "66d97193-5747-4758-bb39-d5561de9a8ea",
"ParentId": "b786da25-0be2-4bcc-98e3-13f93032ffcf"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:13:41.4621126Z",
"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": "013a455a-de58-49e6-825a-17ab71a9dc2d",
"targets": "680d7a11-1686-4f00-8097-091bec3d246a",
"regionscountries": "ca082584-799d-40e7-b9bd-54296032ed97",
"stakeholders": "98e278fd-b74f-46d2-be36-77dac67dc326",
"targetaudiences": "4d7f8a30-5a51-407c-97f7-d6c7b479834f",
"JoomlaArticleId": "sample string 14",
"Category": "2bd5827d-662a-459d-b252-7ee476986492",
"Tags": "27d0f21c-7f62-45c6-8c83-e8f06399b516",
"departmentaltargets": "9ddd3b85-9677-469e-aea4-c27a9481fc82",
"events": "a8d02af1-6904-40cd-8175-bdb802512c98",
"publishingoffices": "be536b3e-9f18-499e-b671-a4bca2703999",
"Parts": "sample string 20",
"FolderId": "936d8b50-657f-484d-ade0-1d2091fe1024",
"ParentId": "092da7ae-1829-4a51-8e3e-29dd99520516"
}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-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "1bd12e15-dae5-441d-8912-de15562f6a98",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "03dbdf5a-a696-4b6f-8198-b74324b90767",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:13:41.4621126+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-07-17T09:13:41.4621126Z",
"PublicationDate": "2026-07-17T09:13:41.4621126Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:13:41.4621126Z",
"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": "1bd12e15-dae5-441d-8912-de15562f6a98",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "03dbdf5a-a696-4b6f-8198-b74324b90767",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:13:41.4621126+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.