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-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "7931916d-0aff-4c4e-9f58-96ea84bc1317",
"targets": "c9d94d3d-a091-4154-945c-f00eab2fc5a7",
"regionscountries": "02637145-1599-457e-b2b1-9d7e6538334d",
"stakeholders": "c65877fa-8380-42e4-a708-dd38dbd752e7",
"targetaudiences": "9c35e4bb-8821-4722-acec-e303e54b8f3d",
"JoomlaArticleId": "sample string 20",
"Category": "374b65e1-046a-4250-8e77-d0ae5ea42558",
"Tags": "b74f97d8-edcd-4ab3-bc2b-59d1adc3f20b",
"departmentaltargets": "3ec5d0d8-4435-493d-bb8a-37bc933f51bf",
"events": "35a3ed26-0c64-466d-b8f5-ffa0940b5a91",
"publishingoffices": "5eccd8a8-0b32-4438-8687-4e6a344ef523",
"Parts": "sample string 26",
"FolderId": "9a6ecc14-2af7-4552-8da9-bb10d7774375",
"ParentId": "622bea7a-d83f-4903-b507-75822de9da50",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "7931916d-0aff-4c4e-9f58-96ea84bc1317",
"targets": "c9d94d3d-a091-4154-945c-f00eab2fc5a7",
"regionscountries": "02637145-1599-457e-b2b1-9d7e6538334d",
"stakeholders": "c65877fa-8380-42e4-a708-dd38dbd752e7",
"targetaudiences": "9c35e4bb-8821-4722-acec-e303e54b8f3d",
"JoomlaArticleId": "sample string 20",
"Category": "374b65e1-046a-4250-8e77-d0ae5ea42558",
"Tags": "b74f97d8-edcd-4ab3-bc2b-59d1adc3f20b",
"departmentaltargets": "3ec5d0d8-4435-493d-bb8a-37bc933f51bf",
"events": "35a3ed26-0c64-466d-b8f5-ffa0940b5a91",
"publishingoffices": "5eccd8a8-0b32-4438-8687-4e6a344ef523",
"Parts": "sample string 26",
"FolderId": "9a6ecc14-2af7-4552-8da9-bb10d7774375",
"ParentId": "622bea7a-d83f-4903-b507-75822de9da50",
"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-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "19597240-ce1b-478c-b79e-3260b9927c71",
"targets": "9b0b9b61-a8d8-4516-8507-36a4d9bb967b",
"regionscountries": "c39e55e0-92b2-44b6-8666-44135ff96ecc",
"stakeholders": "9ee7fad1-0489-48f8-b10b-15a4921c2350",
"targetaudiences": "1b9d4b83-4512-4ed7-b23a-be6f646cfa75",
"JoomlaArticleId": "sample string 20",
"Category": "88a1b53c-7709-4b35-a6c0-974640136fc4",
"Tags": "2927141f-1f9d-4b13-ac05-b50e24c8bfb7",
"departmentaltargets": "f71d9291-1cec-403d-a802-c04ca022cff6",
"events": "9e22e0e7-1315-4fea-8c56-11de9ff476e2",
"publishingoffices": "6a3a64de-b5da-43e8-b182-c4d95c747260",
"Parts": "sample string 26",
"FolderId": "1b31aa82-8215-4b45-a6c5-5fdae027fed1",
"ParentId": "c0a16f5d-dd08-4bd3-b5cb-b24b9f9e0de8",
"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": "3709eea4-6de6-4433-b372-8336cc73a28d"
}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-08-29T23:22:36.5447905Z",
"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": "2391c5bf-c905-4a46-9881-6f77a5bd6d35",
"targets": "79cd5eea-5ece-4a08-b8a4-d2ef110efd5f",
"regionscountries": "cc435021-3fe0-45f3-887f-23af2cd0c80c",
"stakeholders": "ce78baf2-55bf-49a1-b292-77d199f08387",
"targetaudiences": "92231ac3-e706-4fa7-8db9-a0a76be0f6ec",
"JoomlaArticleId": "sample string 14",
"Category": "b7ce199e-7cb0-4678-a1c7-30f0713be5d6",
"Tags": "7aa0e188-d4e2-4311-a80a-dec55d3f7c43",
"departmentaltargets": "630cce93-31ae-4022-ab5e-c2180f15bb6d",
"events": "8944f958-8c74-44ab-aebc-c7b0bad20fbc",
"publishingoffices": "1eb31238-6b50-4d5b-a784-12e64d4a72f1",
"Parts": "sample string 20",
"FolderId": "75b28e29-aa48-4285-9ad5-9ca396c6408d",
"ParentId": "a35b4621-d5c4-43fe-8924-bfaca1b94b46"
}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-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "a6ca5896-901c-4ffd-aa4a-0cd81402e9bc",
"targets": "93f157a4-2c61-423d-aa72-c88d14f0766b",
"regionscountries": "a200396b-d32d-4bb6-a163-dedea4de4a10",
"stakeholders": "1dc9e8ab-46ad-4023-9ae8-e97dcabc6eb0",
"targetaudiences": "aab03ede-87c9-4eec-85ea-49d5d8ab08fa",
"JoomlaArticleId": "sample string 20",
"Category": "124e0660-759e-4a05-b083-77d4aa5336bb",
"Tags": "48c305fb-6942-4aed-bb24-b688b16269fb",
"departmentaltargets": "6fe1c7ae-180d-48ac-879d-16724fcc37f9",
"events": "03f74dfe-3090-47de-9d6c-c2378f810928",
"publishingoffices": "a54e324a-6c7e-4b27-a3fc-3dae914cad49",
"Parts": "sample string 26",
"FolderId": "d3cf1216-5c57-4ba7-84e4-978acde590e9",
"ParentId": "59a87092-8039-444f-a58a-49d6ec729db8",
"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-08-29T23:22:36.5447905Z",
"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": "9d64231c-e19f-4875-be3f-cc30b353b8c6",
"targets": "84bae5b3-9e5a-45a9-bd7d-f45f7c2d6b4a",
"regionscountries": "678e7dd7-de4d-4ca7-a38e-599484ce1044",
"stakeholders": "09ec078c-7bbc-48d6-b445-5760941c654c",
"targetaudiences": "1424965b-84ea-4152-96a7-ea67c94f7caa",
"JoomlaArticleId": "sample string 14",
"Category": "21ed950a-97ac-4b19-b071-7e861f183db0",
"Tags": "1604f0e7-6a52-4d81-9b00-356b1b4e9714",
"departmentaltargets": "d02f8989-08a0-419e-a20e-045bd524f81b",
"events": "be1389a5-b8aa-4aea-bf31-a9b6fe59e064",
"publishingoffices": "9bcecbb5-e67b-48c5-aba5-a7c1f0811594",
"Parts": "sample string 20",
"FolderId": "cf4aeb2c-7e5f-487f-8e96-8db0c31368e4",
"ParentId": "52d6bcba-8f61-45c5-b6a9-11fa5d04e8e5"
}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-08-29T23:22:36.5447905Z",
"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": "0f64290e-239f-4c0d-86aa-d436166cbb70",
"targets": "7d2de22d-8b04-4de3-be37-8dd63570f059",
"regionscountries": "ed8b62bd-0153-4be8-bba5-32c1e32870af",
"stakeholders": "80efa1d4-2a20-4e01-acd5-d7902e486776",
"targetaudiences": "eb5ec23d-76de-431d-9a70-4229c5249a19",
"JoomlaArticleId": "sample string 14",
"Category": "71546a96-bb9d-4021-8b31-3a034192f895",
"Tags": "212e463b-e33a-4182-82be-f39744e221f1",
"departmentaltargets": "3a01b158-3d62-473b-9747-ad6e129851ff",
"events": "4899f435-b4e6-42fa-8185-b131087608ec",
"publishingoffices": "d41c5a55-fdbd-4468-a53d-47dfcd1e9b28",
"Parts": "sample string 20",
"FolderId": "beab023f-2cf5-495c-acf1-fa9105dc3851",
"ParentId": "bf7772b3-2288-47c7-9ebe-26f967f5585a"
}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-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "ac0edd5c-c6e5-43cc-85a5-ae95864c0cc6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "b56fa4dc-1c13-448e-81db-3def472a194d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.5447905+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-29T23:22:36.5447905Z",
"PublicationDate": "2026-08-29T23:22:36.5447905Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.5447905Z",
"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": "ac0edd5c-c6e5-43cc-85a5-ae95864c0cc6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "b56fa4dc-1c13-448e-81db-3def472a194d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.5447905+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.