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:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "f94da810-efc5-4b51-9169-dd96bdd8b48e",
"targets": "5dee67f5-8fd1-4d3b-ac04-052fa819a22f",
"regionscountries": "4760ae31-4986-4f9b-aa2f-158c7c314c55",
"stakeholders": "d6bb6128-b62c-4e02-b899-503b137f34f6",
"targetaudiences": "767ec22d-9979-4996-ad84-5c604f78ea49",
"Category": "1ec73fe9-1d73-4844-be70-39544e6ca548",
"Tags": "3be176fe-e2d0-45e3-92dd-7035628afcb6",
"departmentaltargets": "660080c1-863e-40da-955f-e243936258dd",
"events": "1d39f790-452b-4bdb-a099-1c765f83dad0",
"publishingoffices": "8d95dc0d-8a78-46df-bbd9-b3002029e9ae",
"Parts": "sample string 25",
"FolderId": "ee8b9bb2-24d6-4543-a7b0-9e5b8cc59b31",
"ParentId": "487aaa10-22cc-48ef-b26d-01adc224dc51",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T20:51:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "f94da810-efc5-4b51-9169-dd96bdd8b48e",
"targets": "5dee67f5-8fd1-4d3b-ac04-052fa819a22f",
"regionscountries": "4760ae31-4986-4f9b-aa2f-158c7c314c55",
"stakeholders": "d6bb6128-b62c-4e02-b899-503b137f34f6",
"targetaudiences": "767ec22d-9979-4996-ad84-5c604f78ea49",
"Category": "1ec73fe9-1d73-4844-be70-39544e6ca548",
"Tags": "3be176fe-e2d0-45e3-92dd-7035628afcb6",
"departmentaltargets": "660080c1-863e-40da-955f-e243936258dd",
"events": "1d39f790-452b-4bdb-a099-1c765f83dad0",
"publishingoffices": "8d95dc0d-8a78-46df-bbd9-b3002029e9ae",
"Parts": "sample string 25",
"FolderId": "ee8b9bb2-24d6-4543-a7b0-9e5b8cc59b31",
"ParentId": "487aaa10-22cc-48ef-b26d-01adc224dc51",
"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:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "e504c69e-f545-4e16-a707-3fd1cacb4557",
"targets": "e47cd3b2-a12e-49b2-8284-6efdc0f387bb",
"regionscountries": "57921772-2f17-439d-ac50-df135712bb5e",
"stakeholders": "7c03ef3d-1545-4bcf-9957-432dee3725b9",
"targetaudiences": "58836793-5baf-4d16-848f-3810191d467c",
"Category": "15eb173a-50b0-4e0c-b533-4a355c159f7d",
"Tags": "b32b5ac7-ce8d-40cf-8257-5eabf0849f82",
"departmentaltargets": "2bb1b107-7861-4037-bd68-9b423c993917",
"events": "4d81013f-342f-41a0-8121-e012978859e2",
"publishingoffices": "78486442-3ebe-4cf5-8206-780f5aeb64fa",
"Parts": "sample string 25",
"FolderId": "1c482249-7886-437a-96b9-deba7b84d00f",
"ParentId": "c568d1bb-7392-43d2-a195-9b8683e96121",
"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": "ebb732da-23c7-49cf-9e21-600e68a41cd8"
}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:38.3024757Z",
"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": "0b836820-4126-445d-b671-39f71ee354c5",
"targets": "16720300-fa3d-46a6-b792-e9e6cea6c462",
"regionscountries": "98debf3a-4a15-40b6-aca1-510f3ea6d114",
"stakeholders": "51d8a7ae-e56a-4db3-801c-9f56be01cfdc",
"targetaudiences": "7c275dca-f588-4843-8696-ec85d66fb0af",
"Category": "7a7665fb-a710-4719-996f-3ca60abdca01",
"Tags": "bdb876a8-d1d6-477e-bd36-bb1c40003fb8",
"departmentaltargets": "c56928c8-f915-4eb0-b97c-f28484b095a2",
"events": "0af8ff8f-a94f-4ca6-a5b7-86957bfdecd6",
"publishingoffices": "1891028f-5855-4207-b6ec-74b5943a89b5",
"Parts": "sample string 19",
"FolderId": "04a32930-c342-4ac8-a027-c1a272269480",
"ParentId": "18e47c81-4539-4b2f-8fcd-7db2388ce150"
}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:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "46de37fb-d698-452b-af45-da8e13d98bda",
"targets": "b30a3e08-d11d-4d97-ae18-a7a0fac35dde",
"regionscountries": "352320f0-73b3-451b-98ee-5dace323919e",
"stakeholders": "45da1ec7-66c7-42a6-bb8e-32710385ae7e",
"targetaudiences": "a0509887-2809-4d63-bfcb-e388ea956c02",
"Category": "1297bbb5-2912-45dd-a1c4-2d2790f3d7fe",
"Tags": "a0f45701-d4d0-4017-8123-34d8fcf811d5",
"departmentaltargets": "9287bc3f-2678-429e-b7b3-34be838f63c4",
"events": "50d549d1-adc2-429b-9d74-5f1921f54bae",
"publishingoffices": "e28567ae-b0b4-4f33-aaac-844b7fe3d230",
"Parts": "sample string 25",
"FolderId": "0c30d31c-6a4b-41b3-90f0-bc3cb0798b41",
"ParentId": "586da474-e3c9-400c-94b6-00e42928b12e",
"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:38.3024757Z",
"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": "e8dec67e-c64c-4fb1-8265-07099512ab1e",
"targets": "5ec5ecf2-169f-4f8a-b31d-266d38f29a76",
"regionscountries": "4ca5b7d0-aa5d-4ca2-9754-1378551d1918",
"stakeholders": "bbe07d86-0de7-40ed-9df5-bdd42e34fbf9",
"targetaudiences": "25c6ac41-7b7b-45e0-8628-342b43265123",
"Category": "8d8503ee-1d7f-46e5-a69b-982e6f7d69cc",
"Tags": "0dd735b8-95dd-416c-82c8-e102ca6331c1",
"departmentaltargets": "2fd8a2f0-987f-4eda-aa84-ea7211103f0b",
"events": "f9b12a5e-ecdb-4ad6-9f8b-f588e6b6346c",
"publishingoffices": "5fbcc11f-51c4-406c-8f41-80fb278dcc89",
"Parts": "sample string 19",
"FolderId": "118efa98-b2c8-42b0-ad05-f9f090a5dfe8",
"ParentId": "0139c186-6d4a-4019-b5d8-7b18cb3eb82a"
}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:38.3024757Z",
"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": "dec2a85e-b72f-4b7c-a7a2-48f9dffb18f5",
"targets": "7a5bfe96-7525-404b-aa72-300c22db2b09",
"regionscountries": "38620b35-22fb-49fb-8f0f-df37857fb3db",
"stakeholders": "c1f6c495-d4e3-4005-94ac-43f036ae52f8",
"targetaudiences": "707a7fe6-f171-46c9-9559-1406b39f0339",
"Category": "ecf555db-b8e8-4d94-8b11-a43198072590",
"Tags": "5e33706a-cce2-44f3-ac90-a1e0f5121291",
"departmentaltargets": "4f98047f-448b-4a83-a9cd-9f1605884262",
"events": "ca82feef-ca30-42f4-9dad-3e3103fe034b",
"publishingoffices": "d1e4b9a5-c24e-4e69-8018-48f7ddbf3299",
"Parts": "sample string 19",
"FolderId": "981d824f-c5a2-4c00-b819-4c4141bcc462",
"ParentId": "311aaebf-950a-41c2-b488-b20cfec3182e"
}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:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "9db49386-28fc-4f42-9c90-db37ec9d35bd",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c3185ec6-8783-4494-b8bd-b77fd4dc610b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3024757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-27T20:51:38.3024757Z",
"PublicationDate": "2026-06-27T20:51:38.3024757Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3024757Z",
"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": "9db49386-28fc-4f42-9c90-db37ec9d35bd",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "c3185ec6-8783-4494-b8bd-b77fd4dc610b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3024757+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.