Returns a set of data items of type documents.
GET /api/media/documents
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "00836414-344c-40f0-aafd-702a12c721af",
"targets": "7881db1b-545d-4bf0-9b58-bce8366c26cd",
"regionscountries": "6c614393-82bd-4b93-af09-5eca950364a5",
"stakeholders": "33673b7d-e4ef-4749-9b6a-1e59630ad9c9",
"targetaudiences": "af9c0ed9-db98-4926-bcbb-c473f9055ef2",
"Category": "889d5cdd-4ff3-439e-a4f3-2126fd9b668b",
"Tags": "f510357e-e86b-465a-bf08-4c29fb63de2e",
"departmentaltargets": "4733cc61-56b1-4017-9d84-eb7f35f07786",
"events": "bd23e627-e0b2-4676-8d81-c0f1ecd15589",
"publishingoffices": "e1d01a50-f06d-4a5f-bd05-617347c111c4",
"Parts": "sample string 25",
"FolderId": "9af5879e-3de8-43b7-ae56-347c0a836e20",
"ParentId": "66facf35-1746-4f17-bae7-3a8e161c6428",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "00836414-344c-40f0-aafd-702a12c721af",
"targets": "7881db1b-545d-4bf0-9b58-bce8366c26cd",
"regionscountries": "6c614393-82bd-4b93-af09-5eca950364a5",
"stakeholders": "33673b7d-e4ef-4749-9b6a-1e59630ad9c9",
"targetaudiences": "af9c0ed9-db98-4926-bcbb-c473f9055ef2",
"Category": "889d5cdd-4ff3-439e-a4f3-2126fd9b668b",
"Tags": "f510357e-e86b-465a-bf08-4c29fb63de2e",
"departmentaltargets": "4733cc61-56b1-4017-9d84-eb7f35f07786",
"events": "bd23e627-e0b2-4676-8d81-c0f1ecd15589",
"publishingoffices": "e1d01a50-f06d-4a5f-bd05-617347c111c4",
"Parts": "sample string 25",
"FolderId": "9af5879e-3de8-43b7-ae56-347c0a836e20",
"ParentId": "66facf35-1746-4f17-bae7-3a8e161c6428",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/media/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "d6256ea7-1fb4-49bc-b733-bb4d0ac7de44",
"targets": "fce7d779-5c05-4417-97b6-4d5377a80cee",
"regionscountries": "c777c420-4c6a-4120-b585-b3430eb216a0",
"stakeholders": "2e6d3c34-05db-487b-9c3c-cc21b824ef3f",
"targetaudiences": "852a4b9c-592f-418a-b090-5122f6b588f2",
"Category": "8fbb3e48-b870-471b-b6c2-1ae74d1b094e",
"Tags": "e5e53e89-81e6-4880-8079-d5ce5007e993",
"departmentaltargets": "20404710-a5b2-4078-8a2b-3223fe88039a",
"events": "be955c5f-2dc6-4839-8396-862516491d95",
"publishingoffices": "0f2fa4ac-2e39-4c47-83b0-ae7b185d9938",
"Parts": "sample string 25",
"FolderId": "63945fd5-a866-41ed-a08e-26acbb6484a4",
"ParentId": "67075233-5fd8-400f-8441-9b92194f8ba6",
"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": "0bdf88b3-bd35-4ce8-a5c4-cb8571e633ba"
}Creates a documents item.
POST /api/media/documents
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"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": "0704d5a2-daaf-4f7d-bfdc-61f4a50fea4c",
"targets": "df1ce495-074e-4f8c-89de-956b90eca981",
"regionscountries": "d3e08bec-d4c9-4c24-8074-6f05a1693c44",
"stakeholders": "2d55bd0a-145c-4e5d-8f7e-46978302b837",
"targetaudiences": "a4318273-1ed0-49a9-b891-8cc685ba228d",
"Category": "08e4a440-48c4-4c1b-a596-27398485aa1d",
"Tags": "6eeda5ab-0a6e-4dd3-a1b9-38e5127a9ab5",
"departmentaltargets": "9e95ae63-f837-4c48-833a-351a8c4a2b30",
"events": "0de07d43-8b33-4239-8b59-16a2f98ce91c",
"publishingoffices": "2f554d71-ef02-43b9-9003-8953ac5aa71b",
"Parts": "sample string 19",
"FolderId": "33aa4792-99e2-4a7f-9925-043dc36b8fb3",
"ParentId": "c1441681-c72d-49dc-8a7e-8cddf7a076d9"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "4d06c457-fed7-46d5-9ece-11553c2b0721",
"targets": "cf298eda-e772-47ca-a1b3-ac0017d083e3",
"regionscountries": "3efbce67-b3ac-44a3-b863-db8d48859905",
"stakeholders": "75b1e788-9e42-4f33-b946-0d1544f2f205",
"targetaudiences": "052b900b-f575-4984-a513-d422c62a42f6",
"Category": "842df8ca-31b2-408b-b491-9cb6faa1733f",
"Tags": "1ca6a99f-6afb-402d-b60a-bd9e4c4ba039",
"departmentaltargets": "58d2b5fd-caba-4591-b310-86c91ad0c057",
"events": "0f79f446-7279-45bf-b16d-832051f451a3",
"publishingoffices": "a7b8a957-4a04-4ee5-a6b5-70d1ecdb66f9",
"Parts": "sample string 25",
"FolderId": "dbb5b8b4-5532-4893-b7bc-cc893d96a910",
"ParentId": "ff108063-06e9-45b9-a2d1-7d05a3b4a82f",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/media/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"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": "40bc153c-22c5-412b-967a-976fa3419bc8",
"targets": "aeafe07d-b477-4807-98f3-30b033a9fda3",
"regionscountries": "a4c3290c-4164-4628-acc3-83fd18a3e9ed",
"stakeholders": "a18eb093-b50c-46ab-b288-4e8dbb7de23c",
"targetaudiences": "3ff51ed0-2e43-4829-bb29-bd05341bb3b6",
"Category": "b4edd650-a64a-4ce4-89c2-ba73a1041d1e",
"Tags": "a8ed75db-4c44-467c-9a1e-7f293e1bf79c",
"departmentaltargets": "d1ecfbf2-5eec-4ee5-b69b-b783c5161ec7",
"events": "e1dc54e4-fd49-4010-a43a-aafcc050e35a",
"publishingoffices": "c1325b03-d497-45b0-bac9-272ad5e56807",
"Parts": "sample string 19",
"FolderId": "d65fc0a1-e28f-42d2-adb9-dc834505e37e",
"ParentId": "0a9978d4-31ad-4570-ad32-30b6e94a6f7b"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for documents item.
PUT /api/media/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"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": "cb04fe85-24c1-43a0-abdf-4595944e8141",
"targets": "404e2633-2026-41be-8a1f-1ce228f44c6d",
"regionscountries": "424076fb-c5df-4376-a0e1-ecb7eedbbb94",
"stakeholders": "b736eb12-3106-48e7-9d44-b1edf918fa77",
"targetaudiences": "6a8eacf1-6f3c-4203-a794-bfd21d7c1024",
"Category": "4aeb0728-174a-4943-8f28-ab7efd1f8052",
"Tags": "4e139c3e-a8bc-47b3-a7f8-c1e3cb141446",
"departmentaltargets": "856d0b50-ce90-403c-b131-862c840908ae",
"events": "a9a5eded-0f8f-4d92-b8d9-f58d80ff06ee",
"publishingoffices": "4a6a8888-f089-4246-804f-db7149694372",
"Parts": "sample string 19",
"FolderId": "53af7f46-a8fa-4a02-8a85-25c8dc1c4caa",
"ParentId": "d7e58ec8-3ade-4d2f-9821-7831dbe30aea"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a documents item by Id.
DELETE /api/media/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Parent from documents item.
GET /api/media/documents({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "8a010e1a-c0e4-49f6-95b5-b3909d06cdcb",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bd08efaa-1b34-4e3f-9f32-e0070c1d24e0",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:00:34.8023104+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-01T18:00:34.8023104Z",
"PublicationDate": "2026-06-01T18:00:34.8023104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:00:34.8023104Z",
"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": "8a010e1a-c0e4-49f6-95b5-b3909d06cdcb",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bd08efaa-1b34-4e3f-9f32-e0070c1d24e0",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:00:34.8023104+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.