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-02-07T07:26:52.2707045Z",
"PublicationDate": "2026-02-07T07:26:52.2707045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2707045Z",
"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": "7b766a46-3be9-4cb9-b543-6778af6ed637",
"targets": "45d27e5d-d03f-4a4d-9db6-878ab7ff0997",
"regionscountries": "83959269-210c-4db7-839f-e41e21249f22",
"stakeholders": "a3902546-d07c-4628-ae83-fb0d227c67af",
"targetaudiences": "8d0cc323-87aa-47d2-af3e-f796a2a0609b",
"Category": "a2f28454-51bb-4766-8dda-6b71eaa9f9d6",
"Tags": "091dceae-4033-4f25-a22b-29da8545531c",
"departmentaltargets": "2afa08b9-f13f-482a-a1c6-8f709dbfaf4c",
"events": "91d0b53e-11e5-49d2-bcc3-1f54cdee20c6",
"publishingoffices": "e5fd9521-3151-44c2-a7f5-9d352f8cf0bf",
"Parts": "sample string 25",
"FolderId": "0bc9ced2-fe2e-4de0-a6ea-96544da938f6",
"ParentId": "83ea91bf-111b-4b79-8cf4-703b5b07c03e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-07T07:26:52.2707045Z",
"PublicationDate": "2026-02-07T07:26:52.2707045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2707045Z",
"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": "7b766a46-3be9-4cb9-b543-6778af6ed637",
"targets": "45d27e5d-d03f-4a4d-9db6-878ab7ff0997",
"regionscountries": "83959269-210c-4db7-839f-e41e21249f22",
"stakeholders": "a3902546-d07c-4628-ae83-fb0d227c67af",
"targetaudiences": "8d0cc323-87aa-47d2-af3e-f796a2a0609b",
"Category": "a2f28454-51bb-4766-8dda-6b71eaa9f9d6",
"Tags": "091dceae-4033-4f25-a22b-29da8545531c",
"departmentaltargets": "2afa08b9-f13f-482a-a1c6-8f709dbfaf4c",
"events": "91d0b53e-11e5-49d2-bcc3-1f54cdee20c6",
"publishingoffices": "e5fd9521-3151-44c2-a7f5-9d352f8cf0bf",
"Parts": "sample string 25",
"FolderId": "0bc9ced2-fe2e-4de0-a6ea-96544da938f6",
"ParentId": "83ea91bf-111b-4b79-8cf4-703b5b07c03e",
"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-02-07T07:26:52.2707045Z",
"PublicationDate": "2026-02-07T07:26:52.2707045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2707045Z",
"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": "365d7312-0e6a-415d-a3b1-0122ea3a5f87",
"targets": "afa35b70-6b98-4d9c-b9ff-e6c5689f3ff1",
"regionscountries": "7fdb7bae-ec86-492e-a95c-f8c8727305db",
"stakeholders": "dca33a70-41b1-4473-8653-95c77ac203a7",
"targetaudiences": "76641659-da59-474f-923b-69f477e6cd36",
"Category": "05d686f3-2abd-40d1-918b-55e30e5717dc",
"Tags": "e350d7aa-bc7c-45f5-8442-bb4f2d4b8913",
"departmentaltargets": "211a871a-6b12-4f17-9ebf-9d11ad0c405a",
"events": "5c34e020-d05a-4b7e-84b4-6fc073a777fd",
"publishingoffices": "3a5e91cf-d351-4b5b-876d-eb359a888e42",
"Parts": "sample string 25",
"FolderId": "e8c71c38-c062-4b80-bbc1-9cce8086095e",
"ParentId": "ee436dbd-6aea-423b-bf1a-9d5fa96553e8",
"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": "ed6cb9ab-94d2-4148-970f-7adaf24dce6b"
}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-02-07T07:26:52.2707045Z",
"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": "4b7d312c-25b6-41e0-988e-97f27eb2c33c",
"targets": "c4e81bf9-f713-41b3-ba91-27bb56d59165",
"regionscountries": "97024636-fb03-476d-bde5-097d6b228637",
"stakeholders": "cb18084a-334b-4595-b042-f74efb129824",
"targetaudiences": "d93b8074-e9e9-465c-9bf8-832dc4268a30",
"Category": "2a6380f4-be2a-486a-a349-64a0d8dd670d",
"Tags": "84c8d5bf-95da-49a0-b3a1-94375af6c319",
"departmentaltargets": "f6de3d84-678a-46da-b0ad-115d290ebb28",
"events": "da17908b-e371-4a80-94bd-0ece6b77f371",
"publishingoffices": "5a0662fc-ce71-4778-a761-d549911321af",
"Parts": "sample string 19",
"FolderId": "f35df1e9-1703-4e67-b6cf-2e6adbbc5645",
"ParentId": "1b5032b0-004c-47a6-a9f3-90053842b499"
}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-02-07T07:26:52.2707045Z",
"PublicationDate": "2026-02-07T07:26:52.2707045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2707045Z",
"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": "ee4bc4e7-e136-4e2d-b94e-d9ed353e97db",
"targets": "75d9b26b-c8c0-4b71-9a44-1e932dc444dc",
"regionscountries": "1e3a3635-5cf0-44a8-8ac1-cfdc3117a2e4",
"stakeholders": "e12a2742-ba54-42c4-b5d7-6a68a0261fb3",
"targetaudiences": "5fd307c4-6c7d-499d-b1c5-a32db87ba5de",
"Category": "b07b3894-9fde-43ca-ae5d-c250817d3a31",
"Tags": "0a573975-a8af-4c4a-9e38-0c1646bd0000",
"departmentaltargets": "15d3db56-891a-4fde-bf03-c79df7a05c60",
"events": "0390b565-d5eb-40db-859b-1c3c53be0c0c",
"publishingoffices": "35f72467-808a-491f-8f3e-dd2c20367efe",
"Parts": "sample string 25",
"FolderId": "aabbfa01-f648-4cf8-a188-87be16c810c2",
"ParentId": "0a85589a-a732-4c73-b7a5-9329a1eda839",
"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-02-07T07:26:52.2707045Z",
"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": "e1a94d22-c6d9-4245-87aa-7b96fead8d56",
"targets": "2fa73bdd-6173-41fe-a128-6ae9aaf7a745",
"regionscountries": "de91f696-ba00-4dac-a30f-02377e5ecc56",
"stakeholders": "921e59b0-c8f9-447c-a47a-cf5250aa1e25",
"targetaudiences": "ef3222f7-7a93-41df-a20e-f8d9ed10a660",
"Category": "968b647f-d45f-420e-8c36-4f6f0c0adcd2",
"Tags": "3b8ec6b8-b7ac-4bb6-83d2-687dd601be4c",
"departmentaltargets": "0be2fa34-6a34-4203-a445-c75b6b83b5df",
"events": "cc4e30fe-0da2-413e-a250-89284d871fa0",
"publishingoffices": "222b8f39-15b4-4d80-b907-ac8cae53f7d9",
"Parts": "sample string 19",
"FolderId": "a3229125-21da-4d52-a30b-0106533735d5",
"ParentId": "f3d73120-138c-457d-b609-6e7d71250333"
}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-02-07T07:26:52.2863261Z",
"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": "51a9935b-ad0c-453d-a281-6bacdd82593e",
"targets": "290d83e8-8fed-4b09-971c-c41d9d343664",
"regionscountries": "53d12aca-df90-4a4a-80a6-11d9a5b9e2fc",
"stakeholders": "ce903756-14f6-4e4f-9de8-bef3e3474a1b",
"targetaudiences": "4d4811a2-844a-47d5-863b-eacb1d475b87",
"Category": "99dd19b7-20ff-49ed-94af-1d111fa6ef97",
"Tags": "c5f92194-15f1-489c-b324-4c406f734e9f",
"departmentaltargets": "5345becd-6118-49f8-ae6b-19a134d161bd",
"events": "e5daf7c1-3ccd-4ac0-b5cd-bca036537e8e",
"publishingoffices": "c1ea3896-4225-4560-a477-592145eb614b",
"Parts": "sample string 19",
"FolderId": "30eaeddf-6602-4859-8802-5f8dd36f22fc",
"ParentId": "f650a9dd-a47c-4d51-ac43-8b58b6afb079"
}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-02-07T07:26:52.2863261Z",
"PublicationDate": "2026-02-07T07:26:52.2863261Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2863261Z",
"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": "42ecd1e7-2ac5-4044-83b2-2570cf07fa9e",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "10a1a338-14e4-4839-85aa-a161ac79108f",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T07:26:52.2863261+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-02-07T07:26:52.2863261Z",
"PublicationDate": "2026-02-07T07:26:52.2863261Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.2863261Z",
"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": "42ecd1e7-2ac5-4044-83b2-2570cf07fa9e",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "10a1a338-14e4-4839-85aa-a161ac79108f",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T07:26:52.2863261+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.