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-10T10:13:49.9946975Z",
"PublicationDate": "2026-02-10T10:13:49.9946975Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:49.9946975Z",
"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": "476488bd-eb27-4dd0-9583-9e80b4c1af17",
"targets": "a1d4e2fb-fc3b-4905-9291-df869810d028",
"regionscountries": "5fb02629-cac3-49ac-a7a2-166fe731fb1b",
"stakeholders": "7d57d064-013f-45c3-a5d8-cf66b977ee8c",
"targetaudiences": "da246fb4-70e8-4df1-ac61-e67312c61c4c",
"Category": "ef5ec1b6-e119-41fa-adf2-5bcc6a54f975",
"Tags": "4038c6f5-7923-4c76-88bc-0c157d9c5ff0",
"departmentaltargets": "6b3d77fc-e1a5-48e8-ac5d-3d65f6874687",
"events": "28321efd-d4be-433a-a5c0-f4cd2feb943f",
"publishingoffices": "d59950f5-8cea-48da-aa76-733fefd2d910",
"Parts": "sample string 25",
"FolderId": "a014daac-7b36-4e2f-8f0a-6a55a5675226",
"ParentId": "c35fb3ab-4b8f-44fd-b276-89a602fd0002",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T10:13:49.9946975Z",
"PublicationDate": "2026-02-10T10:13:49.9946975Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:49.9946975Z",
"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": "476488bd-eb27-4dd0-9583-9e80b4c1af17",
"targets": "a1d4e2fb-fc3b-4905-9291-df869810d028",
"regionscountries": "5fb02629-cac3-49ac-a7a2-166fe731fb1b",
"stakeholders": "7d57d064-013f-45c3-a5d8-cf66b977ee8c",
"targetaudiences": "da246fb4-70e8-4df1-ac61-e67312c61c4c",
"Category": "ef5ec1b6-e119-41fa-adf2-5bcc6a54f975",
"Tags": "4038c6f5-7923-4c76-88bc-0c157d9c5ff0",
"departmentaltargets": "6b3d77fc-e1a5-48e8-ac5d-3d65f6874687",
"events": "28321efd-d4be-433a-a5c0-f4cd2feb943f",
"publishingoffices": "d59950f5-8cea-48da-aa76-733fefd2d910",
"Parts": "sample string 25",
"FolderId": "a014daac-7b36-4e2f-8f0a-6a55a5675226",
"ParentId": "c35fb3ab-4b8f-44fd-b276-89a602fd0002",
"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-10T10:13:49.9946975Z",
"PublicationDate": "2026-02-10T10:13:49.9946975Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:49.9946975Z",
"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": "5aec9cf1-e825-471f-a985-f2b52044bf31",
"targets": "b56a8337-1933-4d29-a117-3061794fc84e",
"regionscountries": "cc68958f-4f36-4762-8a25-e000c7ae12bd",
"stakeholders": "d4c1f3c0-f7f4-4815-89c8-02d1fdb7bcd3",
"targetaudiences": "d02240b9-ea70-4a68-b8bb-f9b391ae93a8",
"Category": "fa33aac4-5170-45b7-a4ed-9b7692a6a87a",
"Tags": "8034a0b9-210d-4881-905e-fa278e444c8d",
"departmentaltargets": "d5a43522-90c7-469d-bd82-a6ef14d3593c",
"events": "744bd432-f346-45ba-a013-6933b9261d32",
"publishingoffices": "a2338850-4ef0-4b57-94c5-84be394f5e54",
"Parts": "sample string 25",
"FolderId": "e8914301-e302-4619-a098-361c149ae54c",
"ParentId": "a63a23b5-020f-4575-9171-3576049b7a9d",
"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": "9fe1b78a-9f9c-439f-aaae-b470223219f6"
}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-10T10:13:49.9946975Z",
"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": "27c77d80-fefb-418b-87af-dba248a6465e",
"targets": "623e5c56-31f2-4211-bd81-9f186fdc7ab1",
"regionscountries": "7528e97e-ef1a-4681-96db-90025afb4ca1",
"stakeholders": "7a9acd00-6dac-4745-b79e-df760e0c4b64",
"targetaudiences": "61ff1f85-e7af-4d90-8682-ec4c81810eb3",
"Category": "abd3a6f1-b387-4241-8885-ab4ab8af5742",
"Tags": "59c4938d-6522-46a6-a7b8-7e24fe522fb4",
"departmentaltargets": "1b05fb2d-d341-4a45-bbe8-f86a2d4bbc12",
"events": "fd89b744-e588-40c2-aca2-7c2627742359",
"publishingoffices": "a8c13a74-bf42-49e5-9cc7-7c7ca6c8b86c",
"Parts": "sample string 19",
"FolderId": "4ce6be57-8db6-458b-b0ca-1589707b1fbe",
"ParentId": "ad2b66a0-b5a7-4950-980d-62f3281e12ba"
}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-10T10:13:49.9946975Z",
"PublicationDate": "2026-02-10T10:13:49.9946975Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:49.9946975Z",
"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": "bae4a972-7bbd-4bb1-b495-e6ffbb571c49",
"targets": "164467f5-77a1-4df3-88a7-8bf4667a0068",
"regionscountries": "ebc36150-ffe3-4b5a-a1c7-d1eb38cc496f",
"stakeholders": "a2bca412-84be-4bef-9706-930f832f994e",
"targetaudiences": "f3ed13df-dc63-4436-bd83-e86566872793",
"Category": "8d9ad6a0-bcb7-46c7-9b6e-ff3de9f275b8",
"Tags": "bb77593d-fc67-4e76-95c0-c52d250ee160",
"departmentaltargets": "41768b9d-fbca-4da8-a7ef-4f3c189c193f",
"events": "fb6f7d52-957c-481b-afa2-208230be95f8",
"publishingoffices": "f5f5ae02-cef1-4bd9-a080-a70d23349bfb",
"Parts": "sample string 25",
"FolderId": "7626249e-7d59-4a83-94e2-339bb237cc48",
"ParentId": "cce76e18-af03-4d09-9d05-abcfd76ade5f",
"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-10T10:13:49.9946975Z",
"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": "f6f41000-7caa-4556-b283-3fb6ec269faa",
"targets": "6e3927ed-29c4-45eb-b5d3-a8f17fd8c683",
"regionscountries": "48c396bf-455a-4291-9bf0-56513b2d689d",
"stakeholders": "f0f5a9a4-e555-4ef2-a02b-401bb24fbb9b",
"targetaudiences": "845204b6-3a76-48fc-b89b-a467b64267a1",
"Category": "78a4b367-4b18-421a-9708-7e79190cfd21",
"Tags": "fbf950c7-1297-484e-968c-8170d9a82f4f",
"departmentaltargets": "8452f9cd-d9b8-46db-86ca-effb5b0c943e",
"events": "d0432463-ce2c-4d9c-a578-cbae1e2282cd",
"publishingoffices": "98806d32-e64f-407f-9ccc-1314452347b0",
"Parts": "sample string 19",
"FolderId": "379bcae5-5dd1-45a4-bd75-ae3401325f74",
"ParentId": "ee6543d8-8dfa-42d1-9274-1005a03bd3dd"
}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-10T10:13:49.9946975Z",
"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": "86ae57cc-d268-411c-91bd-62ffbdaea882",
"targets": "dd3fb3c8-2e28-46a3-9d98-eca4f0d2f2ce",
"regionscountries": "fc535084-d569-4745-b6a4-83828905c74b",
"stakeholders": "ed92d81e-0cb6-46fc-a237-a1c74e102c5a",
"targetaudiences": "8dd1384b-200f-416c-a6c9-6f1b7d824543",
"Category": "fe15a56d-1ee6-4b19-a8ff-9ff5433bb437",
"Tags": "59b30518-3709-4259-ad8a-f37e5884ab67",
"departmentaltargets": "82c09fca-e43d-46cd-951b-0f60b1d57962",
"events": "6612c8c7-ccb5-40fc-9130-1ca6d83a58d4",
"publishingoffices": "4e255d92-0fbd-4555-80d6-5fe9013661f5",
"Parts": "sample string 19",
"FolderId": "a273b7a6-4356-4d19-a23c-b32d2fb39b48",
"ParentId": "6f37810c-4e56-4e3f-9abf-9450fbe673c5"
}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-10T10:13:50.0103122Z",
"PublicationDate": "2026-02-10T10:13:50.0103122Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:50.0103122Z",
"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": "1f7b57fd-a633-41ee-b15b-32cf8d0025e7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bd3747df-80c2-4b10-b044-bc75b2ddb31f",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T10:13:50.0103122+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-02-10T10:13:50.0103122Z",
"PublicationDate": "2026-02-10T10:13:50.0103122Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T10:13:50.0103122Z",
"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": "1f7b57fd-a633-41ee-b15b-32cf8d0025e7",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bd3747df-80c2-4b10-b044-bc75b2ddb31f",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T10:13:50.0103122+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.