Returns a set of data items of type documents.
GET /api/multimedias/documents
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "0c7bad26-830c-433a-9d1d-5f1421af301d",
"targets": "a217860b-7ac9-4d48-b4a2-07cc94109747",
"regionscountries": "c552b687-729c-4b51-853f-04c9db1e7087",
"stakeholders": "ef5315b8-ade8-4fec-b6b9-eb441b7e7e99",
"targetaudiences": "aa407619-2f19-42a1-8319-1066c9ea6f9d",
"Category": "0c37049e-ee2e-495c-a6c7-6c1cc3efe6aa",
"Tags": "c5204a34-83a1-4b4e-81c7-de3e069b26d0",
"departmentaltargets": "9a8a2ab2-8428-4922-a6cb-77ff306ad705",
"events": "cd123cd9-5f39-4a4c-8f40-20112a76bb01",
"publishingoffices": "48c96de1-cb9e-45e3-b8d0-16cd228d2f08",
"Parts": "sample string 25",
"FolderId": "a7c36780-495c-4a2e-acfc-199c415b58b6",
"ParentId": "8d45c745-416c-46b8-ac13-391c4b3f01f3",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "0c7bad26-830c-433a-9d1d-5f1421af301d",
"targets": "a217860b-7ac9-4d48-b4a2-07cc94109747",
"regionscountries": "c552b687-729c-4b51-853f-04c9db1e7087",
"stakeholders": "ef5315b8-ade8-4fec-b6b9-eb441b7e7e99",
"targetaudiences": "aa407619-2f19-42a1-8319-1066c9ea6f9d",
"Category": "0c37049e-ee2e-495c-a6c7-6c1cc3efe6aa",
"Tags": "c5204a34-83a1-4b4e-81c7-de3e069b26d0",
"departmentaltargets": "9a8a2ab2-8428-4922-a6cb-77ff306ad705",
"events": "cd123cd9-5f39-4a4c-8f40-20112a76bb01",
"publishingoffices": "48c96de1-cb9e-45e3-b8d0-16cd228d2f08",
"Parts": "sample string 25",
"FolderId": "a7c36780-495c-4a2e-acfc-199c415b58b6",
"ParentId": "8d45c745-416c-46b8-ac13-391c4b3f01f3",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "43e3c1a5-4b75-42a8-902d-3b21c51602ab",
"targets": "fc342c65-4ccb-49d7-8623-85e02b1242e9",
"regionscountries": "72aafd76-204d-4977-9b77-d36c02d9c0d7",
"stakeholders": "ce6caacc-7a31-4f20-ba56-9cc3ab2f2133",
"targetaudiences": "88c9a67c-74aa-417c-a364-dcf0999c1128",
"Category": "1cf538fd-d419-491b-998f-3e2828b02322",
"Tags": "d8fc3245-0f24-4bc6-b67c-0f232923ea62",
"departmentaltargets": "85b81233-ab1d-4ec2-8fb8-4e62b4733177",
"events": "7653d839-44ec-44e5-be7e-a03e39b91fcb",
"publishingoffices": "d43307f2-160b-4cf8-b8c4-34899b691faf",
"Parts": "sample string 25",
"FolderId": "0cd3485f-5213-4001-b5da-6a3eeebcd761",
"ParentId": "ea7ca794-92bd-4f69-8c6a-82341d106791",
"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": "085cde37-2854-4ca7-9b84-7153be74cdd4"
}Creates a documents item.
POST /api/multimedias/documents
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"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": "f9e13ba0-51a6-490c-b4fd-a1d0ef0efc1f",
"targets": "f44e19fc-45d3-4e9b-8b54-4c8600437d48",
"regionscountries": "2a155432-3cc8-4ef1-8277-a02a6f347f68",
"stakeholders": "e6eb6ac0-87d6-47b3-baad-c83519350a7e",
"targetaudiences": "dbcb398d-0379-4f43-8d46-c738319e8798",
"Category": "2317c97e-15ed-4671-9f02-7546b3e10431",
"Tags": "653f1e9e-0340-4b24-9296-bcd05a49a281",
"departmentaltargets": "d1adfed0-c8ee-4380-a5bd-606e97ff9276",
"events": "f1e19145-039c-4177-b34c-f135eaf69c50",
"publishingoffices": "3aa69295-7860-48ec-ad7a-388e6b434375",
"Parts": "sample string 19",
"FolderId": "38505ed2-c8bb-4f77-83b8-f5d444e5f52b",
"ParentId": "69b5a566-7c75-453c-9421-3f362ff10a07"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "1d1bc7b5-500b-4560-b253-cece62c11e48",
"targets": "ac8613de-1fbf-4859-b6e5-46bac379ecbb",
"regionscountries": "867f1a9c-9abb-47a8-8be1-62f4862be364",
"stakeholders": "b2352818-cf51-4fe7-9a39-4706a9638a40",
"targetaudiences": "4131a11d-4ac5-40b1-ad56-37023a543c6b",
"Category": "b5fcee9f-de6c-4333-8da3-4f4a504b4ba7",
"Tags": "de45d055-cee1-44e0-b2f5-47ab3b0d73c4",
"departmentaltargets": "81735663-f232-4dd4-9c70-a369b67cc35b",
"events": "fdaf606f-9e7c-4025-abdc-b4a4a2ee29bb",
"publishingoffices": "777e50c3-e1a5-487a-95c9-30619ab4e557",
"Parts": "sample string 25",
"FolderId": "b5058c72-f430-40bf-a70e-5ea21b5e876e",
"ParentId": "c9841c83-cee8-483d-b5f0-d4f30d552280",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"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": "e01cf368-3caa-466e-9cf3-c8eea42f7339",
"targets": "6d4f23b2-f4bc-464c-8183-bbb679134d4c",
"regionscountries": "e7337221-653b-4b6c-81b0-7bc727ff5182",
"stakeholders": "3a5ed8f2-e5ef-4e1d-ac9a-09207d2d779f",
"targetaudiences": "31aed64e-2d5c-40de-85ed-507aaadb0cab",
"Category": "e50fcfbc-a962-4e66-ad9e-a533df9b8916",
"Tags": "0544a9e3-639c-43c3-99f7-ffdd334b5eaa",
"departmentaltargets": "0721e803-a1ee-4d3a-b934-c950a2b6dd82",
"events": "451dee3b-e0c5-4866-8c5d-7cb6dd995cdf",
"publishingoffices": "bfde32c5-1222-45c1-837e-880a484068ad",
"Parts": "sample string 19",
"FolderId": "f6a337e9-4fd0-4ae1-8f3d-983b485c0c77",
"ParentId": "d4c83c03-618e-42d4-8b24-84c8e972f880"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for documents item.
PUT /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"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": "ad482730-a4b8-4ccd-9936-1ea7331b1d9f",
"targets": "aebca409-b154-49f5-927c-f0fc29c14b1e",
"regionscountries": "76b72c4d-5ba9-40da-b482-df702a5b8de9",
"stakeholders": "bf4439bf-b4c4-4e6a-a44e-19938b2ec9ae",
"targetaudiences": "267c9eaa-c549-47ef-891c-c3a24ed5b2f7",
"Category": "410dd9ec-58b1-42ba-9ee3-7e03d689e0b4",
"Tags": "3e85bcf1-4d87-44c5-af3b-e6bfbfff3351",
"departmentaltargets": "d3cacbbf-549a-4f80-9ff3-ca64181adf0e",
"events": "4f133b72-69bf-4b97-ac67-67424cfcad67",
"publishingoffices": "fb3b035a-71f2-419b-8fb8-f0bfad9a650a",
"Parts": "sample string 19",
"FolderId": "48aa5fae-2538-4bd9-9903-73c4a2866c17",
"ParentId": "e51034ff-1f41-4f4a-bc83-579be4e57672"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a documents item by Id.
DELETE /api/multimedias/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Parent from documents item.
GET /api/multimedias/documents({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "ef8b6bae-adc1-4bdc-9e1b-74a64ba61949",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c191e114-6b50-40f6-9c09-e14448d95b0e",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:01:01.0655345+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-26T13:01:01.0655345Z",
"PublicationDate": "2026-03-26T13:01:01.0655345Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:01:01.0655345Z",
"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": "ef8b6bae-adc1-4bdc-9e1b-74a64ba61949",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c191e114-6b50-40f6-9c09-e14448d95b0e",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:01:01.0655345+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.