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-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "4744625f-833e-4914-9ab8-8cdc9c305d71",
"targets": "96ec604b-d03f-4250-909b-63909d81782d",
"regionscountries": "7d58866e-6aa6-4d83-aa4f-1daff19f3b9f",
"stakeholders": "bc6984fd-ece4-4811-87b9-a13725129420",
"targetaudiences": "98f800ee-9327-42a4-8b9e-f235f916d70d",
"JoomlaArticleId": "sample string 20",
"Category": "df52c2db-8e15-4fd2-ac71-fad0f13099be",
"Tags": "2716df9d-f072-479e-b38a-340827f95dd9",
"departmentaltargets": "0706cff2-dff6-488f-94d1-6db0f14e5584",
"events": "14e20bac-1c3c-46cd-8f3c-f0b528f9cfd1",
"publishingoffices": "922007fc-932c-4cb4-9dab-27a59962159b",
"Parts": "sample string 26",
"FolderId": "86e169a0-69aa-4287-b4ac-0f849bcbfda4",
"ParentId": "a8f7ff66-b5cd-442a-a372-4c064d50ef07",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "4744625f-833e-4914-9ab8-8cdc9c305d71",
"targets": "96ec604b-d03f-4250-909b-63909d81782d",
"regionscountries": "7d58866e-6aa6-4d83-aa4f-1daff19f3b9f",
"stakeholders": "bc6984fd-ece4-4811-87b9-a13725129420",
"targetaudiences": "98f800ee-9327-42a4-8b9e-f235f916d70d",
"JoomlaArticleId": "sample string 20",
"Category": "df52c2db-8e15-4fd2-ac71-fad0f13099be",
"Tags": "2716df9d-f072-479e-b38a-340827f95dd9",
"departmentaltargets": "0706cff2-dff6-488f-94d1-6db0f14e5584",
"events": "14e20bac-1c3c-46cd-8f3c-f0b528f9cfd1",
"publishingoffices": "922007fc-932c-4cb4-9dab-27a59962159b",
"Parts": "sample string 26",
"FolderId": "86e169a0-69aa-4287-b4ac-0f849bcbfda4",
"ParentId": "a8f7ff66-b5cd-442a-a372-4c064d50ef07",
"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-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "94babc18-2f7e-434f-a2b7-72a233c7c132",
"targets": "2dadb331-4442-4d10-a3cb-d94aaf470422",
"regionscountries": "75943745-8d88-4d32-a31f-c8d9194aa877",
"stakeholders": "4b7ce0f7-7714-4c09-bd06-19615b7a086f",
"targetaudiences": "47f4da61-54db-4b76-93cf-5873211929f7",
"JoomlaArticleId": "sample string 20",
"Category": "4a926a13-b61f-437d-aec5-21b68fbb6811",
"Tags": "48776531-4682-4fe1-856d-f0012c0bf35b",
"departmentaltargets": "09be029d-e272-4202-ab9b-6fa3d5ed299c",
"events": "8900e41e-b6a7-46e0-a26f-dcc1c4f37898",
"publishingoffices": "5b27edca-568d-4b3d-84f8-aad8b5c8f618",
"Parts": "sample string 26",
"FolderId": "1a88c591-d32b-4bcc-b0bf-d613487f1e33",
"ParentId": "1d1b0ee2-05b4-43c8-9f5c-97dc835cae46",
"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": "3cedb582-bd67-48b9-bf00-b1a0d706efdc"
}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-08T12:48:18.8947072Z",
"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": "1a38587a-e0dd-40f4-8581-5001e173f18a",
"targets": "cfcf429f-05d9-43c0-9457-c386fcc468ce",
"regionscountries": "b4fa0049-e0d2-4d64-838d-f93a4ef91aef",
"stakeholders": "76567938-e471-483e-b606-2659fa2b9147",
"targetaudiences": "33a310d9-d885-4c4a-bebb-a5a962680ea4",
"JoomlaArticleId": "sample string 14",
"Category": "c632e81f-79c6-4101-8158-1cd54ea93020",
"Tags": "3e663606-8e62-443f-970a-712408989157",
"departmentaltargets": "247fa06b-1737-445b-906d-e0daa3f09969",
"events": "55283aec-0b84-43aa-8608-7454ed92f219",
"publishingoffices": "42ce5252-c2c9-4ab1-a14d-f30e9d2d232a",
"Parts": "sample string 20",
"FolderId": "0182b6c5-afe6-4654-bb56-cf79e53a54b6",
"ParentId": "bbe0d1c0-a101-4862-b595-7f58f3d78164"
}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-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "b77ec053-8cb2-4361-aa78-03975a67ac8c",
"targets": "34a466a6-1d23-4549-90c1-b8e70b06a7df",
"regionscountries": "f3d23fb5-296a-4048-8abd-a888e18bbfb2",
"stakeholders": "44db8a57-73e0-4b76-9d22-9ec31d1c73c9",
"targetaudiences": "d08010b5-f65d-4cc8-bc7f-33dd92a0550b",
"JoomlaArticleId": "sample string 20",
"Category": "a546dc1e-ba71-4b30-914e-2f3ee535c22f",
"Tags": "c8c30dff-fa76-4b8c-8308-996024f5f197",
"departmentaltargets": "43afc1d3-f6b0-4831-b90a-2393c121ed22",
"events": "a1868580-90e4-4d3d-b53d-137127cddfce",
"publishingoffices": "ddd9807b-3400-4bb1-b93a-4efea66bdd6f",
"Parts": "sample string 26",
"FolderId": "cd6ed157-0b7d-45e0-93ed-305225483dff",
"ParentId": "3eabd863-7dc2-4036-ae39-d4751a8b9316",
"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-08T12:48:18.8947072Z",
"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": "00b1ddbf-158b-41b2-ab9e-ace9b86eb738",
"targets": "81b45b0b-4b34-4c80-acbc-42f1cf69b8c0",
"regionscountries": "b5c4641f-87db-4df7-b0b9-df14e368199f",
"stakeholders": "7853b338-f516-4e2b-a4eb-d7616d1f1dcb",
"targetaudiences": "5acb21f0-88f2-487c-a24b-65166b671418",
"JoomlaArticleId": "sample string 14",
"Category": "b73b8969-a30f-42dd-98f6-70fb0adaf74c",
"Tags": "2419e1d2-d929-460c-8b84-f0c70e0eebba",
"departmentaltargets": "d73ddabe-46d2-4480-8cc3-1b30f4d89bac",
"events": "b1f3427b-9cad-45fb-8e62-b5b26c92c2b3",
"publishingoffices": "d723a9bc-e2fa-470a-99e2-f15eec08c427",
"Parts": "sample string 20",
"FolderId": "3e1ccf4f-6da2-45ed-8b0d-c8d6d33caef3",
"ParentId": "120bf2ce-2f0a-44ea-80a5-594103bc5bea"
}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-08T12:48:18.8947072Z",
"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": "0a0a638f-e475-4cbc-881f-7e576fb391d1",
"targets": "fde5f844-3c79-4e03-b453-b3118e1c9b68",
"regionscountries": "9392b5c4-47dc-4cdd-8820-3f34cdaad699",
"stakeholders": "4da28435-7a58-4eaf-800e-b48f4f51111d",
"targetaudiences": "8e24f89c-b303-4670-bbbd-4e3f1b7191ff",
"JoomlaArticleId": "sample string 14",
"Category": "6bed8059-6ed1-430c-964e-32e910e0cfc0",
"Tags": "1e605761-95e3-4d73-b607-8e5be8977998",
"departmentaltargets": "1958caab-cbc0-43a9-a01f-942f42e0f300",
"events": "70cea061-2829-4f0e-9fc7-858b04c67ca8",
"publishingoffices": "d79d278e-cd5b-4fd3-9511-1a4c2840da44",
"Parts": "sample string 20",
"FolderId": "61c81dcf-ffe7-4b88-a3eb-ab6a749bfba2",
"ParentId": "955666bd-ff82-48c2-a628-528c715575a8"
}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-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "c3e2c69a-fcb4-476e-9780-4cea90ba6ee8",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "44fadd2a-f8f5-4a4f-94d1-0e30e8d90841",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T12:48:18.8947072+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-08T12:48:18.8947072Z",
"PublicationDate": "2026-08-08T12:48:18.8947072Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T12:48:18.8947072Z",
"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": "c3e2c69a-fcb4-476e-9780-4cea90ba6ee8",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "44fadd2a-f8f5-4a4f-94d1-0e30e8d90841",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T12:48:18.8947072+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.