Returns a set of data items of type documents.
GET /api/gho/documents
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "7bec34a6-19ac-4792-98df-8ee687ee5835",
"targets": "0f2ef1d3-77fe-4e38-8c55-2b6aaa5c0690",
"regionscountries": "3299c62d-d496-43ef-914a-3b0cb1c45bb7",
"stakeholders": "4c7e4eee-3682-460c-a793-9c514939e2dc",
"targetaudiences": "df901a16-ff68-40b5-bbf1-5c8cb99e5801",
"JoomlaArticleId": "sample string 20",
"Category": "18f8281a-7ef0-425a-adac-2186a764f7a5",
"Tags": "7d449acf-7d10-4e77-bdd4-c13985251ccc",
"departmentaltargets": "b24b5896-3d91-489a-a257-3104a273caa4",
"events": "47824a2c-a39f-4679-86b6-d3be324b56c8",
"publishingoffices": "83a223c9-13c2-47d8-a6f2-8566f6f86eac",
"Parts": "sample string 26",
"FolderId": "485db259-b24f-4319-af79-7dda110645e4",
"ParentId": "15acf1dc-8f58-48c5-8f36-985216b23a95",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "7bec34a6-19ac-4792-98df-8ee687ee5835",
"targets": "0f2ef1d3-77fe-4e38-8c55-2b6aaa5c0690",
"regionscountries": "3299c62d-d496-43ef-914a-3b0cb1c45bb7",
"stakeholders": "4c7e4eee-3682-460c-a793-9c514939e2dc",
"targetaudiences": "df901a16-ff68-40b5-bbf1-5c8cb99e5801",
"JoomlaArticleId": "sample string 20",
"Category": "18f8281a-7ef0-425a-adac-2186a764f7a5",
"Tags": "7d449acf-7d10-4e77-bdd4-c13985251ccc",
"departmentaltargets": "b24b5896-3d91-489a-a257-3104a273caa4",
"events": "47824a2c-a39f-4679-86b6-d3be324b56c8",
"publishingoffices": "83a223c9-13c2-47d8-a6f2-8566f6f86eac",
"Parts": "sample string 26",
"FolderId": "485db259-b24f-4319-af79-7dda110645e4",
"ParentId": "15acf1dc-8f58-48c5-8f36-985216b23a95",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/gho/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "689b5771-ced7-42e9-a790-541de65f10aa",
"targets": "af0c32e6-d70f-4c61-b5c5-4f802dc9c072",
"regionscountries": "8f984b6c-807a-4fac-86d4-0285ffeac051",
"stakeholders": "e95c73bb-c61b-40be-b0d2-8f2bf9f9b4c5",
"targetaudiences": "422e74db-df32-4ae2-91fb-78e7a2b71b8d",
"JoomlaArticleId": "sample string 20",
"Category": "204f4918-ef97-428b-95ed-9bd1812d44b8",
"Tags": "c411d151-9ab0-453c-afe1-fdc5c0709317",
"departmentaltargets": "1dd79ad4-2cb8-46cb-a24d-2fe7feb17a8c",
"events": "1246eb6d-7c40-4201-8a47-47eb0c13553e",
"publishingoffices": "a266b567-7ff0-4e76-af3a-d14966dc3cde",
"Parts": "sample string 26",
"FolderId": "dd750c39-813d-4d3a-a186-5f9ca2bceb08",
"ParentId": "78b8d1e2-1dae-4b8e-81d4-e7bf95ac9730",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/gho/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": "6fc99aa8-3bb4-4d38-96fb-2693378710c3"
}Creates a documents item.
POST /api/gho/documents
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"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": "7a3d3dbf-4ef7-435b-802b-f071cd40d434",
"targets": "0eb7fcf0-67ff-4543-9064-ae427f70bfe2",
"regionscountries": "c524299c-7f24-4486-b321-87e5dcbcf7ea",
"stakeholders": "956f7264-8907-431a-8c4f-40da9f97a09a",
"targetaudiences": "77225c84-2541-4fa3-9971-8c5ccbe745e7",
"JoomlaArticleId": "sample string 14",
"Category": "39316bc5-5519-4f79-a5ad-b034f7818416",
"Tags": "6d396ca9-776b-478c-bcdc-2586d1da7c85",
"departmentaltargets": "7949659e-b9a0-4abb-b66a-f6df1ea164e1",
"events": "d2b8bcf3-9509-401c-80ac-cf68f6661ffc",
"publishingoffices": "663e315c-4b56-4c63-b04d-5314884de894",
"Parts": "sample string 20",
"FolderId": "43bae7cb-8ae6-4e2c-8c80-144a5e041670",
"ParentId": "c7979898-5afa-47ca-8252-9d94cafd3d8b"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "0c17ee33-5a3f-4901-8b40-1d37f0b65934",
"targets": "271f3b16-931a-4d60-9da6-d251d84c105d",
"regionscountries": "a43697f8-8c47-416c-af7f-e9ddb21ec8f8",
"stakeholders": "b8f353ff-cfe1-46eb-bd15-397fa24e3393",
"targetaudiences": "95561618-4ab6-4b1f-baa7-d3c9577a3669",
"JoomlaArticleId": "sample string 20",
"Category": "92cc04cc-97b7-49b9-bc7f-593bb96e0f1b",
"Tags": "2660a491-add0-44bc-b368-f4a8ff7c1383",
"departmentaltargets": "92656d85-8e43-4de9-85e3-36e6cb3b1238",
"events": "1f93198f-7f13-4fba-9794-402295092d6f",
"publishingoffices": "4d31877f-f8eb-46af-bda6-e7b78fee7bba",
"Parts": "sample string 26",
"FolderId": "1be03d2c-bdd9-4600-b8fb-f177afcdb9a7",
"ParentId": "dcea376d-227b-4dfa-ae8a-89a6c3b7c679",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/gho/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"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": "c799fead-262e-4581-bc7c-0a3a128763ad",
"targets": "d6b837d9-4450-448f-ac82-3259e672e12e",
"regionscountries": "803f6c66-3d74-4be3-91a7-c12145762189",
"stakeholders": "366ed8e6-8a16-4ec9-acb8-aaa01daf1f8d",
"targetaudiences": "007030e5-0ee4-4d3d-ac13-0b15a7a3efbf",
"JoomlaArticleId": "sample string 14",
"Category": "8c6a8064-a22a-4b77-a406-14678c1015c6",
"Tags": "b756bfbf-0003-4092-8cb0-0e94103a9a3c",
"departmentaltargets": "72bdde4e-5cc7-4bd5-b5f0-88e659f8f47c",
"events": "fe1f6177-0e44-4ba6-aa6f-da0fa7f4b8b8",
"publishingoffices": "f2473026-a413-4ec7-834f-0215b0ebd094",
"Parts": "sample string 20",
"FolderId": "f68a1c2f-8598-45db-8e51-455ef8d54a5b",
"ParentId": "f2e752c1-c177-4213-b8f8-3089fd80c396"
}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/gho/documents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"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": "096148ba-3948-48bc-b86d-514fbf92a7f3",
"targets": "4ca8d7e5-0bc8-40bd-8b46-298615325532",
"regionscountries": "e49931d0-16fb-41e8-b456-5c128fb65c69",
"stakeholders": "a2c436c5-3931-489a-9922-1cb56e926d33",
"targetaudiences": "1a5cb7a5-66cd-47f1-9aac-4a4341e3daa6",
"JoomlaArticleId": "sample string 14",
"Category": "c8227e12-d0f4-4791-a4cf-01f6a26d625c",
"Tags": "c2825e83-094f-4652-8b3e-f9c9f007570e",
"departmentaltargets": "47703547-970f-4794-9242-363fe4bd32fe",
"events": "322c8aad-00b0-46c1-844a-b73f54f9bd61",
"publishingoffices": "f3328bbc-c289-4514-b89b-07b482694121",
"Parts": "sample string 20",
"FolderId": "64a9f1b4-c6ff-43f8-98ad-354282cbc0d3",
"ParentId": "2ef5fe2e-06fb-4a6c-a554-26037a30f0e5"
}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/gho/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/gho/documents({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "d4e12909-cef7-4641-b8f1-841a74b4e502",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "5be8e4da-74cf-4c8b-a146-1b30bee63ab0",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:49:06.5464737+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-09-18T17:49:06.5464737Z",
"PublicationDate": "2026-09-18T17:49:06.5464737Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:49:06.5464737Z",
"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": "d4e12909-cef7-4641-b8f1-841a74b4e502",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "5be8e4da-74cf-4c8b-a146-1b30bee63ab0",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:49:06.5464737+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to documents item.
POST /api/gho/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/gho/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.