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:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "2126bf93-bc50-4784-99e0-3be049ee0108",
"targets": "6d0209a6-322e-4b38-ada7-2974530dda81",
"regionscountries": "612ac493-9035-40bc-8ebd-56aa7d538056",
"stakeholders": "b2674447-2f72-4c68-96a7-82dea5cdd15d",
"targetaudiences": "7846d262-9ea8-4cb2-8a7f-f7784269898e",
"JoomlaArticleId": "sample string 20",
"Category": "f5588a2c-4dda-4384-bb86-747890c69bb7",
"Tags": "ab579daf-f756-4ada-a889-adb8372dbede",
"departmentaltargets": "546e41dd-5123-4fb2-babe-7928a8055ffa",
"events": "0a67ce00-05f4-4c86-b1dc-093b42c9a488",
"publishingoffices": "c83633a8-44bf-48d0-bd9a-31ad0fd54337",
"Parts": "sample string 26",
"FolderId": "26f59cd1-1e3a-4a6b-bc48-1cedee4a8be4",
"ParentId": "8ed714e4-da60-4128-a5ae-bb94a00d0802",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T23:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "2126bf93-bc50-4784-99e0-3be049ee0108",
"targets": "6d0209a6-322e-4b38-ada7-2974530dda81",
"regionscountries": "612ac493-9035-40bc-8ebd-56aa7d538056",
"stakeholders": "b2674447-2f72-4c68-96a7-82dea5cdd15d",
"targetaudiences": "7846d262-9ea8-4cb2-8a7f-f7784269898e",
"JoomlaArticleId": "sample string 20",
"Category": "f5588a2c-4dda-4384-bb86-747890c69bb7",
"Tags": "ab579daf-f756-4ada-a889-adb8372dbede",
"departmentaltargets": "546e41dd-5123-4fb2-babe-7928a8055ffa",
"events": "0a67ce00-05f4-4c86-b1dc-093b42c9a488",
"publishingoffices": "c83633a8-44bf-48d0-bd9a-31ad0fd54337",
"Parts": "sample string 26",
"FolderId": "26f59cd1-1e3a-4a6b-bc48-1cedee4a8be4",
"ParentId": "8ed714e4-da60-4128-a5ae-bb94a00d0802",
"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:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "13ebba38-61cf-4234-b544-0c76e5483403",
"targets": "523957ea-53e0-44fe-a891-c0fe66f204f8",
"regionscountries": "5f1c5752-99ec-4974-95a8-108a974b7f92",
"stakeholders": "bfa65e88-4734-4d79-af6d-899034206afa",
"targetaudiences": "c83a4be4-7fae-4acf-bd8d-be1e45ef8909",
"JoomlaArticleId": "sample string 20",
"Category": "61bb2a55-0d26-44f1-bd3e-85a303f0f458",
"Tags": "f0bca290-6e62-4c37-b929-5f3700b1eeb5",
"departmentaltargets": "2e65d60c-72ac-4760-bb60-03cb6c441575",
"events": "efb9fcc4-7aeb-4d84-80df-255575631089",
"publishingoffices": "b843f751-385e-4742-aea1-f49ac56df9cf",
"Parts": "sample string 26",
"FolderId": "c45eea1d-5ded-45ea-b181-d284758a8292",
"ParentId": "9fc446b5-655e-446d-9601-da80646bfc62",
"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": "1bef85be-bb2f-47ca-80b1-b0d10d5bf678"
}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:23:40.9588039Z",
"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": "b751318c-52f6-436f-aa04-d6dd75291a73",
"targets": "ad6b33e5-5595-42ff-a858-0370c03236ab",
"regionscountries": "c63c3138-efb6-452b-869c-870d59c7b941",
"stakeholders": "613696e0-5d03-4f43-8f1b-d0d621055ba9",
"targetaudiences": "30758643-7b52-4559-b10f-d949e8dffff3",
"JoomlaArticleId": "sample string 14",
"Category": "293497b6-74c9-4b7c-9e4c-24dad0ebf399",
"Tags": "42fdaafc-20f4-4bc8-95ae-6bcde83c515d",
"departmentaltargets": "ee23f6b3-6313-4244-98cb-a1cc413f555b",
"events": "4a246c36-88c3-4f68-aaaf-479e812316c6",
"publishingoffices": "b27325a1-8690-4684-bd09-f35def8bc692",
"Parts": "sample string 20",
"FolderId": "696ce1e5-4b7d-4580-b275-f0a65820a2b8",
"ParentId": "233569a4-dd0b-48ec-a7ad-e0ae0b9296b0"
}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:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "a6c4fda7-5a59-466c-acf3-52c5d7618e50",
"targets": "9c5f8401-be42-4b1e-837a-3c2c3f21e4d1",
"regionscountries": "579b6f6a-5a6a-4665-8ab9-fd8208af9632",
"stakeholders": "a23f9ddd-d560-4c7c-8f52-c5b030644f2f",
"targetaudiences": "35e7761b-cf1d-4b9a-a9e2-d521bbbf1bea",
"JoomlaArticleId": "sample string 20",
"Category": "ebf1ce3c-b50b-4bfc-9865-dc810e150d08",
"Tags": "670599d3-bd26-4755-a52d-12e54f63da04",
"departmentaltargets": "a4f384a8-b09c-43cd-b5cd-c00ad8e707ae",
"events": "1c4d56ee-2663-4eaf-817a-695d4b018fb9",
"publishingoffices": "5f7f42e4-15be-4441-824e-6d5f7d768a9e",
"Parts": "sample string 26",
"FolderId": "8e3515bd-0b75-429e-ba92-e07df0ac85f1",
"ParentId": "ca31534e-2e36-4634-ab0a-f6a01dba18b1",
"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:23:40.9588039Z",
"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": "cc7cfaea-0775-41e8-aa53-71ba602844a4",
"targets": "3d5a27c1-c9d6-4d72-8538-04754c8a77dd",
"regionscountries": "c5eb65ab-786b-4062-80aa-e8cff5bd22d1",
"stakeholders": "e06897e5-1f7a-4cea-9e40-f02cbd7f2447",
"targetaudiences": "89ebb7b9-b330-4c66-85db-8f42fe300327",
"JoomlaArticleId": "sample string 14",
"Category": "18662bbc-6bd9-4df4-8030-352f2358e8ba",
"Tags": "44b5cb91-a80a-48bf-b18e-86e586c858d9",
"departmentaltargets": "b3ef3891-3e77-4a41-a013-871841cef870",
"events": "5f234990-3789-475f-bd57-1a342bf50eee",
"publishingoffices": "819f47f2-e698-4fc2-b8e2-673be970159e",
"Parts": "sample string 20",
"FolderId": "65ec5699-f82e-4a9d-a5da-8146bfe74250",
"ParentId": "29707f43-e4a5-40af-88aa-3f303b10d04a"
}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:23:40.9588039Z",
"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": "d27d5a05-ad13-4035-8f69-a6038eadfde2",
"targets": "f3132a7e-396d-4e84-8c2b-8f22dbfdcefd",
"regionscountries": "9a965dcd-5a7b-4984-ad2c-fff8c3bca279",
"stakeholders": "13533070-bc67-4d46-a2d4-475ca627739e",
"targetaudiences": "1afdf836-24ba-4bc4-b86d-8396d5d1c77e",
"JoomlaArticleId": "sample string 14",
"Category": "741b11fb-b208-4f6d-9540-6d2126fcc9c1",
"Tags": "53535584-4d38-41e5-b7aa-f54339b31ceb",
"departmentaltargets": "7cdd2efc-9b39-469a-9a85-aaaf9b8d4be7",
"events": "46ef7ac8-9cf3-428f-bb0b-e3c94687904b",
"publishingoffices": "d49b473e-8a16-46e5-9656-c7f0373b4ba0",
"Parts": "sample string 20",
"FolderId": "861e5843-65d4-47ae-adf4-3d15f03b4c8d",
"ParentId": "51991100-cc31-4e42-a1c5-fa6c49d0a3e3"
}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:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "df374010-7382-4099-9356-54173851e312",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "97efaffc-eff3-4b41-a765-138528b04874",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:23:40.9588039+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-29T23:23:40.9588039Z",
"PublicationDate": "2026-08-29T23:23:40.9588039Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:23:40.9588039Z",
"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": "df374010-7382-4099-9356-54173851e312",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "97efaffc-eff3-4b41-a765-138528b04874",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:23:40.9588039+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.