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-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "81bb362a-07b3-4e97-8742-8a2116160101",
"targets": "8886e83d-bb67-46d0-a243-7d744596356a",
"regionscountries": "9312ce1c-e67e-4409-baa9-d5d07d11dea0",
"stakeholders": "62a881fb-8bfb-4910-a4d6-3726b3731c21",
"targetaudiences": "733c383a-680d-4949-9314-caf9ddda561c",
"Category": "c6a89ca3-0369-4c30-9e58-36b43894b3a9",
"Tags": "be75b350-9457-4e1f-ba90-9a4129462d8c",
"departmentaltargets": "c09932dc-14e2-48df-83a7-0d171b28be19",
"events": "2f69685d-0b2c-43aa-914c-4ace7ca3e1e6",
"publishingoffices": "5330225d-6008-4264-9690-c41b7404fb4c",
"Parts": "sample string 25",
"FolderId": "5bbfe3d1-3318-4203-936a-842395d94f23",
"ParentId": "3207fc3b-2988-4541-bd13-da000cc31f79",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "81bb362a-07b3-4e97-8742-8a2116160101",
"targets": "8886e83d-bb67-46d0-a243-7d744596356a",
"regionscountries": "9312ce1c-e67e-4409-baa9-d5d07d11dea0",
"stakeholders": "62a881fb-8bfb-4910-a4d6-3726b3731c21",
"targetaudiences": "733c383a-680d-4949-9314-caf9ddda561c",
"Category": "c6a89ca3-0369-4c30-9e58-36b43894b3a9",
"Tags": "be75b350-9457-4e1f-ba90-9a4129462d8c",
"departmentaltargets": "c09932dc-14e2-48df-83a7-0d171b28be19",
"events": "2f69685d-0b2c-43aa-914c-4ace7ca3e1e6",
"publishingoffices": "5330225d-6008-4264-9690-c41b7404fb4c",
"Parts": "sample string 25",
"FolderId": "5bbfe3d1-3318-4203-936a-842395d94f23",
"ParentId": "3207fc3b-2988-4541-bd13-da000cc31f79",
"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-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "8718e113-06b0-440b-a4b3-646ab67e6129",
"targets": "6e0fbfa4-5fd5-4799-a244-c32211cbedcb",
"regionscountries": "cf0637b9-2d41-46c8-aae5-88f31cd329e5",
"stakeholders": "b2fe07a7-da58-4162-b128-485515845fab",
"targetaudiences": "973a1b85-b4f5-4a61-9d39-51fd2ae38713",
"Category": "0b6c31f3-8a67-4ee3-acfd-80e8a27a5344",
"Tags": "a0428966-c726-4f43-a1e2-ad265fccd811",
"departmentaltargets": "8b60bd44-3cf5-429f-ac04-9c0d4fcefc70",
"events": "b0f0229b-1b22-4958-b30f-bff15bb800e1",
"publishingoffices": "6232b71f-e282-471e-b85c-6234d3ae7256",
"Parts": "sample string 25",
"FolderId": "c4adca77-eac2-4773-8397-c66750189a50",
"ParentId": "aa57e743-5b28-4198-acd1-f87c33847885",
"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": "ccf91861-31ba-49e4-92c1-d160a86318a3"
}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-04-17T10:01:12.3408848Z",
"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": "0bdfe951-d035-4c8c-961f-f87421193c99",
"targets": "e4029e88-fd2f-4949-bf8a-78f86e733f2a",
"regionscountries": "c84812d0-438e-47b4-88e6-9d1264ce16de",
"stakeholders": "88b7d1da-b491-4fe2-8883-c95c589e1d83",
"targetaudiences": "2b94e4ef-33ce-4cb0-a76a-17a94cf10f17",
"Category": "0317e67c-6427-436c-8227-51ff7bab4009",
"Tags": "750fb14d-84f7-4750-b905-465049907da7",
"departmentaltargets": "39aff295-18ca-40f3-a127-b3d89f2f0651",
"events": "d3cb8b2a-ad7a-4757-b255-9f46f79a1fd1",
"publishingoffices": "9ae6e100-d904-4833-9b68-cf08f4592204",
"Parts": "sample string 19",
"FolderId": "2c5498dc-30b2-40dc-b619-d459d9fea325",
"ParentId": "4a8bd3dc-3d0f-4341-9142-7b8e597c5542"
}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-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "ffd7cd0e-74ad-4c1c-ab0e-3cfe2b5e1d16",
"targets": "02fde85c-dccf-482a-b760-0665153fa2d0",
"regionscountries": "2f9b0ca8-4da0-40aa-b667-fb143b403508",
"stakeholders": "dd114468-e148-4870-9fb7-c0f2264c556e",
"targetaudiences": "40536702-c2ca-48fa-a0e2-19e8d6582922",
"Category": "400cd66e-95b2-4544-a9d9-cf6fb9bd6fab",
"Tags": "53086024-3943-4712-b1a2-aff50960570f",
"departmentaltargets": "b8c4fc0f-1a8a-4e31-811f-d66b2c8118b4",
"events": "f0e4b065-808b-4736-b530-663e2cbd6bfc",
"publishingoffices": "33d8a66b-7821-4112-8b3c-744f01fd5a06",
"Parts": "sample string 25",
"FolderId": "762bca56-c102-42e7-a6cd-1bde1e1a1a78",
"ParentId": "9cc2a103-ab1c-43a5-99f9-1cb6fdd10d76",
"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-04-17T10:01:12.3408848Z",
"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": "5e42e3bf-1b6c-47d0-805e-19545ce1b380",
"targets": "2442ada6-3652-4daa-b3b7-b3bf7d846b1f",
"regionscountries": "35613872-baa5-4d1e-8cf6-979f372eebf2",
"stakeholders": "e0947ebd-c6ee-4d00-ab22-2c6683239f12",
"targetaudiences": "87333495-568d-4166-8d3c-2ddcbf623000",
"Category": "b6c2c148-6119-4ad4-bb1a-81c89975937f",
"Tags": "5285ef65-6c87-4100-a311-f083a4084bbe",
"departmentaltargets": "1131211a-5e21-418f-a4cd-5dc15387a2ad",
"events": "4a4771d2-0dea-4128-b8a6-eada28b86e08",
"publishingoffices": "07495c23-66d5-461d-b158-81b6047e3b84",
"Parts": "sample string 19",
"FolderId": "ada110e5-aa0b-465b-83ba-e36ad8feb7dd",
"ParentId": "06843906-7a05-4ff1-9571-6c5b9384b9db"
}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-04-17T10:01:12.3408848Z",
"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": "4cfd10d1-e381-4398-8d45-25842ed4b4b4",
"targets": "56249440-75db-4487-bce6-7b73076b828c",
"regionscountries": "652e9c45-0879-48ee-896d-7d62ea238ae6",
"stakeholders": "1b9328fe-0306-405d-bc84-5f9867968fb0",
"targetaudiences": "fff5d6c7-57d9-4360-a3d1-7d991c6077c7",
"Category": "d8f9c8a5-1956-4211-b2e5-631297ad9cc6",
"Tags": "bdccb363-f9e9-4bb6-a239-662b5718cac6",
"departmentaltargets": "dc9adeff-1a88-4de8-b5cb-52036ca6fceb",
"events": "21a826e1-001c-4c8f-8392-cd806c1aeb89",
"publishingoffices": "0f0786df-71d9-4f6a-90ee-74d016a5775f",
"Parts": "sample string 19",
"FolderId": "dc93dcaa-dff0-4f0a-8388-ab4a547496b9",
"ParentId": "7628354b-cc6a-4399-8a91-77a6293cfaaf"
}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-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "1c1e703c-652c-4e16-878f-4c13fa930bd4",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "1c006d74-bcfd-4d3e-b8e8-b2c3f3625291",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-17T10:01:12.3408848+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-04-17T10:01:12.3408848Z",
"PublicationDate": "2026-04-17T10:01:12.3408848Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-17T10:01:12.3408848Z",
"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": "1c1e703c-652c-4e16-878f-4c13fa930bd4",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "1c006d74-bcfd-4d3e-b8e8-b2c3f3625291",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-17T10:01:12.3408848+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.