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-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "6efea2d5-ea25-4971-88b9-e4ccb9760f84",
"targets": "9689a69e-8db1-447f-9975-f7e25f68687d",
"regionscountries": "ab5af9c4-3720-4ed9-b7e4-8a2285ce91ac",
"stakeholders": "32378bd8-1018-4e3f-8912-1b43a6c6d7d9",
"targetaudiences": "6fc2c283-1ee5-4bf8-9684-c01327958878",
"Category": "c09c9719-0676-49e8-bcfa-1b1ce55b9f86",
"Tags": "b4946918-db6c-4754-9cce-41ebff535578",
"departmentaltargets": "7a5e0e92-cce9-4d47-8850-cd313e466795",
"events": "217f1897-7e94-4184-bdb9-3913841e322f",
"publishingoffices": "b4b5d611-985d-48ea-8388-51753c74c1b7",
"Parts": "sample string 25",
"FolderId": "f751a87e-45cb-4509-baf0-253ddd196863",
"ParentId": "828a29de-38a6-4f09-bc12-7f2d0a47c34e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "6efea2d5-ea25-4971-88b9-e4ccb9760f84",
"targets": "9689a69e-8db1-447f-9975-f7e25f68687d",
"regionscountries": "ab5af9c4-3720-4ed9-b7e4-8a2285ce91ac",
"stakeholders": "32378bd8-1018-4e3f-8912-1b43a6c6d7d9",
"targetaudiences": "6fc2c283-1ee5-4bf8-9684-c01327958878",
"Category": "c09c9719-0676-49e8-bcfa-1b1ce55b9f86",
"Tags": "b4946918-db6c-4754-9cce-41ebff535578",
"departmentaltargets": "7a5e0e92-cce9-4d47-8850-cd313e466795",
"events": "217f1897-7e94-4184-bdb9-3913841e322f",
"publishingoffices": "b4b5d611-985d-48ea-8388-51753c74c1b7",
"Parts": "sample string 25",
"FolderId": "f751a87e-45cb-4509-baf0-253ddd196863",
"ParentId": "828a29de-38a6-4f09-bc12-7f2d0a47c34e",
"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-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "86fe983f-0264-4432-b900-533c6aa25864",
"targets": "8eb43533-5e18-43f5-abb1-a3a106c16616",
"regionscountries": "6b48db35-5956-4e70-aff4-643c907ae5ab",
"stakeholders": "6e0a6dc5-ddf8-48ce-8789-05e8b77213de",
"targetaudiences": "5bce8dc5-bd89-447c-bc74-7a4e4604d07b",
"Category": "61ff515a-588a-4c0f-857d-5d64b802c811",
"Tags": "ee16a4d6-5d75-4db3-a73d-bbfa8817f1c8",
"departmentaltargets": "3d25cd1a-810d-44a5-bba7-5e90cb7d621c",
"events": "6ad13c21-8a37-4bfb-a10c-7ddd96f4704e",
"publishingoffices": "4ac6d088-db4a-4728-a33f-26432abcb687",
"Parts": "sample string 25",
"FolderId": "9e3af0eb-d4ba-4203-9963-94e800e9e72b",
"ParentId": "7390123c-5129-47ce-b1b7-1ba182f8b36c",
"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": "65144e52-d3a3-47b5-b0b1-6958b6157dff"
}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-05-07T14:15:52.3795077Z",
"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": "34cec78f-a552-4de0-8f63-ba259a980335",
"targets": "8e69f7f8-54da-461f-8d3c-a22f218461a0",
"regionscountries": "327aba80-b4f1-4a03-ae01-e87f09b24eaf",
"stakeholders": "c576083d-1822-4ed5-a72f-7025342bc8a0",
"targetaudiences": "9d05d3be-bdbb-487e-bc0b-197a02b92489",
"Category": "cd48696a-62d3-40d4-b3e7-de2bd92e413a",
"Tags": "3996e98a-c12b-42f7-8dbd-71da4a46045f",
"departmentaltargets": "bed71ded-3b13-41a4-ac50-d4ff0638e5dc",
"events": "dcbbcd4d-148b-47a6-9964-1d6c631e1e9d",
"publishingoffices": "42071561-49d8-4f6e-86b3-7f7bbd0caa4b",
"Parts": "sample string 19",
"FolderId": "c334de2f-c6d4-40d4-a170-395be9a01b44",
"ParentId": "741bee1f-3c21-419c-b149-e8083a2208b6"
}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-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "a947cc6c-3783-4280-9fb8-f5f762d3ee08",
"targets": "9b7c0752-5115-4977-80c2-22aa8951c3f1",
"regionscountries": "d9c209e3-fac1-4483-a9dc-60590dfcb5af",
"stakeholders": "acae0362-ecff-4d88-a91e-2d9e8eac3f30",
"targetaudiences": "fa9576f6-09b0-4385-9f1b-de004849acac",
"Category": "31c765b5-d4af-4933-86dd-f51f6b5ba27f",
"Tags": "4d3eff86-a977-4264-91bc-9b4f5d0ff2ba",
"departmentaltargets": "df290c32-b226-4ce3-a0db-fd0ae8592ddb",
"events": "32974639-f677-4af1-a738-fd17a69b4161",
"publishingoffices": "d4365dc1-0109-4127-9927-784d2da5d99b",
"Parts": "sample string 25",
"FolderId": "f0dcdae3-571a-44a7-91d0-de30aab619cf",
"ParentId": "280f809f-f02e-427e-aac4-a614226d7016",
"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-05-07T14:15:52.3795077Z",
"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": "e827faa4-3f60-4da8-a802-c2135c7f221f",
"targets": "afef773a-901d-4c4f-a6cf-29610215fd3d",
"regionscountries": "c786c0c3-c24d-4c86-b55a-747978c4f922",
"stakeholders": "e7340a83-abba-4330-81e1-2882218285d8",
"targetaudiences": "67a7c238-24d9-453a-a3cd-d1e0e1c5eff8",
"Category": "af81b624-9f19-4db6-999c-3e9cdda5072a",
"Tags": "470192f0-c72c-4510-97dc-a423fbcdb562",
"departmentaltargets": "7f64fcc9-1a35-4e09-89f9-e39c6ce1681f",
"events": "f918986f-dd9e-490f-9a0d-9a76a0ff779c",
"publishingoffices": "94a56d9f-02c3-4c08-8b69-c074c7284756",
"Parts": "sample string 19",
"FolderId": "ff0999e9-248a-4c7c-a254-c367803d0d67",
"ParentId": "8632a656-126c-4a04-9db5-0d3ca419cc81"
}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-05-07T14:15:52.3795077Z",
"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": "db80f662-dbf7-4321-9d4b-fa65a427d5df",
"targets": "0948d714-eb5e-4e2f-9642-7ca7b06b4a9c",
"regionscountries": "ef9ef5a2-cfa6-459c-9603-7cbeabd1041d",
"stakeholders": "9c6efbad-4518-4e85-8a2d-1abe7fbcf120",
"targetaudiences": "ff35f316-64a0-4351-8f64-462071a7d8d4",
"Category": "49506652-c9d1-427d-9339-67cf1e22d5fd",
"Tags": "1d9be701-08fe-4279-8cbe-b2c3d4a0c02e",
"departmentaltargets": "e83ffbb4-7752-4a94-b39c-7344f3155f1a",
"events": "d703480a-ab7f-4954-88d9-f1529ce4abe3",
"publishingoffices": "f9707144-9aff-4baa-85b3-550098c4bb15",
"Parts": "sample string 19",
"FolderId": "bd06d5a2-c834-460c-bb1d-f74f47a59428",
"ParentId": "611b1bf6-8611-49cc-8814-d0ddd7cc01c8"
}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-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "39545641-5d6e-4128-b8de-7555521a8e80",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "28f9ea99-5110-4f41-9167-709fd34bf111",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T14:15:52.3795077+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-05-07T14:15:52.3795077Z",
"PublicationDate": "2026-05-07T14:15:52.3795077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:52.3795077Z",
"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": "39545641-5d6e-4128-b8de-7555521a8e80",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "28f9ea99-5110-4f41-9167-709fd34bf111",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T14:15:52.3795077+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.