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-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "bb231ae4-61b7-414b-96ed-dd7f51466005",
"targets": "fcbc94d6-5533-41e6-be49-b18ef6430e3b",
"regionscountries": "ac8f0c4e-168b-4623-8cbd-d0942a436960",
"stakeholders": "8c79e8ab-0bae-4f40-8080-7312e6947698",
"targetaudiences": "fb973c4b-de10-4e8b-baba-f6a8a44f4aeb",
"JoomlaArticleId": "sample string 20",
"Category": "9ac532a0-73bd-426c-abde-dc003370e4fd",
"Tags": "c7aaecdf-922f-4ee5-ae6f-5bb4ead861ee",
"departmentaltargets": "933d94f3-256e-44a0-82b5-b162013c89f5",
"events": "70bbd686-d51f-43b5-80e4-7f9a7a9544d6",
"publishingoffices": "7bf0f2b9-f701-40cd-9813-bfa991fc892a",
"Parts": "sample string 26",
"FolderId": "c4515993-788a-47ed-b45c-f9438e5b7627",
"ParentId": "b379eccf-738a-442b-adda-1eec162691de",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "bb231ae4-61b7-414b-96ed-dd7f51466005",
"targets": "fcbc94d6-5533-41e6-be49-b18ef6430e3b",
"regionscountries": "ac8f0c4e-168b-4623-8cbd-d0942a436960",
"stakeholders": "8c79e8ab-0bae-4f40-8080-7312e6947698",
"targetaudiences": "fb973c4b-de10-4e8b-baba-f6a8a44f4aeb",
"JoomlaArticleId": "sample string 20",
"Category": "9ac532a0-73bd-426c-abde-dc003370e4fd",
"Tags": "c7aaecdf-922f-4ee5-ae6f-5bb4ead861ee",
"departmentaltargets": "933d94f3-256e-44a0-82b5-b162013c89f5",
"events": "70bbd686-d51f-43b5-80e4-7f9a7a9544d6",
"publishingoffices": "7bf0f2b9-f701-40cd-9813-bfa991fc892a",
"Parts": "sample string 26",
"FolderId": "c4515993-788a-47ed-b45c-f9438e5b7627",
"ParentId": "b379eccf-738a-442b-adda-1eec162691de",
"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-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "45438306-6d06-4a2d-a9bc-43a868c008f2",
"targets": "43b99f02-0bfe-414c-bbf8-ca17ef09cb7b",
"regionscountries": "11261869-1577-47dd-970f-f449e9ff0baa",
"stakeholders": "b1fb368a-d923-442e-bc4e-bd931f681469",
"targetaudiences": "e8461496-9079-400e-a5d0-d2a20c7a5656",
"JoomlaArticleId": "sample string 20",
"Category": "5d440414-e0b1-4945-ad91-680767702adc",
"Tags": "7774a5f1-d0ec-4e3d-b352-b28fd17d14da",
"departmentaltargets": "3ed21225-920b-4827-a75d-4bf50b794cbb",
"events": "d495a6d6-0527-47d8-8b9c-a46fbc2d9585",
"publishingoffices": "097e1f8b-e5be-4bfb-be29-c8d968326ca5",
"Parts": "sample string 26",
"FolderId": "105e80db-15bb-45f6-ab0e-e3d0e5c94c8b",
"ParentId": "7f90c7f6-5945-4cf1-9f7e-9d80d7e5d62a",
"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": "092e3cac-19f9-4c78-a205-4ae90f031d16"
}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-07-17T15:16:27.0765306Z",
"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": "59560ce4-f2b9-4bec-950e-b8d524572a03",
"targets": "700c444e-6e6f-42de-a3fb-6697e12da6df",
"regionscountries": "831d66d4-0e36-454c-b7ce-bce4ff1d406d",
"stakeholders": "19af7461-0eeb-40a7-b6b4-e1154c1cbf87",
"targetaudiences": "31a81a27-54ad-4136-96ec-1e6da74ae058",
"JoomlaArticleId": "sample string 14",
"Category": "06289451-5bcf-4ab0-bb92-6767f346a2db",
"Tags": "09a24663-09c0-4971-95aa-84a6a101eeff",
"departmentaltargets": "2025eb51-0738-41fb-aee0-df88a9046fd3",
"events": "fcb7e708-7d5e-4113-84dc-0493f20aba9d",
"publishingoffices": "c307e1b7-0081-4272-a0cb-6644e8fb7e0d",
"Parts": "sample string 20",
"FolderId": "91e03309-5127-42e7-9e63-fed21916a45f",
"ParentId": "5b7ec333-e1b1-4e43-9c5b-cd341b8dfd79"
}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-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "49ce758f-974a-4767-bde1-37e5d325faf7",
"targets": "9d260451-85c1-46a2-8c26-978c8bf8bab6",
"regionscountries": "e81c33ca-ca22-490e-960b-e0245868163f",
"stakeholders": "1956cd34-b6e7-4c67-ad9b-3798d03d6345",
"targetaudiences": "0a85c4cd-760b-4b47-a483-6d05baeb7f4f",
"JoomlaArticleId": "sample string 20",
"Category": "2338a236-ad2b-4e6a-b057-3556d3bf77a2",
"Tags": "459e8c9b-015b-49d1-a7d6-2f2c2f333c6d",
"departmentaltargets": "941db4ed-f15e-423b-9f7e-2412c6bd8b23",
"events": "ba36714a-43b9-4b21-91fc-c012918e2cdb",
"publishingoffices": "5e4b50e1-4cef-4abe-b343-c2572f206120",
"Parts": "sample string 26",
"FolderId": "4fb43c5e-a1f4-4eba-a2dc-23f6c4f6faec",
"ParentId": "d1d45f86-02c6-488f-b6eb-0f20e6589f1f",
"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-07-17T15:16:27.0765306Z",
"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": "d4604aa3-fa5f-47ad-871e-44929c96e004",
"targets": "cabaef57-2db1-4fdb-81ab-195fc20a38e8",
"regionscountries": "f833bc35-4d84-46cf-8530-379ac19e2274",
"stakeholders": "7cf74c8b-c7c9-4183-b2c0-ee3a6613c9da",
"targetaudiences": "e34271ce-a391-4eb7-ac46-8675d024067b",
"JoomlaArticleId": "sample string 14",
"Category": "75a7445e-e8bf-404c-aa85-2848646e193b",
"Tags": "48f03eac-6c28-43c3-95c7-0d0ff33b3cb2",
"departmentaltargets": "79cdbe9e-3627-498e-8e4a-3d33a4887968",
"events": "939f3e8c-16e8-46d5-85e8-54b1cc8b6017",
"publishingoffices": "b9482cb3-9093-4a89-b8ad-c39b2159d0ca",
"Parts": "sample string 20",
"FolderId": "92a2efc0-4657-4f06-898c-a0ccebd26d61",
"ParentId": "4695e2de-2628-42dc-9100-63858c45adf0"
}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-07-17T15:16:27.0765306Z",
"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": "53cdf2a0-ecc6-41e9-8067-aead2a0bc7fa",
"targets": "dc204547-f247-42d7-83e7-0fe0ab2648e0",
"regionscountries": "f38edb51-aee7-4cd3-834e-a0e30612374b",
"stakeholders": "3173f9c5-6c72-40f5-a47f-1ea42e726755",
"targetaudiences": "53177005-c70b-45af-9caf-23fc733f8426",
"JoomlaArticleId": "sample string 14",
"Category": "2069388a-100d-45c6-8613-fa72cce1b449",
"Tags": "527405ca-22d4-4f43-bf5a-88b90b24e20e",
"departmentaltargets": "1778615b-810e-440b-b844-24cd6882b0c6",
"events": "ed2187d2-9d3c-4779-8f52-6d6f7197deed",
"publishingoffices": "05b2fc3a-8f0a-42a5-94e4-b7496ad8f3f9",
"Parts": "sample string 20",
"FolderId": "a400f2f1-7093-4059-8d0b-2ac1507b6991",
"ParentId": "b3287d5c-25d8-4820-a7fa-40e6c228a22b"
}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-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "07656d6c-52aa-47d3-a573-b9afe432acdc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "0fbb626f-3d95-44a4-84f7-5ac0de05048b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T15:16:27.0765306+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-07-17T15:16:27.0765306Z",
"PublicationDate": "2026-07-17T15:16:27.0765306Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T15:16:27.0765306Z",
"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": "07656d6c-52aa-47d3-a573-b9afe432acdc",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "0fbb626f-3d95-44a4-84f7-5ac0de05048b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T15:16:27.0765306+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.