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-04-17T13:52:29.2906099Z",
"PublicationDate": "2026-04-17T13:52:29.2906099Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.2906099Z",
"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": "ae729c82-a31b-46ec-a6b0-9c1975246f8c",
"targets": "d267d66c-3378-47bc-bdba-4da1e7a8750e",
"regionscountries": "4e06c18d-28dd-4d9d-a0e8-1e27753cb0e8",
"stakeholders": "3a736e70-c92d-4378-ab86-f2f310fa6628",
"targetaudiences": "860fef61-7b2f-42aa-8c2e-6c2e515f50a4",
"Category": "e292ac23-f396-4c7e-8420-694aac3f7750",
"Tags": "de24050f-e515-4890-ad81-a4e3d936e606",
"departmentaltargets": "59378049-4ce4-4216-b7ae-85a0a8292b8f",
"events": "0cba5374-dbc1-4841-a7da-7c39c05c3a1d",
"publishingoffices": "0b34b76f-ae82-4c19-b5bf-8741c2a199d1",
"Parts": "sample string 25",
"FolderId": "7c150541-b40f-400a-bce3-58835a0f71d9",
"ParentId": "06c95e63-70d1-49ff-8abc-754ef59d39df",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-17T13:52:29.2906099Z",
"PublicationDate": "2026-04-17T13:52:29.2906099Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.2906099Z",
"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": "ae729c82-a31b-46ec-a6b0-9c1975246f8c",
"targets": "d267d66c-3378-47bc-bdba-4da1e7a8750e",
"regionscountries": "4e06c18d-28dd-4d9d-a0e8-1e27753cb0e8",
"stakeholders": "3a736e70-c92d-4378-ab86-f2f310fa6628",
"targetaudiences": "860fef61-7b2f-42aa-8c2e-6c2e515f50a4",
"Category": "e292ac23-f396-4c7e-8420-694aac3f7750",
"Tags": "de24050f-e515-4890-ad81-a4e3d936e606",
"departmentaltargets": "59378049-4ce4-4216-b7ae-85a0a8292b8f",
"events": "0cba5374-dbc1-4841-a7da-7c39c05c3a1d",
"publishingoffices": "0b34b76f-ae82-4c19-b5bf-8741c2a199d1",
"Parts": "sample string 25",
"FolderId": "7c150541-b40f-400a-bce3-58835a0f71d9",
"ParentId": "06c95e63-70d1-49ff-8abc-754ef59d39df",
"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-04-17T13:52:29.2906099Z",
"PublicationDate": "2026-04-17T13:52:29.2906099Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.2906099Z",
"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": "5af7a72e-0ed6-4c23-8d18-4596c7fd6233",
"targets": "b1d6ccbc-3e65-49e1-9ee7-ae1cfccfb352",
"regionscountries": "41fd895e-7162-4c98-9cfb-242ace02a63d",
"stakeholders": "9a578e61-7c9c-4536-8fb4-8a9842fec4d4",
"targetaudiences": "5dfe71a7-5c2e-4bbc-9ab8-72bcb47da5bb",
"Category": "ae304ca2-e9d0-4521-af1a-167efdb2cad2",
"Tags": "daef4249-1b22-4320-af5a-8f1b162cb3ca",
"departmentaltargets": "6c51df78-a684-4fe9-9ce4-594ce0e59342",
"events": "f52aaf1d-ef4e-497f-bc62-016aae4a86c2",
"publishingoffices": "7cef353e-e6e1-4aa7-af55-8e13ea8b92dd",
"Parts": "sample string 25",
"FolderId": "6a12ba45-e5bb-42bf-a11e-9fffc5bd9daa",
"ParentId": "046c77c2-d7d7-47ac-be47-da37b2f3688c",
"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": "0478d0d0-e5eb-48f3-9fb1-6a78a48e37bb"
}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-04-17T13:52:29.2906099Z",
"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": "a1951fad-0446-48a0-876a-0641c260dde7",
"targets": "0f37e316-26d3-4ecb-ac77-a2c7ad3d9eb9",
"regionscountries": "45be4c68-6af3-457f-992f-94660049ea62",
"stakeholders": "efac74b1-0329-4509-bd8b-681cc864ee3c",
"targetaudiences": "d0033bd1-4454-4533-8600-7cd8774fe554",
"Category": "508dc5f9-cd95-4b69-b285-2df21b7d28ce",
"Tags": "06e8b2ee-a154-4c43-8308-0e14ae4bcc1a",
"departmentaltargets": "59f2def7-08b8-4187-8f83-44904ccea549",
"events": "7a11f7ad-a5dd-4fe9-a98a-8b132cb470ae",
"publishingoffices": "76954420-0881-4211-94cd-fb3f116e5466",
"Parts": "sample string 19",
"FolderId": "6ebec30c-5fc4-477f-a39a-4b371d43e12a",
"ParentId": "fae6a423-f187-41cd-93e2-9123b3608716"
}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-04-17T13:52:29.2906099Z",
"PublicationDate": "2026-04-17T13:52:29.2906099Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.2906099Z",
"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": "0d05ad59-8de4-4d79-b860-9ea73e816c2f",
"targets": "1286434d-dc59-4f07-b5ea-a23e5c2d3011",
"regionscountries": "7dfe326e-db6f-4ca1-b971-8669d84ce12e",
"stakeholders": "856a2d1b-912f-491e-b774-3ee1f6e461e8",
"targetaudiences": "d7ba6e84-7018-4783-9f06-57ab31ea2924",
"Category": "8abf305f-08b6-4795-a46b-bef6a1506b9b",
"Tags": "456992f1-14d8-4bb5-8d71-532879fb8283",
"departmentaltargets": "9de5978c-e2c5-4891-b242-6471c452c362",
"events": "0dadcd3f-0e53-4170-9c40-1bb13c0650a2",
"publishingoffices": "45169849-8e71-45df-b757-d2742ef9d489",
"Parts": "sample string 25",
"FolderId": "df7516d4-13f9-44a3-be6f-cd9372020b41",
"ParentId": "7222d9e7-ec0a-404f-a866-4e298d0bc844",
"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-04-17T13:52:29.2906099Z",
"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": "567e0600-a8bd-48f4-a350-dcacd5d47ddc",
"targets": "d21e66e4-d4b3-4030-9ecb-3c88cdf90641",
"regionscountries": "332727eb-a891-4976-8c2a-38605d7a8619",
"stakeholders": "d4c18e73-3a07-4dd2-8ea5-0153519b5e3e",
"targetaudiences": "a17c31a9-6085-4fe4-9c64-9600d6c609be",
"Category": "aa2f223e-bf82-43ae-a6af-bb588c106aee",
"Tags": "bf42a7e7-5ffd-43f1-92bc-2c4a96b96af5",
"departmentaltargets": "32ec3598-ba12-44d5-a255-f5817d64bfa8",
"events": "757baf1c-6dc2-4c44-9a04-cc01bdee5729",
"publishingoffices": "31a1fd41-d274-4712-95a4-442c0cffd53c",
"Parts": "sample string 19",
"FolderId": "5b1ca4ce-4489-4478-bd15-2fb8ec8270dd",
"ParentId": "eba59fb5-302e-4499-b3aa-fee7f675cb48"
}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-04-17T13:52:29.3061743Z",
"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": "5474cf2c-378d-4723-a8fd-26b656a23e2b",
"targets": "ff702ef7-60de-4e5a-86e9-35ef55cc71d5",
"regionscountries": "5adce952-e264-448a-8b49-b66930994c21",
"stakeholders": "ec754d29-aa80-4942-8c28-39dd5a49acf2",
"targetaudiences": "4b324d86-bcd0-4980-96d8-93073a355b51",
"Category": "0a952665-af0c-481c-a468-e19576ed9de2",
"Tags": "e7b76de0-69da-42c5-aef0-77f623a644c8",
"departmentaltargets": "8c9441e8-a55f-4e84-9293-e6a3ce62b3fa",
"events": "d3b9e90b-2546-4322-bec9-394bbce121f4",
"publishingoffices": "2c851c13-83a5-4c39-97b2-c91c061acc41",
"Parts": "sample string 19",
"FolderId": "712e54b7-096f-4f47-b28f-2800beb034d1",
"ParentId": "09b7652f-2007-4fa9-b246-bf4ff07bacaa"
}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-04-17T13:52:29.3061743Z",
"PublicationDate": "2026-04-17T13:52:29.3061743Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.3061743Z",
"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": "ef003bec-65b0-4480-8a54-56139654bacc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c38bb6a7-16f7-43af-b71b-89abc1571e8e",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-17T13:52:29.3061743+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-04-17T13:52:29.3061743Z",
"PublicationDate": "2026-04-17T13:52:29.3061743Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T13:52:29.3061743Z",
"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": "ef003bec-65b0-4480-8a54-56139654bacc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c38bb6a7-16f7-43af-b71b-89abc1571e8e",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-17T13:52:29.3061743+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.