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-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "aaade866-3686-44d0-b8ec-d09add126650",
"targets": "dcfbe56b-9870-4c05-b593-27f4ba0894ee",
"regionscountries": "4b87c6bf-059a-4c54-a7f5-bffaa7d86180",
"stakeholders": "6facf0e8-eab7-4329-b0d8-9e519f57a0e6",
"targetaudiences": "be51ee4f-7045-4ad3-a0c6-cdbe4567a1bc",
"Category": "5224d7e4-d3b2-41bf-adfc-59b66f5f251b",
"Tags": "015a8de3-61d3-4eef-b1a5-f5e5549068d2",
"departmentaltargets": "476d8607-e52a-42a3-8b30-ef21d72ae068",
"events": "4d850f2d-572f-4ca0-aff2-0cba0a7f3747",
"publishingoffices": "bccbd1a3-9cdf-4571-ab54-9029cd7537f2",
"Parts": "sample string 25",
"FolderId": "4106ea9f-fa03-4f95-9394-9b6afec7d559",
"ParentId": "42c66dc5-9720-4e52-ab6f-d40e77385d1f",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "aaade866-3686-44d0-b8ec-d09add126650",
"targets": "dcfbe56b-9870-4c05-b593-27f4ba0894ee",
"regionscountries": "4b87c6bf-059a-4c54-a7f5-bffaa7d86180",
"stakeholders": "6facf0e8-eab7-4329-b0d8-9e519f57a0e6",
"targetaudiences": "be51ee4f-7045-4ad3-a0c6-cdbe4567a1bc",
"Category": "5224d7e4-d3b2-41bf-adfc-59b66f5f251b",
"Tags": "015a8de3-61d3-4eef-b1a5-f5e5549068d2",
"departmentaltargets": "476d8607-e52a-42a3-8b30-ef21d72ae068",
"events": "4d850f2d-572f-4ca0-aff2-0cba0a7f3747",
"publishingoffices": "bccbd1a3-9cdf-4571-ab54-9029cd7537f2",
"Parts": "sample string 25",
"FolderId": "4106ea9f-fa03-4f95-9394-9b6afec7d559",
"ParentId": "42c66dc5-9720-4e52-ab6f-d40e77385d1f",
"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-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "c27709ba-22f3-47f4-ad34-8aec3882efe9",
"targets": "53f7d73b-7330-47de-8e70-c520e77c80c9",
"regionscountries": "0c828e84-3937-41f4-9438-e0ff2a6a3fff",
"stakeholders": "9f8ee341-f249-48a7-b9cb-10cd657c2702",
"targetaudiences": "3de016fe-bfb4-4dd9-900d-790ba83eaa0c",
"Category": "13eac5b5-dd22-4fe1-9a8c-bd00fcb320f1",
"Tags": "38d9b7ab-a2c7-4de8-b04b-eff34d4b4e6c",
"departmentaltargets": "3295316b-e4e8-4247-a2da-330796b79943",
"events": "9ac186e2-6223-4cb5-b841-31640f58ff8e",
"publishingoffices": "0664c2a9-612d-46a8-a549-9f4659071f43",
"Parts": "sample string 25",
"FolderId": "5ec4d707-e5a4-4b47-ac0b-c9f0e632d40b",
"ParentId": "ace03cf2-bfe0-40cf-ac23-b7fc36602562",
"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": "308dd884-42b7-4907-8954-fdd01562af11"
}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-01-10T02:42:14.817237Z",
"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": "5617de66-c930-43cd-8e4b-1aa78b293097",
"targets": "28f063b7-b6e0-4879-bb27-708cd8f75ab1",
"regionscountries": "1fa696be-7394-48b1-852d-8e535c56676d",
"stakeholders": "427d2ae7-7bd2-4d43-8c5a-387d45b5e319",
"targetaudiences": "7f250163-f93e-4169-8c85-8ebb3ec316bf",
"Category": "fdfc184e-0e10-4155-8395-2b6dc44c4e9d",
"Tags": "b68b9d1a-cafb-430c-bed3-21eb6bef2a5e",
"departmentaltargets": "98d29d52-e584-49fc-8022-2b85601aa1bc",
"events": "dfc7ab70-4140-4fea-80fa-1ed1ea323e9b",
"publishingoffices": "c470ffea-47de-4a78-b697-a7fba7408b60",
"Parts": "sample string 19",
"FolderId": "3b24a06c-9d87-4e92-8d0f-bf0a6ffd8fa0",
"ParentId": "ad9a4e46-7a9c-4d78-a610-1a3445feb5f3"
}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-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "0680fad0-fdc0-40d1-bf8b-a8e83091a40e",
"targets": "6bb41655-3a63-4b0e-998b-dc3891f7393e",
"regionscountries": "3f0ad343-18be-4e98-bee5-81acac8bd634",
"stakeholders": "41dfa09f-a035-4808-a7bd-f189f0c6775f",
"targetaudiences": "8b7d6b16-3743-4959-831c-e56261008b26",
"Category": "4f575f41-02d6-47e5-a81c-608b517813b7",
"Tags": "d14a9735-3b35-4d4b-a671-cc7befde7ba3",
"departmentaltargets": "14cfa2fb-b923-4ca8-a9cb-c97e98059512",
"events": "0fc2797c-c3b0-4ba3-ae98-ba973f838e78",
"publishingoffices": "6c5368bf-956b-4307-bb13-874113a88da9",
"Parts": "sample string 25",
"FolderId": "5382349c-bde3-4963-82a7-d7694dde9c50",
"ParentId": "999198ac-b2af-4617-a855-899553facbd8",
"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-01-10T02:42:14.817237Z",
"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": "f2a11689-0bea-4dad-ae8c-dac07ff26903",
"targets": "eb84a15a-93b5-484a-97ce-495df5bbb006",
"regionscountries": "d13015e1-9014-45a1-9347-8c271f793c0b",
"stakeholders": "ddb06104-8a2f-4826-880c-8205dcb74e27",
"targetaudiences": "368f6d01-a310-40c1-9992-68224db57543",
"Category": "de6ed0bb-d6c6-4260-8466-266048b8eb53",
"Tags": "aee37f68-95fe-4f2f-abfb-cac91a175658",
"departmentaltargets": "92a00645-7957-415b-bc46-f5ae146e79cd",
"events": "c94c6846-726f-4256-ac95-446f7197876d",
"publishingoffices": "a8f5b51e-2c9b-41cb-b24a-03cec89ea435",
"Parts": "sample string 19",
"FolderId": "59ed6103-e092-4deb-a5a6-974351cddc78",
"ParentId": "96b764ba-08db-45a8-b9c2-2b1c3407657b"
}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-01-10T02:42:14.817237Z",
"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": "bd2a6039-1f5d-4de9-b6c6-9370a919d3fc",
"targets": "2110fd60-6dcb-41cb-8412-f68019005003",
"regionscountries": "63d263c4-c8f5-4e99-9f17-d1bb726b8d7c",
"stakeholders": "efde7f9b-9946-417a-bed6-00f899a44b69",
"targetaudiences": "aa804fd8-f685-45ab-9771-c27e145909aa",
"Category": "1d401094-e68f-4c62-a0cb-0aa39514d2d5",
"Tags": "40f2adf0-7c3a-4aa1-b761-18a0395920f8",
"departmentaltargets": "0a8cf92d-7a1a-4d98-a432-2fa2c45af996",
"events": "f5a801a5-c493-4e27-ad1d-928c28c90eb3",
"publishingoffices": "1bcbed08-1b2f-4838-a0f0-174cd30b04b0",
"Parts": "sample string 19",
"FolderId": "1694e302-78c3-441f-91e6-c419231bcfd0",
"ParentId": "58aa9a09-b978-411f-bae8-cccff6a6c539"
}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-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "53dcaba7-edff-42a1-9ac4-fec5a0d350f7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "0653a31e-16cc-4a7c-8b64-d5a2d734d481",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T02:42:14.817237+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-01-10T02:42:14.817237Z",
"PublicationDate": "2026-01-10T02:42:14.817237Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T02:42:14.817237Z",
"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": "53dcaba7-edff-42a1-9ac4-fec5a0d350f7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "0653a31e-16cc-4a7c-8b64-d5a2d734d481",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T02:42:14.817237+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.