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-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "79db16a0-8512-478d-b417-c10b66ab0caf",
"targets": "6fe56f90-8ca3-4799-9463-3ad4afe378c0",
"regionscountries": "35fc43f6-d6bb-4365-b7d5-d5a10f2f6c35",
"stakeholders": "90dbc119-53a4-41fc-ac98-f8631e1dce9a",
"targetaudiences": "a1f46f53-3a22-4698-b70c-120088ace6ca",
"Category": "4a67d633-d62a-4de6-8f1f-729ec1b98715",
"Tags": "42a3a8c8-4675-4a0b-8eee-b884a2423ed5",
"departmentaltargets": "f2e5599e-43d2-40b8-8b72-6654dde64a55",
"events": "6859f677-32e4-4a92-9197-590a15fddeb5",
"publishingoffices": "f38cb716-f380-435f-8d54-38934a4a6eb1",
"Parts": "sample string 25",
"FolderId": "64667d1f-f559-4904-86da-5a4997bccce5",
"ParentId": "a80f4315-2870-46da-a211-165f84364852",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "79db16a0-8512-478d-b417-c10b66ab0caf",
"targets": "6fe56f90-8ca3-4799-9463-3ad4afe378c0",
"regionscountries": "35fc43f6-d6bb-4365-b7d5-d5a10f2f6c35",
"stakeholders": "90dbc119-53a4-41fc-ac98-f8631e1dce9a",
"targetaudiences": "a1f46f53-3a22-4698-b70c-120088ace6ca",
"Category": "4a67d633-d62a-4de6-8f1f-729ec1b98715",
"Tags": "42a3a8c8-4675-4a0b-8eee-b884a2423ed5",
"departmentaltargets": "f2e5599e-43d2-40b8-8b72-6654dde64a55",
"events": "6859f677-32e4-4a92-9197-590a15fddeb5",
"publishingoffices": "f38cb716-f380-435f-8d54-38934a4a6eb1",
"Parts": "sample string 25",
"FolderId": "64667d1f-f559-4904-86da-5a4997bccce5",
"ParentId": "a80f4315-2870-46da-a211-165f84364852",
"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-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "9ad22e99-7fca-4d3f-a00e-8ce3c82898ef",
"targets": "bc8198b7-aa0e-45f6-b1dd-1048543da0ff",
"regionscountries": "bf1d631e-c066-49f5-a4bb-b2e221282faf",
"stakeholders": "e4de2d94-6e9e-465c-8617-1cd44588948c",
"targetaudiences": "c6c44097-3695-4d76-9688-524259c8e0f4",
"Category": "3cc74657-86e4-4ffc-af67-3479258e7713",
"Tags": "61463cb1-aa73-445b-bd9a-cdc415f56435",
"departmentaltargets": "e3390cc0-b234-4675-9d0d-df1bfe9ea309",
"events": "e91d3f32-80cd-4783-a081-40ed2be73418",
"publishingoffices": "6605c1c3-726e-436b-bdd8-e90137fcb3fc",
"Parts": "sample string 25",
"FolderId": "77c0280a-ec1d-4c09-abf8-5a2b3eaa7767",
"ParentId": "dc3c8299-42ad-4d4e-bad1-0c13021071a4",
"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": "910bbc88-948f-43fd-a5af-41b8646c0953"
}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-03-26T19:36:08.9714381Z",
"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": "5b2d733a-250c-4792-b080-9e04293527b0",
"targets": "aaa7a79f-46d5-4e4f-9a14-f7869a7789ba",
"regionscountries": "e6b0e824-3740-468b-bb22-3eba878574b5",
"stakeholders": "29f16817-378d-4658-91e2-29ce4da4508d",
"targetaudiences": "6777a931-17fe-47b9-bef2-3a9e204c4bb6",
"Category": "edc07425-7f48-4a73-b816-a42319066528",
"Tags": "f1051ff6-c6d1-4619-983c-469fe7f60f8b",
"departmentaltargets": "bc312075-35ef-418e-acc0-67ccbba80d1b",
"events": "6d410c0b-e8ee-46eb-98b0-bb4063dc6896",
"publishingoffices": "af59d58b-3c95-47e2-a267-4291dbc9b4fd",
"Parts": "sample string 19",
"FolderId": "5ebfecc8-2b34-4df9-a17d-072b70d3e837",
"ParentId": "c342cbc8-4c82-4666-811c-e3ec8cfe4269"
}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-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "f06ab42d-0b0d-4349-bdf7-3eed5226010d",
"targets": "6c3a7d90-4252-4dbc-8384-8d638a3d58d6",
"regionscountries": "6402a070-7cc4-48f0-b447-65e7f9f04c1f",
"stakeholders": "61a4d4ed-a4e3-49ea-87e5-9fa9768019a8",
"targetaudiences": "0e18e00f-fb28-4a6a-acc2-2a3283b48503",
"Category": "75cba98a-6576-4ca8-92a3-63107508c481",
"Tags": "c044a76e-34f0-4c8d-bae0-b7c2a230d407",
"departmentaltargets": "310590c2-595a-49a0-9955-38a10d195be2",
"events": "ffae980d-8e5c-4693-8750-f8dfb2a856dd",
"publishingoffices": "05de603c-519b-4e1c-88bd-755a71632fc3",
"Parts": "sample string 25",
"FolderId": "97e5c008-8b00-4d8d-97db-45d52aae473e",
"ParentId": "0e479c59-3f66-4ccf-a138-7e7f22851549",
"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-03-26T19:36:08.9714381Z",
"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": "43f0b55c-ac01-4a6d-b547-f174d68756dc",
"targets": "ef7e4d6b-4dbe-468a-8385-c86a1e3fa867",
"regionscountries": "31755b79-e320-4cb1-86d6-bf63eb101d6c",
"stakeholders": "2fe9dede-7652-4145-af57-dac47683211d",
"targetaudiences": "16098d6d-a459-4a9d-80bd-476c395457e9",
"Category": "0a4f5896-06ae-4281-a495-c69c6a384cbc",
"Tags": "fd2a7fc6-eb4d-4681-9888-939f0a41e734",
"departmentaltargets": "a1493929-7ef6-45f3-b910-1763326a1189",
"events": "35c245c5-9f91-4089-830b-e6d0416042cb",
"publishingoffices": "118eac72-a433-465d-84ac-6652d302abf8",
"Parts": "sample string 19",
"FolderId": "d5806613-cc76-4a0c-ba9b-81a329561e06",
"ParentId": "1784982a-d0de-49ac-958d-c1f13929e94f"
}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-03-26T19:36:08.9714381Z",
"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": "affc5343-fb5c-4cc6-8376-91f61b3b0a27",
"targets": "e5a8cf04-d9f8-4373-8656-7a9198c8a989",
"regionscountries": "4dd6010f-6612-4402-8fcb-9a0a8b11a670",
"stakeholders": "d9a6bff5-160f-4ce2-9a62-eac903f6209a",
"targetaudiences": "b2d9c4a9-90d0-4f69-9a68-8f0f3d9ef728",
"Category": "9b0b487e-63b4-4eef-8bb5-4dc001b88bd2",
"Tags": "cd28ba56-a980-49e2-98f3-e6b02302935f",
"departmentaltargets": "071329b8-a4b8-47fc-ad74-b6ded20afe5a",
"events": "aeedc52f-cbba-444e-93ef-31f09c5f4ee4",
"publishingoffices": "2adbc54c-0271-4068-92bd-8a4d8c03a02a",
"Parts": "sample string 19",
"FolderId": "28a548d7-e129-4245-a5be-275bfa6a940c",
"ParentId": "d2bcdf4a-6afd-4a7d-b43d-c175f6e03b63"
}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-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "4bc91a12-feba-4d32-b197-86563766c9e4",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "45e7092b-1eb0-473f-ab5a-90cd9a4e4f95",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:08.9714381+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-26T19:36:08.9714381Z",
"PublicationDate": "2026-03-26T19:36:08.9714381Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:08.9714381Z",
"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": "4bc91a12-feba-4d32-b197-86563766c9e4",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "45e7092b-1eb0-473f-ab5a-90cd9a4e4f95",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:08.9714381+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.