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": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "251dcf28-55e4-4775-a64e-b123bd733e6d",
"targets": "4b0b3d08-c0ed-42a8-9824-e7c81665a7fa",
"regionscountries": "c3d72192-e171-47b6-9aec-e6782cef12d1",
"stakeholders": "3632df05-e26a-471e-8e0d-0e3f3248136e",
"targetaudiences": "656dc5e8-dd00-4e98-8bda-91db5fc99e8c",
"Category": "b93c1660-102f-464f-9efc-7d2438a0dc2b",
"Tags": "0969a229-dc70-4563-891f-bfe69cb6d7ee",
"departmentaltargets": "137598ff-1ea8-4d3f-a745-7896d06b3e34",
"events": "8ef01315-ab02-4a48-9d74-8a563e0d7af2",
"publishingoffices": "235905f9-bb83-44aa-a1ca-2dd759055610",
"Parts": "sample string 25",
"FolderId": "110b2f21-8e2d-48a0-ba8e-528090d26146",
"ParentId": "238236a8-5d00-409a-affb-d5aae85756c4",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "251dcf28-55e4-4775-a64e-b123bd733e6d",
"targets": "4b0b3d08-c0ed-42a8-9824-e7c81665a7fa",
"regionscountries": "c3d72192-e171-47b6-9aec-e6782cef12d1",
"stakeholders": "3632df05-e26a-471e-8e0d-0e3f3248136e",
"targetaudiences": "656dc5e8-dd00-4e98-8bda-91db5fc99e8c",
"Category": "b93c1660-102f-464f-9efc-7d2438a0dc2b",
"Tags": "0969a229-dc70-4563-891f-bfe69cb6d7ee",
"departmentaltargets": "137598ff-1ea8-4d3f-a745-7896d06b3e34",
"events": "8ef01315-ab02-4a48-9d74-8a563e0d7af2",
"publishingoffices": "235905f9-bb83-44aa-a1ca-2dd759055610",
"Parts": "sample string 25",
"FolderId": "110b2f21-8e2d-48a0-ba8e-528090d26146",
"ParentId": "238236a8-5d00-409a-affb-d5aae85756c4",
"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": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "1d12569c-e0be-445b-b636-a847abe511a4",
"targets": "516f1f76-9b26-4031-9574-a09515e44bcc",
"regionscountries": "8fb9980c-2a2f-4277-bef4-a82126cec405",
"stakeholders": "ec944314-dd3f-461a-8b69-12e3d37de7b5",
"targetaudiences": "14974d84-1ecf-4ce3-9d28-4c1c11dd183f",
"Category": "4578954d-e653-4970-a466-3ee812ad377f",
"Tags": "826dcf1e-3b00-45ce-a50c-619e90c28382",
"departmentaltargets": "71815014-eaf9-44ce-b7d0-244c528d32ae",
"events": "53dd8d0a-7ac6-4525-a4ef-f33d86d9852d",
"publishingoffices": "72c80f77-8efc-44cd-a23a-1e5620170722",
"Parts": "sample string 25",
"FolderId": "07d9a308-455d-4aa9-bdb3-0fc4b34a29b3",
"ParentId": "43ca4215-35ca-4a6a-bbd6-e77bf50df390",
"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": "4b19a33f-64b6-48a9-b9e6-9b7d54d1a259"
}
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": "2025-09-12T10:40:25.439223Z",
"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": "5ac1607c-5ed5-4be0-95bf-a28b9d21a5c4",
"targets": "ccedc66c-6d22-4954-8ce6-48cb8722aa3f",
"regionscountries": "7f049c6d-c255-4667-83b2-30fa515fe60b",
"stakeholders": "13fa2004-c3f8-42a0-8f00-fff2148bc970",
"targetaudiences": "f80d15d2-179c-44bb-b338-a22f913df802",
"Category": "67fdf8fc-9cac-4969-8dc7-0f7ac6fd4821",
"Tags": "d07d0a04-6214-4f9e-8113-8b3b616b36f8",
"departmentaltargets": "f70f3887-6be7-40c0-88a9-e38fe0febe59",
"events": "0e9b5487-5b5b-4ae0-ab65-aaf52ac4d54d",
"publishingoffices": "ec7d4adc-f900-46a7-a7aa-a56e52192fe6",
"Parts": "sample string 19",
"FolderId": "55c25aeb-0db7-4dd5-940e-2b28da0d96b4",
"ParentId": "359efdf6-723f-40b4-aad1-8e2953094c34"
}
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": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "b6d84294-eeb9-4e71-9011-6e4e751a8558",
"targets": "9f077866-a305-42d2-85af-fffd9ab3122b",
"regionscountries": "16e92ba6-42c4-4e6a-bd0c-127314acc808",
"stakeholders": "0284dc38-7836-4942-8505-77f4b60e6aa0",
"targetaudiences": "965b1ad7-023e-49b9-bfc4-a85da09d8667",
"Category": "47d82ce5-d942-4f4a-8d3d-98d9d9dd3e6f",
"Tags": "351e673a-a500-4262-b339-016f328e1699",
"departmentaltargets": "7d230aff-4c64-4ad5-833d-03644358e1de",
"events": "5135da8e-a59b-4c86-ae88-88da5b64ddf1",
"publishingoffices": "b428fd7b-b190-4ec9-a4b5-3f14bdc8b04f",
"Parts": "sample string 25",
"FolderId": "bfe080de-84e4-4082-9134-31fafcbf8257",
"ParentId": "e4a7f713-2a67-4318-a93a-80f79e0f9997",
"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": "2025-09-12T10:40:25.439223Z",
"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": "1ced8b5c-66ba-4b52-a8ef-f866f3d0ea91",
"targets": "4b200946-5fbf-4849-8579-ef546b35c2e2",
"regionscountries": "dc747efd-e2bc-4748-8ee3-8b1ee158df5b",
"stakeholders": "5d999f03-bb03-4572-95a3-77d5b48987eb",
"targetaudiences": "9cabd28b-a835-4231-af84-663976e6893d",
"Category": "bde4bc8c-34de-4571-ac2d-acf8cc03329b",
"Tags": "6978069e-5050-4ae4-b939-cf8ecca6a6f0",
"departmentaltargets": "00086c01-a85e-4391-88a7-fb4e5236e754",
"events": "4d64bae6-1b03-487a-a4c6-887cb992308e",
"publishingoffices": "809c177b-6f34-42d6-89a8-f818eef03932",
"Parts": "sample string 19",
"FolderId": "d3a48a21-0cbb-41cd-b346-88e3a4841cda",
"ParentId": "016572b2-5f25-432f-b3bd-7aea60da6651"
}
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": "2025-09-12T10:40:25.439223Z",
"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": "1713b4e5-16b6-4a5f-a1d4-d9e3e1e0e884",
"targets": "0c37443d-a4c2-4b18-89c0-200d44db5ff0",
"regionscountries": "6970e522-6c0a-4052-847a-b2c090c84bf2",
"stakeholders": "ab5d514f-6127-4a15-884a-bfea6aa95ee8",
"targetaudiences": "aaefd134-b12f-4ab4-a164-733de9cee159",
"Category": "61a29f19-7286-4341-81a4-dd934f40ead0",
"Tags": "13c9f270-3429-46ed-a708-0ff8a37011b5",
"departmentaltargets": "e02c2a6f-aed0-48a9-a582-d59eb688944c",
"events": "e80abf5e-24a1-480f-81cc-ab45f3cd0ed0",
"publishingoffices": "b2a42229-1760-447b-a7e7-261b99ab873a",
"Parts": "sample string 19",
"FolderId": "3e3a439f-8fa3-4723-821e-d69a619bff9a",
"ParentId": "74fb7c4a-7aa2-453f-89a4-4ce2c7648a5f"
}
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": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "41007564-1a27-434e-b7b4-f4ab1e561662",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "90457737-a432-424a-b5a6-a05d2e00d362",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.439223+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-09-12T10:40:25.439223Z",
"PublicationDate": "2025-09-12T10:40:25.439223Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.439223Z",
"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": "41007564-1a27-434e-b7b4-f4ab1e561662",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "90457737-a432-424a-b5a6-a05d2e00d362",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.439223+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.