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-02-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "f0e4fdba-6622-43b0-be8c-68903d098f56",
"targets": "ef67b951-d96e-4c86-b494-f0da1a361dc4",
"regionscountries": "ba128f25-53c4-46d3-abe3-70438c82f4ad",
"stakeholders": "3c9c83e2-3f2d-4c0a-912c-cfc3a4a386b8",
"targetaudiences": "6d362733-eaac-4102-bf39-b97ef89535d1",
"Category": "fa218656-7920-4f8b-9d6a-966281502f15",
"Tags": "3856df4e-6b00-4657-b816-fa6aef03f4ad",
"departmentaltargets": "35a72c2e-bede-40e4-9bc7-ef083f83e9f4",
"events": "fcef3009-0d14-4441-b047-749aade4afb9",
"publishingoffices": "db838679-2271-448a-84f4-9ea7e977d310",
"Parts": "sample string 25",
"FolderId": "8f9d3adb-e840-48e7-aa11-6a73d6e49677",
"ParentId": "b2137ee8-e2a6-4f9c-b1c2-9179c43e400d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "f0e4fdba-6622-43b0-be8c-68903d098f56",
"targets": "ef67b951-d96e-4c86-b494-f0da1a361dc4",
"regionscountries": "ba128f25-53c4-46d3-abe3-70438c82f4ad",
"stakeholders": "3c9c83e2-3f2d-4c0a-912c-cfc3a4a386b8",
"targetaudiences": "6d362733-eaac-4102-bf39-b97ef89535d1",
"Category": "fa218656-7920-4f8b-9d6a-966281502f15",
"Tags": "3856df4e-6b00-4657-b816-fa6aef03f4ad",
"departmentaltargets": "35a72c2e-bede-40e4-9bc7-ef083f83e9f4",
"events": "fcef3009-0d14-4441-b047-749aade4afb9",
"publishingoffices": "db838679-2271-448a-84f4-9ea7e977d310",
"Parts": "sample string 25",
"FolderId": "8f9d3adb-e840-48e7-aa11-6a73d6e49677",
"ParentId": "b2137ee8-e2a6-4f9c-b1c2-9179c43e400d",
"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-02-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "a10f2296-849c-47e9-bd48-a77e6ad154d3",
"targets": "59a86a40-9f28-4387-8f85-553ec7e6f702",
"regionscountries": "27689590-3b56-489d-9eb8-74adab880c69",
"stakeholders": "c439761e-ab8f-450c-92f2-572a7b45c0c4",
"targetaudiences": "6bbdfe0c-d98c-4cdd-aa94-2bd5ec5ead04",
"Category": "6b5aaf82-52c0-431f-a323-25ec98427245",
"Tags": "e238c20e-b120-4c25-94d6-38aa859f337a",
"departmentaltargets": "78bd9d4c-d240-4482-b7a3-7549bba5a387",
"events": "69cc0827-5fff-400e-b384-d74e1e5250fa",
"publishingoffices": "ae296811-2584-4a17-a5bc-730baa8b023f",
"Parts": "sample string 25",
"FolderId": "0c61f8ba-3484-436c-9ef9-0029355ce784",
"ParentId": "00967697-1df2-4c91-8d4e-ed640872a2b6",
"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": "81ede609-e66e-44a7-95d8-2fabe8dc4a1e"
}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-02-10T14:36:26.6682204Z",
"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": "82344a1b-3d28-4c45-88cc-534d0fe52d39",
"targets": "fdc02b62-232d-4480-a3a0-be98026076d3",
"regionscountries": "34d4126c-9508-4b7f-aca5-21a07f386fcd",
"stakeholders": "b9212cad-a0c0-4f60-ab39-f6427c624ba9",
"targetaudiences": "6bfd9f7b-aa1a-434a-a317-814772a14280",
"Category": "3e682ff7-9121-42a9-93b3-7a629b111aa5",
"Tags": "0d69eaa5-71e0-4b29-bc67-f7e77b7cfec9",
"departmentaltargets": "77afda95-45c1-4d2d-9eca-bd31076ae51f",
"events": "8085c5e3-6c8f-4aa3-a8a5-d63edfed43b2",
"publishingoffices": "341fdf33-c745-4191-823e-140b2369a2b8",
"Parts": "sample string 19",
"FolderId": "c0fcba0e-c8c2-41ca-b910-2e6a52416b0b",
"ParentId": "6012c3f7-cce3-479c-9118-32febf90aa29"
}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-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "45281d1e-3918-4f4e-95ee-261980fceb93",
"targets": "738f9dda-f7a6-40ca-866c-50b7c13dbfaa",
"regionscountries": "5348511f-3410-4fe0-80ab-a0a5048a16fd",
"stakeholders": "dcd4b7d4-47d9-41fb-9d72-bd0ca8c60f93",
"targetaudiences": "6c13ce43-9f2b-4582-99e0-80a36603ee94",
"Category": "5f4aee0c-a77f-4a69-bbda-e63de340f806",
"Tags": "e372dc73-a5fd-4753-b833-20eb3bd025ce",
"departmentaltargets": "c37621df-af70-433e-9a52-c3c37608f0a3",
"events": "f977ca18-776c-4f35-ac32-0feaf8d0ee66",
"publishingoffices": "89986553-0e92-4aa9-b8b7-31b8db01a799",
"Parts": "sample string 25",
"FolderId": "5867679f-619f-4724-b325-6d7abbeb23f8",
"ParentId": "5c3be5e9-bf57-4de6-9738-d878fc853c88",
"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-02-10T14:36:26.6682204Z",
"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": "07d366f0-ebb7-4ae2-b0f6-910b2b15098e",
"targets": "333af3c9-1a29-457a-9cc5-b637e1fc1ea0",
"regionscountries": "72446c68-512b-463a-ab3f-95df83d11afc",
"stakeholders": "416fa7aa-bc1b-494b-b3af-75ff375ddb11",
"targetaudiences": "6a2e10da-95d4-4197-b0a2-e4e348affd2a",
"Category": "93230363-e0c7-4b77-9636-963ca5bf3611",
"Tags": "cc7c3beb-45da-4027-aa14-fb59abd634eb",
"departmentaltargets": "24d651fa-1b19-4787-b30f-e1872ca6bb6c",
"events": "d08a2913-3b10-42e0-96f7-c28cef5997ed",
"publishingoffices": "995c7aad-e05c-4686-8f54-50df6de200d2",
"Parts": "sample string 19",
"FolderId": "f7b1d827-aa59-4597-a811-0b7597735207",
"ParentId": "e6fdfe56-a045-45d8-8298-31ff8103b2f1"
}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-02-10T14:36:26.6682204Z",
"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": "447efd87-c3ec-4e32-814f-a5d9079b959f",
"targets": "ebe827d6-06d1-4b34-b133-68b90aeecc9e",
"regionscountries": "0c37ad9a-b4d5-4319-bda8-9238ba8481c5",
"stakeholders": "14700ded-08b5-407d-9163-6056df5379e1",
"targetaudiences": "91f17224-c678-42ad-979c-ba4e8d1164a2",
"Category": "ed27a9d5-590f-4bc3-9bb1-14a65be80b0e",
"Tags": "bf66f9c5-5e7e-49bf-be70-d3fff0f2b69c",
"departmentaltargets": "62a4263d-36fd-4a77-ad85-e03b35d17b55",
"events": "58c76697-f2ea-4058-9521-1c60a6baad8b",
"publishingoffices": "20bf0bf6-89be-4bdc-b31f-2f76b98f5d14",
"Parts": "sample string 19",
"FolderId": "3c91920c-ef1e-48c2-a8ec-a3edabd157a3",
"ParentId": "b6b2453e-612f-40bc-bff3-b06fff6aadfc"
}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-02-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "c182a224-c965-42c7-a9da-1c96b8813276",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "9c2e1a2e-0fff-4fe7-abca-a95f80639c92",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.6682204+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-02-10T14:36:26.6682204Z",
"PublicationDate": "2026-02-10T14:36:26.6682204Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.6682204Z",
"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": "c182a224-c965-42c7-a9da-1c96b8813276",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "9c2e1a2e-0fff-4fe7-abca-a95f80639c92",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.6682204+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.