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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "a3d40e78-1ae7-4c10-8b84-eddcec40cccc",
"targets": "7c156ed7-da2a-4b0e-8d29-981e5d6d0786",
"regionscountries": "5df4c64f-0c27-40b2-b7b0-58822f0b5837",
"stakeholders": "1c2b9433-7b32-4dce-b799-d2e8041b4137",
"targetaudiences": "91c80b25-e786-4e5d-8795-bc108ddb3019",
"JoomlaArticleId": "sample string 20",
"Category": "0b8d8e86-f4de-4e67-a12d-391aaf792dfc",
"Tags": "dd38ba7a-ca6d-4429-8fc4-c189d4a87e51",
"departmentaltargets": "2dfaf55f-934c-4636-8685-f9ecefd7e87a",
"events": "497c423a-e503-4915-b14e-4583874cf193",
"publishingoffices": "b24566f3-6e9b-4ac9-8563-f683e5240a34",
"Parts": "sample string 26",
"FolderId": "34a04e8a-440e-4ccb-a666-89a559d97b3c",
"ParentId": "61cbe14f-f8af-4509-9e09-f1ff91b4b4d9",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "a3d40e78-1ae7-4c10-8b84-eddcec40cccc",
"targets": "7c156ed7-da2a-4b0e-8d29-981e5d6d0786",
"regionscountries": "5df4c64f-0c27-40b2-b7b0-58822f0b5837",
"stakeholders": "1c2b9433-7b32-4dce-b799-d2e8041b4137",
"targetaudiences": "91c80b25-e786-4e5d-8795-bc108ddb3019",
"JoomlaArticleId": "sample string 20",
"Category": "0b8d8e86-f4de-4e67-a12d-391aaf792dfc",
"Tags": "dd38ba7a-ca6d-4429-8fc4-c189d4a87e51",
"departmentaltargets": "2dfaf55f-934c-4636-8685-f9ecefd7e87a",
"events": "497c423a-e503-4915-b14e-4583874cf193",
"publishingoffices": "b24566f3-6e9b-4ac9-8563-f683e5240a34",
"Parts": "sample string 26",
"FolderId": "34a04e8a-440e-4ccb-a666-89a559d97b3c",
"ParentId": "61cbe14f-f8af-4509-9e09-f1ff91b4b4d9",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "e1e457fb-69bb-43fe-92f6-b83f32a3aa30",
"targets": "33c95881-9424-49ab-bccd-7b2f02a8656e",
"regionscountries": "1022aad2-680a-407b-b936-d83890ac2521",
"stakeholders": "ace079a4-7224-467e-9d07-bbaa22e49841",
"targetaudiences": "6ef8020e-539f-4c1e-8e2f-3a5213c6dbb5",
"JoomlaArticleId": "sample string 20",
"Category": "13dbf93e-be48-430d-b833-93a6dcb8076a",
"Tags": "fb634b6a-f3d3-4916-855c-eeade06f0260",
"departmentaltargets": "940aaeb0-578e-4bba-bbac-f63f27a7f9fc",
"events": "b5d76aeb-0a2b-4a4f-9569-0446e903e7e2",
"publishingoffices": "829eeab6-e93e-4de3-811d-c7ab254b181e",
"Parts": "sample string 26",
"FolderId": "12c50cc7-d7a2-4299-be03-53b246f805bc",
"ParentId": "82c4335a-58d2-4e56-b5bc-d6009b3b060f",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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": "d6278583-2455-4bbe-b8ea-dc6e6c941632"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"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": "be1c08dc-5f85-47fd-af68-58eaf69447cb",
"targets": "49549cc7-2e5e-4485-97d0-bb90c2ac2261",
"regionscountries": "0c0cfc83-5dbe-463f-9f8f-9e8ebc01af79",
"stakeholders": "e10d933c-6a16-44c6-854a-30b9242b50b4",
"targetaudiences": "9e371a06-e074-4ad0-a4f1-a55fe200b1a8",
"JoomlaArticleId": "sample string 14",
"Category": "ab36efde-60d3-4af5-9d32-26b03cea917e",
"Tags": "d03e9c1f-1d57-488f-9151-835a4b6eb06f",
"departmentaltargets": "a356bf75-baf4-491a-95a2-6f28975323ae",
"events": "f3e7a2a3-445e-4df2-a256-6c6d15d6c714",
"publishingoffices": "0352c59e-444b-4849-8701-73e29a5461b9",
"Parts": "sample string 20",
"FolderId": "75371529-2ad6-496b-bdbd-f306395d1fbb",
"ParentId": "4c9d55aa-d704-48bf-a9ad-88424d51cf4a"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "1d0b7ec2-6b34-4263-931c-04270def779c",
"targets": "20893fbe-279d-4ff3-bebf-96452ccdb629",
"regionscountries": "272de49f-df97-4b60-9d1b-841d126e0bf5",
"stakeholders": "45799bac-511b-4737-953f-9b5ab7194903",
"targetaudiences": "5b50fba9-d17c-46a5-b04e-340fd7530613",
"JoomlaArticleId": "sample string 20",
"Category": "f7dd080f-ce0a-4fd3-b062-1430159cf71b",
"Tags": "71ec85b9-18de-44bb-bc3f-eeae7b3a4840",
"departmentaltargets": "8d88f872-8b68-4c0f-96eb-04f1e8092c98",
"events": "c3065d95-cdda-40c0-96b2-86e902bffd3f",
"publishingoffices": "bc9f54ec-51aa-4b18-af19-5e38f74b151e",
"Parts": "sample string 26",
"FolderId": "0e375fdb-b1a1-44ba-baf2-0988dea34121",
"ParentId": "0f72d6bc-2fb5-4aee-a38f-3be6bba587cb",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"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": "a967b206-81de-4eab-b273-7546cbc94a06",
"targets": "15ceb033-ab2e-48db-b167-f5cb60816a85",
"regionscountries": "3ddf44cb-fd7b-45f5-a81f-c66bc330730c",
"stakeholders": "de96f724-199b-4780-9c66-536fd3a61e89",
"targetaudiences": "901b24bf-4c88-4eab-9f6c-ec8be2912478",
"JoomlaArticleId": "sample string 14",
"Category": "9896319b-9506-4e8a-be38-bf7309230d23",
"Tags": "f93fe30c-8153-4111-aecc-149a85720100",
"departmentaltargets": "1765b766-73ec-4b6d-bbe4-bd35b7ba015e",
"events": "ff477dc6-f8a9-4fbc-83a2-afb7b7011d21",
"publishingoffices": "82f437b6-81c8-4936-bdc9-51197b6f9cdc",
"Parts": "sample string 20",
"FolderId": "b9bfad8f-3e09-417d-8c48-b2c92e20a599",
"ParentId": "92413c26-b6ed-4d0c-8f47-7db984a3a8f5"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T03:42:11.7606734Z",
"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": "31043935-0615-47cb-b7e2-5f2d65d5226c",
"targets": "770b6612-0736-4f8a-a425-77a1790c0aec",
"regionscountries": "2f42bdaf-20ad-46f4-b1c3-2397b16ac13b",
"stakeholders": "0236574c-42e8-46dc-bfa5-6c896e198519",
"targetaudiences": "d0f449f3-6c36-4251-9123-ab5db154269f",
"JoomlaArticleId": "sample string 14",
"Category": "76597de3-5797-494a-bed5-06a5577106f2",
"Tags": "e1715cba-cd90-4bab-ba78-bfbc14786882",
"departmentaltargets": "600b6338-6e04-4b3e-8780-0c3f2793d4d3",
"events": "a84738a9-b8a7-40ec-81ae-7d6ca518112c",
"publishingoffices": "5cc5a96d-67fa-42de-bd2a-7a68f9a04304",
"Parts": "sample string 20",
"FolderId": "76799278-2744-422d-a5d3-b62ed60c82fb",
"ParentId": "761b0f8d-9405-4ee1-982d-f3e1ea7b9c6c"
}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-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "5dc36764-9194-4f5e-a743-9ba8d85773c2",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7f80f389-7b01-4791-a4d7-e3c6300dd0df",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T03:42:11.7606734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-09-21T03:42:11.7606734Z",
"PublicationDate": "2026-09-21T03:42:11.7606734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T03:42:11.7606734Z",
"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": "5dc36764-9194-4f5e-a743-9ba8d85773c2",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7f80f389-7b01-4791-a4d7-e3c6300dd0df",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T03:42:11.7606734+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.