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-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "b82754a6-8e08-4768-b0da-c5e79ae2440f",
"targets": "42c33f05-819a-4f45-b05a-f5a7c7ec749d",
"regionscountries": "976c4b3a-5c63-4690-8e4a-3d054fc396bd",
"stakeholders": "989f501b-07af-43c4-a17d-602341159ab8",
"targetaudiences": "dada96a6-8169-429b-aaa3-815c27c23538",
"Category": "a3f68d0e-e10a-4614-a70f-b985804e6e1c",
"Tags": "ed7fb625-7372-4bb1-b919-e09196490141",
"departmentaltargets": "b1d3e2a4-579c-44fa-bb04-6b0da9823bab",
"events": "587ef404-ca9d-4042-83f8-a30d23f6b2a8",
"publishingoffices": "bcc270d0-eb26-4a20-9b93-457637f7f7a1",
"Parts": "sample string 25",
"FolderId": "0458a187-6dfb-4640-8b8f-095a9e68315d",
"ParentId": "2cf9a021-0a1f-4fb3-b555-147b2919a2c0",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "b82754a6-8e08-4768-b0da-c5e79ae2440f",
"targets": "42c33f05-819a-4f45-b05a-f5a7c7ec749d",
"regionscountries": "976c4b3a-5c63-4690-8e4a-3d054fc396bd",
"stakeholders": "989f501b-07af-43c4-a17d-602341159ab8",
"targetaudiences": "dada96a6-8169-429b-aaa3-815c27c23538",
"Category": "a3f68d0e-e10a-4614-a70f-b985804e6e1c",
"Tags": "ed7fb625-7372-4bb1-b919-e09196490141",
"departmentaltargets": "b1d3e2a4-579c-44fa-bb04-6b0da9823bab",
"events": "587ef404-ca9d-4042-83f8-a30d23f6b2a8",
"publishingoffices": "bcc270d0-eb26-4a20-9b93-457637f7f7a1",
"Parts": "sample string 25",
"FolderId": "0458a187-6dfb-4640-8b8f-095a9e68315d",
"ParentId": "2cf9a021-0a1f-4fb3-b555-147b2919a2c0",
"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-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "f4aa39bc-0186-4bf0-a0c5-326a2c9622bf",
"targets": "785a10d0-5ce3-4a8c-afd0-dce0433defbe",
"regionscountries": "cab05c06-fb41-458e-a256-90e9f1e07846",
"stakeholders": "3e6d8b92-0771-4ca6-bcc8-a4f86a0a1573",
"targetaudiences": "ccf4e0ab-29cb-4500-9dba-f73c4a5f36b8",
"Category": "5b89d5ae-0602-4511-9ae0-a918e4aa1991",
"Tags": "7dabf4e2-0583-4f9f-ae92-ce720e35bed0",
"departmentaltargets": "64d4d7da-b1cf-4dc7-9c26-21bfb7f32aa3",
"events": "682cc60d-86ad-4154-8a75-dabee3f32e27",
"publishingoffices": "0d73c990-7bed-494b-a60b-43d80834974a",
"Parts": "sample string 25",
"FolderId": "de6d50dc-6c29-4e5a-a296-c9194c10dfcb",
"ParentId": "b78fae7a-b687-4ae3-8c62-937efd406028",
"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": "eb119743-3339-4a12-912a-44d2d7332709"
}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-05-07T13:06:44.7434471Z",
"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": "a0a044a1-946b-4157-b65d-16e0bf451603",
"targets": "75730507-c149-497a-8d35-6b172b5965a0",
"regionscountries": "b0ad2785-2f5d-444a-a5de-b1174d8874b7",
"stakeholders": "1b1fb8c2-7189-42c1-b696-7c6b788bfc90",
"targetaudiences": "05bc5a1a-69b8-4537-8647-78020c9a6c5c",
"Category": "99131f1c-91c3-46b2-ac1b-5dc23f9bdf73",
"Tags": "d4da1cd3-1abf-4079-a986-0bacdbbe8a96",
"departmentaltargets": "ec9241d7-bc6b-437a-9ddb-44020226f905",
"events": "0fd917d8-8501-4540-9772-ff51c4533a8a",
"publishingoffices": "14a30222-a68b-43df-b02a-3df15f1d49b8",
"Parts": "sample string 19",
"FolderId": "aa7f04f4-0c48-4c97-a9cb-faf401d86803",
"ParentId": "ba736fe8-aada-430a-932b-65f6251e5e90"
}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-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "f27aff10-2fef-4458-9be9-8395b03b1dfa",
"targets": "0e4b968e-aecf-4ff2-bf2e-d8957a6d4405",
"regionscountries": "3b216cdf-160b-455f-a5a7-c23e2374e785",
"stakeholders": "9cab4fd5-dad6-4d7b-86b6-b0819df86bb8",
"targetaudiences": "910fb1a9-37de-4ecc-89b8-f199e9bdff04",
"Category": "84758839-8dce-421a-8590-4ee4e5bef3c4",
"Tags": "1a204468-4d7f-4925-af87-1c72905ec3cd",
"departmentaltargets": "216a399a-533f-4ea9-8606-193f690597f3",
"events": "c8c2236b-9e51-4ef0-a987-cb992afb16a7",
"publishingoffices": "9dd21479-e069-4a6a-9da5-13cc7c803150",
"Parts": "sample string 25",
"FolderId": "3c3ff539-f608-46d8-b70a-fac570aa7a0e",
"ParentId": "da7e748c-6213-44ce-901e-8657ed55a185",
"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-05-07T13:06:44.7434471Z",
"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": "8f06f8b7-0667-407e-9499-b876ff90eb16",
"targets": "d712a452-6086-4f73-9895-59043fb34f7e",
"regionscountries": "9c69690c-3892-4ba8-acef-1df9b7771ccb",
"stakeholders": "37e154dd-69ba-45b5-b835-49cc1839147b",
"targetaudiences": "0948f3a7-52c8-4105-b688-b701e1f6fcf5",
"Category": "f0ff24bd-a86f-4a42-8e84-09b995ee87ee",
"Tags": "ed0695e9-ed03-4ab5-9d12-bcdc50a51b8e",
"departmentaltargets": "fa0381b9-a042-46b9-9721-8be72b3f8271",
"events": "88b1b5af-6051-4a85-b7d0-c4f4547d7838",
"publishingoffices": "2302d4f8-f66a-47c1-89dc-7710b6b8b8db",
"Parts": "sample string 19",
"FolderId": "2dc8dce6-c725-4152-84c4-0de1bf0ae9da",
"ParentId": "3f2c3a85-a7a6-4229-a4fa-665a9ac368a0"
}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-05-07T13:06:44.7434471Z",
"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": "48caf90f-8bef-41ba-bc9c-7ce87bfb9da8",
"targets": "73515c3f-3131-4620-840a-fad28d05bef2",
"regionscountries": "084ab891-87bb-4831-aea2-74688b6ae131",
"stakeholders": "b67774cb-2b5b-4829-be14-48f2812deff5",
"targetaudiences": "5924f934-c7ce-401d-bb76-c4ecf64d3bb4",
"Category": "6b0aacd6-c0ff-4a78-ba07-f4733862bff5",
"Tags": "763553aa-bb43-4bc8-86bf-89e55617a60d",
"departmentaltargets": "b5f10fcd-51fc-41e2-a841-e8324bd1805b",
"events": "496d0dd5-7e3b-4f58-bac4-3dbe41c2185f",
"publishingoffices": "fde8b89f-95b2-4f6a-8317-59720ade0b42",
"Parts": "sample string 19",
"FolderId": "0d73e57a-af3e-49f6-ac07-dff7618a34e9",
"ParentId": "8bda3373-e254-44cd-be92-58cf9b6bbcdd"
}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-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "4729e137-76dd-4355-afbe-3cdbc947c5ad",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "577358f2-b16f-40f5-bb64-63fef01e68c4",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:06:44.7434471+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-05-07T13:06:44.7434471Z",
"PublicationDate": "2026-05-07T13:06:44.7434471Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:06:44.7434471Z",
"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": "4729e137-76dd-4355-afbe-3cdbc947c5ad",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "577358f2-b16f-40f5-bb64-63fef01e68c4",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:06:44.7434471+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.