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-09-20T23:03:34.8694026Z",
"PublicationDate": "2026-09-20T23:03:34.8694026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.8694026Z",
"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": "34122c6a-5604-4935-9cc6-4577503e0443",
"targets": "c3a42336-e11f-4eea-a210-7aeb640b5481",
"regionscountries": "284d6dc7-6886-4061-8952-b4b977f05a5a",
"stakeholders": "2b0c0187-6216-4b8a-a5e6-71bf767505a8",
"targetaudiences": "b7d758e4-952e-4bf1-8eb4-d82584943db7",
"JoomlaArticleId": "sample string 20",
"Category": "0fdaf5d4-9c73-4d59-973c-e56c308d4459",
"Tags": "9b35105b-a914-4fa3-b207-9d6c3bc9fcba",
"departmentaltargets": "333afb53-dcbd-4078-a77d-27745b096c4d",
"events": "a78ffa7c-9439-40ec-90b3-c527fdc23a3f",
"publishingoffices": "8181b843-95f6-4c8e-a86d-48a88929e643",
"Parts": "sample string 26",
"FolderId": "5bc167e5-83ab-43c0-8e2b-b9372ef54261",
"ParentId": "b0943b65-b5ac-46cb-93b9-113a36e15666",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T23:03:34.8694026Z",
"PublicationDate": "2026-09-20T23:03:34.8694026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.8694026Z",
"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": "34122c6a-5604-4935-9cc6-4577503e0443",
"targets": "c3a42336-e11f-4eea-a210-7aeb640b5481",
"regionscountries": "284d6dc7-6886-4061-8952-b4b977f05a5a",
"stakeholders": "2b0c0187-6216-4b8a-a5e6-71bf767505a8",
"targetaudiences": "b7d758e4-952e-4bf1-8eb4-d82584943db7",
"JoomlaArticleId": "sample string 20",
"Category": "0fdaf5d4-9c73-4d59-973c-e56c308d4459",
"Tags": "9b35105b-a914-4fa3-b207-9d6c3bc9fcba",
"departmentaltargets": "333afb53-dcbd-4078-a77d-27745b096c4d",
"events": "a78ffa7c-9439-40ec-90b3-c527fdc23a3f",
"publishingoffices": "8181b843-95f6-4c8e-a86d-48a88929e643",
"Parts": "sample string 26",
"FolderId": "5bc167e5-83ab-43c0-8e2b-b9372ef54261",
"ParentId": "b0943b65-b5ac-46cb-93b9-113a36e15666",
"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-09-20T23:03:34.8694026Z",
"PublicationDate": "2026-09-20T23:03:34.8694026Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.8694026Z",
"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": "82dc72b2-c3be-4252-9071-e87a2dc2633c",
"targets": "af502b52-7afc-472c-8be8-578725709292",
"regionscountries": "1400df98-b847-4b32-9b3a-9188a947b454",
"stakeholders": "a1e6a439-da98-4cd7-a29f-4b309de82abe",
"targetaudiences": "2da1b931-dd85-430d-8ef0-58c9cc80f78c",
"JoomlaArticleId": "sample string 20",
"Category": "4a974456-6e4b-4e7a-94e8-4c36b107a942",
"Tags": "7361d1ce-7c8d-4b16-9c97-126412ce8e20",
"departmentaltargets": "d19bd3ff-afdf-4a4b-8159-247374a6db4f",
"events": "1c90cb8c-65c9-4ceb-a977-8e0d9761f11b",
"publishingoffices": "019e091a-e80d-4d84-9292-003fefbc4d1e",
"Parts": "sample string 26",
"FolderId": "19d2ab1f-eb97-4485-a36f-7c55ff4a40cd",
"ParentId": "b3573669-eddb-444f-8308-8b735a5e856b",
"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": "9e5fd4f4-43ef-48be-b71e-c3609f47a8f9"
}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-09-20T23:03:34.8709354Z",
"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": "2415334e-6391-4389-8c8f-5329899d1a1c",
"targets": "e6f01b3a-c39c-465c-a125-095712bc17d2",
"regionscountries": "18efc660-ab6d-4f06-a1b7-7828594a097a",
"stakeholders": "286900ed-204a-44df-84c1-6d19ec4a2005",
"targetaudiences": "b057dfda-8b4a-496e-8596-a0a10ffdebed",
"JoomlaArticleId": "sample string 14",
"Category": "454c6780-7666-4857-8190-1d80079052a6",
"Tags": "8c0b13c8-2fc3-4cab-85c5-aca5fa90440a",
"departmentaltargets": "a2d8cde0-52bd-4204-a806-8557d13f99b1",
"events": "d8d15ada-d918-4440-b142-6a32febc3f95",
"publishingoffices": "c8a88834-34db-4931-a3f4-320c346a6020",
"Parts": "sample string 20",
"FolderId": "efa18d5f-1cc2-498b-8ff7-223f03c50856",
"ParentId": "d7097e66-1e0f-4e6d-aaa2-90833dcf1049"
}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-09-20T23:03:34.870976Z",
"PublicationDate": "2026-09-20T23:03:34.870976Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.870976Z",
"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": "05682b50-459b-441a-b512-5f6af8aa4eff",
"targets": "3ae3349a-3064-4b25-9059-17838f0fc0db",
"regionscountries": "1f512cc3-faec-4d57-bd5e-80075bfc9fb6",
"stakeholders": "a1d082f3-ad1d-4444-8675-90a4536431c0",
"targetaudiences": "413c02fd-f565-47ef-ac1f-db76f8838ade",
"JoomlaArticleId": "sample string 20",
"Category": "dbf3a0c5-09b0-4878-b22f-13cf676e907c",
"Tags": "d7bb9bad-5610-486e-93a3-67ebd67f295e",
"departmentaltargets": "7b10401f-2473-4ccc-95d6-66b13b12cef3",
"events": "104f824b-ff3f-4524-a18c-8365eb623e00",
"publishingoffices": "fbba10e9-1d6f-4d5e-9c1f-bbe7cc867eaa",
"Parts": "sample string 26",
"FolderId": "3e729dbf-0cc9-4a0d-8122-943b015e51be",
"ParentId": "b6296ef0-dcfb-4c6f-b798-9ee4d358bc8f",
"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-09-20T23:03:34.870976Z",
"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": "578dcc96-8d10-4d34-bf8d-674fcba41144",
"targets": "316f0b60-872a-430e-9e26-dfcc51b73484",
"regionscountries": "da937d36-5977-4bc9-888a-5dbcbd1e8f59",
"stakeholders": "45781111-7b99-4ec0-8aee-859773f0b198",
"targetaudiences": "94d11208-efb1-4a2b-bec0-15ad5927a108",
"JoomlaArticleId": "sample string 14",
"Category": "71a7e4b3-5ebc-4361-9a9b-8b1ebf9332f2",
"Tags": "aa5ee8b0-1662-4e26-98d4-93d5f71f702d",
"departmentaltargets": "ce0837b7-bba3-4586-a496-ca1276f150aa",
"events": "65468cb5-a73f-401a-b4b8-77cc5334795b",
"publishingoffices": "36e07924-745c-47de-b519-ec2c55be0938",
"Parts": "sample string 20",
"FolderId": "4505770e-bb19-477a-8c1f-1b177f274e6d",
"ParentId": "91c3e3d8-8d76-4380-ae71-209b276bed7c"
}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-09-20T23:03:34.870976Z",
"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": "929bf6f2-d728-44fd-b67b-c5e9d40408cb",
"targets": "c79c4aa1-f3f3-4557-b552-2aa9139ba8a8",
"regionscountries": "3f1fe33c-78e0-484e-a7a2-1ad1c2086a9c",
"stakeholders": "674c9ea5-c76d-486d-875a-ea34462d305a",
"targetaudiences": "1b784d00-e5c7-4923-bda3-4e80f98a88b7",
"JoomlaArticleId": "sample string 14",
"Category": "57775b24-67d5-41fa-a2fa-2b891c7ddaff",
"Tags": "54926fa8-eb90-47cd-a36d-46723b2d3835",
"departmentaltargets": "db8800f9-ab29-4223-bd51-8d5f62dff673",
"events": "05279d19-b5a0-44c1-a38d-af1136982514",
"publishingoffices": "080e110b-1111-499d-91c2-366c87aedd2b",
"Parts": "sample string 20",
"FolderId": "e386cf6b-ce62-4c53-8958-e8d5238592a8",
"ParentId": "ba2a1020-5a62-418a-801a-494ab2ef6943"
}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-09-20T23:03:34.870976Z",
"PublicationDate": "2026-09-20T23:03:34.870976Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.870976Z",
"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": "d1174196-f383-4de1-b22a-96a332acd824",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "dd43d55e-d7f8-4158-8f45-0e6fe26e2503",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:03:34.870976+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-09-20T23:03:34.870976Z",
"PublicationDate": "2026-09-20T23:03:34.870976Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:03:34.870976Z",
"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": "d1174196-f383-4de1-b22a-96a332acd824",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "dd43d55e-d7f8-4158-8f45-0e6fe26e2503",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:03:34.870976+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.