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-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "4cfec734-bb75-4fa3-94d6-248fcad81584",
"targets": "b176c3a0-3641-474e-bc0d-bc00e21f8aa3",
"regionscountries": "c9854411-987c-43d1-ad07-bfec2c72f9b1",
"stakeholders": "d4daed95-02fb-49d5-8d7e-5c0b281b9844",
"targetaudiences": "d02522df-596e-42c3-aa61-2fbbf19ffa39",
"JoomlaArticleId": "sample string 20",
"Category": "1b17e912-e8cd-4e54-b738-886ad5bff81c",
"Tags": "5524c433-d66b-4243-bce7-5fb96ccb5235",
"departmentaltargets": "80bb5d06-8966-4453-b49f-3d299be0b253",
"events": "ab41c563-5cd1-4f1d-b3cc-ae1cac310488",
"publishingoffices": "f00100b0-0e32-483a-8829-3e1514d6ba7c",
"Parts": "sample string 26",
"FolderId": "9b26c94e-125e-495b-8d72-30e8115fb221",
"ParentId": "5b6ff237-623a-4d50-a07b-6aa3b4567c47",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "4cfec734-bb75-4fa3-94d6-248fcad81584",
"targets": "b176c3a0-3641-474e-bc0d-bc00e21f8aa3",
"regionscountries": "c9854411-987c-43d1-ad07-bfec2c72f9b1",
"stakeholders": "d4daed95-02fb-49d5-8d7e-5c0b281b9844",
"targetaudiences": "d02522df-596e-42c3-aa61-2fbbf19ffa39",
"JoomlaArticleId": "sample string 20",
"Category": "1b17e912-e8cd-4e54-b738-886ad5bff81c",
"Tags": "5524c433-d66b-4243-bce7-5fb96ccb5235",
"departmentaltargets": "80bb5d06-8966-4453-b49f-3d299be0b253",
"events": "ab41c563-5cd1-4f1d-b3cc-ae1cac310488",
"publishingoffices": "f00100b0-0e32-483a-8829-3e1514d6ba7c",
"Parts": "sample string 26",
"FolderId": "9b26c94e-125e-495b-8d72-30e8115fb221",
"ParentId": "5b6ff237-623a-4d50-a07b-6aa3b4567c47",
"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-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "f66e8c74-150a-4f38-ba29-99a13b70db19",
"targets": "bbda1793-aa54-44d7-b00e-559498dc5994",
"regionscountries": "d54beb24-7572-41eb-b69f-e9d8eab6eda2",
"stakeholders": "fe9bc381-5640-4597-a1e3-55422f604079",
"targetaudiences": "262c6e73-b636-4f14-8508-98b00f349436",
"JoomlaArticleId": "sample string 20",
"Category": "1af1c0b0-80ab-40af-8cc2-16339631c650",
"Tags": "2caae586-80de-49a2-b5de-d8d578865553",
"departmentaltargets": "e531c38d-7956-4e3c-b3b7-5554da9e715c",
"events": "5daeaf5e-2f2f-4a18-a9c6-ff74f2b8c74c",
"publishingoffices": "edab645d-b2c9-44f8-bfe5-90e8eba0dc95",
"Parts": "sample string 26",
"FolderId": "a2d3f93b-ae46-4e8f-94a1-6770952d9a24",
"ParentId": "2f7edb50-309b-4f02-9af9-ecf4facfa3d9",
"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": "0e20660d-6a22-404c-b981-00f3a5ab8bfa"
}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-08-29T02:09:41.8485354Z",
"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": "10b625e6-b93e-41fa-ac21-a05a76e17120",
"targets": "d856bde8-ed04-4e14-93f6-b1b94dc22353",
"regionscountries": "e2a32510-0126-4c53-84d4-73bff27dc761",
"stakeholders": "fd65fa64-94ed-4a53-a824-afe9e30fb991",
"targetaudiences": "c23ce593-9863-4d85-9fdb-85e0a8c301d5",
"JoomlaArticleId": "sample string 14",
"Category": "a4f98774-3d92-4777-9591-0d3a5d7785bc",
"Tags": "0efddd10-52a4-4b8d-b2d0-a547bd618cde",
"departmentaltargets": "e1ddd1b3-ffab-4d97-a052-f845ec7403b6",
"events": "8496bf5b-a8cc-416e-9fa8-b136cd805634",
"publishingoffices": "340caee2-886b-497d-ba20-c91bdb58b3e1",
"Parts": "sample string 20",
"FolderId": "6b8a3009-7297-408b-bf13-a93399c88850",
"ParentId": "dbd187d5-4005-45ef-99dd-8b4c9caf838e"
}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-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "d6bc99d7-2073-4a9d-929a-5abc885cefe0",
"targets": "c00100b6-05ce-41e1-9729-ffa747a90b93",
"regionscountries": "9a536736-cdbb-4242-8ad3-0ae20f6e3d6b",
"stakeholders": "b2775a16-8da1-452e-bd80-3a84887c4d74",
"targetaudiences": "08b4a48b-06e2-4ce6-be89-6ee2783127c1",
"JoomlaArticleId": "sample string 20",
"Category": "88319371-5f15-4275-b331-142a73931f06",
"Tags": "963c0349-94b7-4c41-880c-6ecc0cd9cced",
"departmentaltargets": "f09cd7a4-a217-4734-9bd6-8397a81873a0",
"events": "d2b9c42c-1952-43ab-9e6c-7493bb84e1ed",
"publishingoffices": "b2f88b12-cb11-4879-becb-6fa074759660",
"Parts": "sample string 26",
"FolderId": "da10a67b-30c3-4601-be27-3717225fa8c8",
"ParentId": "49123e56-c01f-4a40-9623-1b352647054a",
"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-08-29T02:09:41.8485354Z",
"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": "acbd0303-de16-41e0-90d9-92d877a2410c",
"targets": "c4691dbb-bfdc-41bd-b39e-b3f82511590a",
"regionscountries": "b49867a1-27b9-4359-bd9a-09e932479925",
"stakeholders": "bc280bd2-c345-4442-bf9b-c84dd97b9922",
"targetaudiences": "7b3a18ea-4dd7-4380-b27a-4a7dd3a2336c",
"JoomlaArticleId": "sample string 14",
"Category": "d572d0d1-5a13-408f-b631-fce2b19a738c",
"Tags": "436d7898-b1a9-44e3-8adb-89dce3e391fc",
"departmentaltargets": "a1f014d8-e4f1-458b-8c2d-900bc50d8785",
"events": "a708857a-c680-4e2e-8108-1ee7f5fe81e6",
"publishingoffices": "593c9d99-3307-45d2-bb42-1ca5e3dbd24e",
"Parts": "sample string 20",
"FolderId": "2b16b977-35de-40b8-93df-220105cc297e",
"ParentId": "e9e8b792-0f56-4be6-aa87-41f5a3ee7ca5"
}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-08-29T02:09:41.8485354Z",
"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": "31e49a54-b131-4dbe-b6ae-a748c988ff82",
"targets": "020f7b3e-7505-4ff2-b2ab-16e50983e898",
"regionscountries": "34beff86-5cf9-402a-999f-8baf100cb53d",
"stakeholders": "b1de4b38-15bd-4115-84da-97c2c3948539",
"targetaudiences": "8f9e715f-443e-4a85-a6c4-461933c49e4d",
"JoomlaArticleId": "sample string 14",
"Category": "1a56b2bf-1293-43f6-8cb1-f0b21a38ab24",
"Tags": "10746086-0b5c-4ac6-88fd-84ed369324da",
"departmentaltargets": "aee9e6ae-4aae-4deb-bc38-0ee432699f58",
"events": "78100996-b106-4ea9-8189-13426112e204",
"publishingoffices": "07495880-37d0-4835-a3f5-4f874ef5df0e",
"Parts": "sample string 20",
"FolderId": "0d085cb6-ba2f-4ce6-8aa6-b58b16e05990",
"ParentId": "43f205a6-430e-432a-80b4-5a97cbdef756"
}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-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "f140d833-3cfd-48bb-8c78-2fc4ccee42be",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff4ec16b-216e-48e4-bb92-3d2c24feb27a",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:41.8485354+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-29T02:09:41.8485354Z",
"PublicationDate": "2026-08-29T02:09:41.8485354Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:41.8485354Z",
"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": "f140d833-3cfd-48bb-8c78-2fc4ccee42be",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff4ec16b-216e-48e4-bb92-3d2c24feb27a",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:41.8485354+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.