Returns a set of data items of type documents.
GET /api/media/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-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "ca649976-7384-4c8a-bae6-60bbf6b56219",
"targets": "18c9c70a-5b39-48cd-9dc5-d2d718c321b8",
"regionscountries": "751ed26f-fc67-4ff0-a5c7-0c085ec2d2c4",
"stakeholders": "91ac40af-5631-45a7-8139-8923b5a5e984",
"targetaudiences": "4e798324-d5a6-42f0-a27e-ca08da282ab5",
"Category": "c3432aaf-153f-4906-9800-31049dfa9eb7",
"Tags": "e717d387-6bc7-4a6a-a959-5d7cf61fea1a",
"departmentaltargets": "3b7b9581-6e2b-4229-81cc-61d0a77d29f7",
"events": "30aa31c3-30e2-467c-8153-7674007ec9ed",
"publishingoffices": "45360989-5898-4cfb-bdc4-7f64704b8bff",
"Parts": "sample string 25",
"FolderId": "1570274f-1842-45c7-8405-7f1c8973459e",
"ParentId": "a7962fd4-e37c-407b-b4e0-9fa7a19776a9",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "ca649976-7384-4c8a-bae6-60bbf6b56219",
"targets": "18c9c70a-5b39-48cd-9dc5-d2d718c321b8",
"regionscountries": "751ed26f-fc67-4ff0-a5c7-0c085ec2d2c4",
"stakeholders": "91ac40af-5631-45a7-8139-8923b5a5e984",
"targetaudiences": "4e798324-d5a6-42f0-a27e-ca08da282ab5",
"Category": "c3432aaf-153f-4906-9800-31049dfa9eb7",
"Tags": "e717d387-6bc7-4a6a-a959-5d7cf61fea1a",
"departmentaltargets": "3b7b9581-6e2b-4229-81cc-61d0a77d29f7",
"events": "30aa31c3-30e2-467c-8153-7674007ec9ed",
"publishingoffices": "45360989-5898-4cfb-bdc4-7f64704b8bff",
"Parts": "sample string 25",
"FolderId": "1570274f-1842-45c7-8405-7f1c8973459e",
"ParentId": "a7962fd4-e37c-407b-b4e0-9fa7a19776a9",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/media/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-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "36f10d0c-b72f-4b2b-979e-c6aaac11986f",
"targets": "0921de3c-5966-4972-a28f-c7912dbbae73",
"regionscountries": "20860f94-5cd8-4f74-b1cf-ffc65d81ebe6",
"stakeholders": "769710e2-0d1a-4dd5-8e51-41fbc7df7610",
"targetaudiences": "91524cf1-b977-431b-bba6-526f08ac8f5e",
"Category": "e0e92c7b-633c-4289-884e-cd083cc11b51",
"Tags": "14d523da-b0dd-4829-b0b1-3f1fe50abe09",
"departmentaltargets": "614a31e6-e515-485f-93a4-c341e691fd43",
"events": "a836cf83-71ae-4068-b25a-81062b766383",
"publishingoffices": "0a6f9fd9-6b08-48e9-8130-86118e109245",
"Parts": "sample string 25",
"FolderId": "6c4120aa-ee8d-4449-9dfa-ebbd1bc86030",
"ParentId": "35e07808-0666-4b93-82da-256264783a33",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/media/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": "10330af9-1441-46f2-a14d-9a6c4a215751"
}Creates a documents item.
POST /api/media/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-06-27T20:51:32.2394056Z",
"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": "3aea8945-10cb-4bd6-b6f3-7f2d276b4267",
"targets": "9d06f213-cad0-40e3-8a20-db9f34b6aaa2",
"regionscountries": "60f83769-d937-4725-8f32-02babd61a2ee",
"stakeholders": "6ab66427-fab1-41a0-a5aa-7ea14d9c0a03",
"targetaudiences": "60f5d78d-cd29-446a-9731-808af2d8487a",
"Category": "db7e2d5c-0538-4780-baf4-1082c9a0b919",
"Tags": "2bfd4858-2d0b-4fdc-bb6e-c9b0bebc10c9",
"departmentaltargets": "963b3b58-f7a1-47cf-a019-3468a3257497",
"events": "44d74d49-37b0-481f-8488-71019b294134",
"publishingoffices": "165970c0-d1d5-4c6d-ae36-1c8ca2f94c8b",
"Parts": "sample string 19",
"FolderId": "0c85c25a-a9b1-4879-b87c-154ccdc1dcbf",
"ParentId": "fc9ba8ae-2f83-4c71-9556-6afb1cc6fe0b"
}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-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "b1363636-ef2f-4f4e-b649-58dfb8437235",
"targets": "bbf0cd3d-dd83-4a95-a4da-d36236ba3d59",
"regionscountries": "197ad9a2-f56f-4df4-9779-4758f9a07363",
"stakeholders": "d590532e-4596-4958-8149-ebe7db89919d",
"targetaudiences": "8f7fa642-548f-4199-b608-2aed56f268f4",
"Category": "47098c49-fe61-461e-b9d6-a3b53450bdfe",
"Tags": "994a061a-a378-4795-8e9c-f0d80e3e5cdf",
"departmentaltargets": "bb63d0ab-77e1-4fbc-962b-f4c367d68b89",
"events": "ace607ef-d4cd-4cdd-8d8d-7cf8572cc911",
"publishingoffices": "0ca77111-12cb-49d2-9387-1b19603f7614",
"Parts": "sample string 25",
"FolderId": "9f77f25b-b213-473c-8edb-941bf31a20d1",
"ParentId": "c359772e-6dd8-4c27-9750-c049b6622adc",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/media/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-06-27T20:51:32.2394056Z",
"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": "e10bf415-98bd-4e61-92e2-1bbea502ed3c",
"targets": "5b3d7a8d-3a47-46ef-b433-4e6d48fb38d2",
"regionscountries": "7c705dca-bc4a-4d15-ac81-9fe1920cc062",
"stakeholders": "4cc098ec-375b-447f-9e26-3cb3ba3c815d",
"targetaudiences": "b4ae92b4-fe12-4b3d-9d6a-e0ea058008a3",
"Category": "45342c69-578d-45e1-a307-781c1a27d3dd",
"Tags": "30f05476-1221-440f-b283-22218a370f12",
"departmentaltargets": "bed1fc59-45e9-4733-9513-b98ff3a6d8a0",
"events": "6776b5b7-35ee-4714-b983-29369874f945",
"publishingoffices": "2ebbab38-e0ec-43a7-862a-0f5598dca02d",
"Parts": "sample string 19",
"FolderId": "1170f03f-18da-4d36-bab5-071f3c29ed0c",
"ParentId": "78f8b661-2141-4eed-9c6f-fae2187f1329"
}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/media/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-06-27T20:51:32.2394056Z",
"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": "2aae678b-9b2a-4e79-b38e-1169216f98c9",
"targets": "bd1fc8ad-6e27-4f26-a89f-a73096941a46",
"regionscountries": "2a4612b8-6e0d-428c-a0d9-3625ac02665b",
"stakeholders": "78209dfa-2e88-433a-a281-8275a372796f",
"targetaudiences": "d49c6570-2a47-4a3c-9baa-f07e14d1aac0",
"Category": "30e86974-465c-4e34-ac77-d7dfb60fcdb9",
"Tags": "60dfc8d5-d6d6-42a4-ad58-4d6a1bc8c8db",
"departmentaltargets": "139f4184-4c45-4911-920a-746c474f419c",
"events": "4e501710-6752-425c-9025-3005b37ad8b3",
"publishingoffices": "7c2b017b-22fa-484d-99a7-50f8dc1eb647",
"Parts": "sample string 19",
"FolderId": "03d8c54e-0a71-4930-88ac-814a6e527510",
"ParentId": "900ee663-89fb-4741-9efd-0c0ee17fc8e4"
}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/media/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/media/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-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "9f4dc4e7-c3d4-4b87-9c75-76da65e45388",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "04d55205-83d3-4e24-94fd-26032f4a843d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:32.2394056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-27T20:51:32.2394056Z",
"PublicationDate": "2026-06-27T20:51:32.2394056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:32.2394056Z",
"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": "9f4dc4e7-c3d4-4b87-9c75-76da65e45388",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "04d55205-83d3-4e24-94fd-26032f4a843d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:32.2394056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to documents item.
POST /api/media/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/media/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.