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-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "a2ab8a1d-5947-4c9a-b924-b22870b34dcf",
"targets": "8b27a538-cb60-49db-aa57-f969d8a45da6",
"regionscountries": "40f819d8-9b6c-4504-a1d6-f7a000f211fa",
"stakeholders": "4c86bc7d-1a04-4ef9-8eaf-0e58cde12488",
"targetaudiences": "dc886c1c-2d47-4630-af2e-7ddec177351e",
"Category": "2f1f2162-5f0a-493b-9643-30ea370aef64",
"Tags": "0565eda1-2f81-4a1c-8d3c-129095b53b5d",
"departmentaltargets": "b033ccba-6196-44f4-9ecc-1767d9295a23",
"events": "542b7e44-1089-4315-bb7b-db5f5e8f8434",
"publishingoffices": "14644a2b-2a42-4378-ad0b-c7e673e2457f",
"Parts": "sample string 25",
"FolderId": "15aec1ac-3588-4019-aba3-7d323dccac82",
"ParentId": "87645331-f00f-4229-998e-6ef2023c5abf",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "a2ab8a1d-5947-4c9a-b924-b22870b34dcf",
"targets": "8b27a538-cb60-49db-aa57-f969d8a45da6",
"regionscountries": "40f819d8-9b6c-4504-a1d6-f7a000f211fa",
"stakeholders": "4c86bc7d-1a04-4ef9-8eaf-0e58cde12488",
"targetaudiences": "dc886c1c-2d47-4630-af2e-7ddec177351e",
"Category": "2f1f2162-5f0a-493b-9643-30ea370aef64",
"Tags": "0565eda1-2f81-4a1c-8d3c-129095b53b5d",
"departmentaltargets": "b033ccba-6196-44f4-9ecc-1767d9295a23",
"events": "542b7e44-1089-4315-bb7b-db5f5e8f8434",
"publishingoffices": "14644a2b-2a42-4378-ad0b-c7e673e2457f",
"Parts": "sample string 25",
"FolderId": "15aec1ac-3588-4019-aba3-7d323dccac82",
"ParentId": "87645331-f00f-4229-998e-6ef2023c5abf",
"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-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "1ed1dc4c-37df-4141-ba67-b812034e23b9",
"targets": "9bdc7a0d-979a-4d24-9c0d-3668832c4530",
"regionscountries": "0c9211b0-0d0f-4088-92bf-9dbb79692a2c",
"stakeholders": "efffc932-e0a0-4a61-87d6-47f2594cb821",
"targetaudiences": "44bbe37d-561a-4ed3-a993-f44503130c1c",
"Category": "f5786350-a3c1-41a2-babf-8989e3f24833",
"Tags": "5a46215c-580d-4644-9951-6311808b311e",
"departmentaltargets": "a19a73b6-1526-4398-88ef-0684a40a8d57",
"events": "82b4882d-f324-47df-b85e-3c88183617be",
"publishingoffices": "98695bec-820f-432f-a48f-d1e31876ad3e",
"Parts": "sample string 25",
"FolderId": "bc42c4c8-2c02-4b9f-8d9f-1268370b258f",
"ParentId": "8173ed70-14b1-48af-9972-51d68886af60",
"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": "573a74b6-d606-4a0f-92ba-b6698abbad3d"
}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-12-10T09:35:50.1875168Z",
"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": "2328c44e-0857-4174-8668-7a91b233b554",
"targets": "b045b04c-19f8-4e49-9d8a-30c60c67d4d3",
"regionscountries": "d05adc53-4d4e-449d-ba25-c57e802a4408",
"stakeholders": "f6b96ea6-5e33-4fb8-b5b4-59791b2eeff2",
"targetaudiences": "2d552212-0917-4625-a57c-2a32d78f91a9",
"Category": "c2760d93-c9f1-43ef-a7c6-097408aa0400",
"Tags": "bbdb913a-775f-402c-af51-27f9595b2597",
"departmentaltargets": "75b2ff0c-1180-4d62-b530-289a4cb0c907",
"events": "d61fb140-ca57-4de4-9791-0341cb183838",
"publishingoffices": "30abccec-a71a-479d-be1c-d734f38e8867",
"Parts": "sample string 19",
"FolderId": "0ca53e16-35d3-4d33-aff9-b03aee9ae6c9",
"ParentId": "b120814a-fa96-42e6-9e6d-6edce9884a8d"
}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-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "59323000-89b0-41b8-8079-67161a51cc6b",
"targets": "3908904f-2639-4b87-8fbc-474664b67483",
"regionscountries": "1cdafccc-db2a-45b8-b300-34bb06ca31b8",
"stakeholders": "5d99d4d2-f090-4657-a7dc-a0146cabbb45",
"targetaudiences": "71fb26ed-2644-46f3-bc6b-a9fd25507a1e",
"Category": "8a387262-55c9-4a09-bf85-69a0e6d222d5",
"Tags": "30214455-2cec-4b70-90f2-4b30ad2eb1c5",
"departmentaltargets": "aa165bc4-0898-4b8b-b7d0-aa8587d73c35",
"events": "35951255-6ac2-4069-8369-e3407548ff58",
"publishingoffices": "96c99916-ad18-4496-ab63-3fe9442349e1",
"Parts": "sample string 25",
"FolderId": "a7d491be-e4d2-4dc2-accc-7d5c86a03f78",
"ParentId": "d5566c24-261e-49a1-a351-dcd237f67fae",
"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-12-10T09:35:50.1875168Z",
"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": "27fc76ce-c371-4e8f-8e8a-73a75dbd22f5",
"targets": "fd11721f-54f5-407a-af12-46533ad73fc6",
"regionscountries": "d9a1c194-0225-4050-b8a6-b7fdbddc91e8",
"stakeholders": "b482bfcf-5b9b-470f-909c-bbf7548cb4f4",
"targetaudiences": "75d2cdf9-7a3c-45a2-8913-d557ea90e011",
"Category": "d8096ec1-18af-46b3-a8e3-5cf98d081591",
"Tags": "03e66d77-48e1-4e7d-9a4a-9d64e2589690",
"departmentaltargets": "24540742-b60e-4dcf-bd59-9f3d60ee3f60",
"events": "8a68b33d-6893-4a24-ad10-8168144aa7bc",
"publishingoffices": "7165bb22-a7f4-4dbc-8a70-dc9cd7e3f198",
"Parts": "sample string 19",
"FolderId": "29bf2e20-58e2-40b0-b34d-12e721f8416b",
"ParentId": "7aeab0b6-ee5b-45be-a430-923fce0a84aa"
}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-12-10T09:35:50.1875168Z",
"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": "8f8ba13a-ba4c-46de-be1a-4cb12943d849",
"targets": "281b9db4-8f18-4d76-bd12-58725dd72a3c",
"regionscountries": "769be986-6110-43de-a90b-f684fa022291",
"stakeholders": "ee4c70bf-0051-497b-94db-1ec5dcde6a91",
"targetaudiences": "99b78760-8020-4121-b6d7-b5ba33bdf3c8",
"Category": "00540a57-aee4-4201-a72e-de296a31eb66",
"Tags": "5fe2cb7c-f082-4018-8007-827031e94f1a",
"departmentaltargets": "0251b1bc-c3a4-4f56-9613-389cbdc8fa71",
"events": "e2f8251d-43e5-4252-b99a-95c90b4a8734",
"publishingoffices": "d45e7db7-9e1c-4da5-b1c7-5e9688f17971",
"Parts": "sample string 19",
"FolderId": "d2b3e3c0-b060-43b4-ae26-f8e6c527b25f",
"ParentId": "ba774651-0d2b-4efb-9c65-b9d286d8ead8"
}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-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "4fb8d994-2cf1-4f1c-b4fe-afa0670c58cc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "df28cd65-64b8-45b0-ac14-e507c60d75fa",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T09:35:50.1875168+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-12-10T09:35:50.1875168Z",
"PublicationDate": "2025-12-10T09:35:50.1875168Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T09:35:50.1875168Z",
"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": "4fb8d994-2cf1-4f1c-b4fe-afa0670c58cc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "df28cd65-64b8-45b0-ac14-e507c60d75fa",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T09:35:50.1875168+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.