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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "8b90f0c7-fdfa-40f5-9f3b-14ac882a453e",
"targets": "eda98685-f804-4192-b209-dece1c26d4f1",
"regionscountries": "b28aedd1-6376-465a-95ba-c6431347cca1",
"stakeholders": "4fa4acc4-77f5-46a8-bcf1-7e3884326c91",
"targetaudiences": "8c0cc153-150a-48f5-9c10-61683754e93a",
"Category": "37c327b2-5be4-4e14-afb3-2745ecae3d78",
"Tags": "4d9cdf57-3e04-416c-96d9-fececf6bcc56",
"departmentaltargets": "ea602b7f-7500-47ef-8173-3384d6355bad",
"events": "2a991e5b-b75a-4cec-9c15-60552d8f2257",
"publishingoffices": "b5970e0e-fefc-4020-b961-36cc7019eaa9",
"Parts": "sample string 25",
"FolderId": "1e684bb1-1b49-47af-ae9a-9dc0c2f3d35d",
"ParentId": "ab40900a-2d35-4da1-ad09-7e7fa5bd203a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "8b90f0c7-fdfa-40f5-9f3b-14ac882a453e",
"targets": "eda98685-f804-4192-b209-dece1c26d4f1",
"regionscountries": "b28aedd1-6376-465a-95ba-c6431347cca1",
"stakeholders": "4fa4acc4-77f5-46a8-bcf1-7e3884326c91",
"targetaudiences": "8c0cc153-150a-48f5-9c10-61683754e93a",
"Category": "37c327b2-5be4-4e14-afb3-2745ecae3d78",
"Tags": "4d9cdf57-3e04-416c-96d9-fececf6bcc56",
"departmentaltargets": "ea602b7f-7500-47ef-8173-3384d6355bad",
"events": "2a991e5b-b75a-4cec-9c15-60552d8f2257",
"publishingoffices": "b5970e0e-fefc-4020-b961-36cc7019eaa9",
"Parts": "sample string 25",
"FolderId": "1e684bb1-1b49-47af-ae9a-9dc0c2f3d35d",
"ParentId": "ab40900a-2d35-4da1-ad09-7e7fa5bd203a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "122d7b81-921d-488d-abb1-2c5ad271c004",
"targets": "9f272cc1-90cc-4177-b0fc-61dd8fcfb70d",
"regionscountries": "d2c0be41-2a74-4d3d-bc61-2302d4bd16fe",
"stakeholders": "842fcb68-170c-4991-9afd-654767e65dc0",
"targetaudiences": "50aa2d5e-c43c-4242-b32c-9a2ef3216ef4",
"Category": "c74ae0bd-3689-44ed-afec-c9e3cceacc58",
"Tags": "1be07085-e099-4f1e-9a29-bfa68d2afefc",
"departmentaltargets": "37d827ee-85cd-4764-9b4d-962f492d5d7a",
"events": "e3335c79-3ea1-4cc4-b97a-0bc2b26ded61",
"publishingoffices": "711c717f-2bad-4542-bd72-3e6572a77504",
"Parts": "sample string 25",
"FolderId": "44680fde-41b0-4159-8110-ada6ef57c6e7",
"ParentId": "9767e6c6-ad18-44b6-b119-ac6f5da127d9",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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": "76bfc946-d9e7-4adc-9169-830624130d35"
}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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"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": "8578dc53-777f-46bd-b7c4-6254dd130a23",
"targets": "733545ed-dbbb-45a8-ac16-bfe6f2c31847",
"regionscountries": "49bd19e8-b5a8-4973-b30a-b525bc919d62",
"stakeholders": "8da26bbb-adc3-4105-9f76-1588da989a18",
"targetaudiences": "6d0c1021-e6b8-4299-ae57-ba7b5c993803",
"Category": "166dd2d2-7086-47d0-99ab-e05b52b85ee2",
"Tags": "079993eb-35d6-4cd9-a51f-521137a31df1",
"departmentaltargets": "b8d953b5-65ba-4f2a-a34d-f9ddf214dfec",
"events": "f594e2ea-4ea1-4355-b324-822b389fb9f1",
"publishingoffices": "f017f880-8beb-4037-b2f0-0d018bb7e471",
"Parts": "sample string 19",
"FolderId": "541bd497-8e62-491c-860c-b62046b45ab7",
"ParentId": "033cb02d-7c17-42f7-9d4b-dbf98fdef62c"
}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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "af0940b5-d340-45ac-a903-261caf9f6c47",
"targets": "06bd21fe-09cd-43ff-97fa-df5bd27f4d32",
"regionscountries": "56440bf9-b646-4756-901a-c457f258f354",
"stakeholders": "9aa59f45-bd60-4c6a-8fb2-90d01d5508f7",
"targetaudiences": "49a8dc9f-93d6-4c2a-bc63-280dde7f343e",
"Category": "3cc3bd1f-b283-4f7d-b9b3-bde49ced53f2",
"Tags": "74d870aa-4671-45f0-a974-e66578b831be",
"departmentaltargets": "cdb46598-3d12-47c3-8422-951d6cba64c4",
"events": "93727316-b389-4c16-a331-5f1995acfeef",
"publishingoffices": "358380d4-0944-4421-a5f7-486d65a50642",
"Parts": "sample string 25",
"FolderId": "2a58cf5d-5270-4f67-a134-b2cca4e7e9e2",
"ParentId": "7f7d42b7-b056-44d9-ade1-7613a69e981a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"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": "246188db-da12-4195-a851-5ef48da05a4b",
"targets": "ceb3d17a-2676-4919-be52-e5c846b6a3c0",
"regionscountries": "f223cba9-1e12-495a-a23d-78635af6bbf6",
"stakeholders": "6cd83686-8105-4d5f-b545-eeb7f228de0e",
"targetaudiences": "732a7d74-acaa-441b-bfac-180083b9ad5c",
"Category": "ee84a849-33a0-4257-bd4f-140ad8b6785b",
"Tags": "5ed5462d-609f-4eb2-9083-171267a3ac0d",
"departmentaltargets": "dd322261-f1bf-4835-8cfb-e9e0fd96e1aa",
"events": "d8c356c7-e5d2-4589-ab9b-a5d761274ef1",
"publishingoffices": "cdede2cf-8661-40d4-a9eb-c2acba6d52ad",
"Parts": "sample string 19",
"FolderId": "668607a0-07eb-491c-a9bf-366961c0fffe",
"ParentId": "3d2e3b6a-ffa0-4c38-afe3-187d0f4c3396"
}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 | |
| 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": "2025-12-17T14:20:04.5697351Z",
"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": "be49fc7e-a35c-4e18-9eb9-e4ac5d0ba83e",
"targets": "fedbbed7-7729-4d65-a06a-74e2c5d841c1",
"regionscountries": "7ca7ee9a-bcf0-4827-a827-cb198e037fd5",
"stakeholders": "60936613-4940-4bd4-9259-129f3a82d689",
"targetaudiences": "5cb2bbf3-fc88-41df-8db2-236e0bad8639",
"Category": "f7a712dd-a29d-499c-b780-146c5027fea4",
"Tags": "140d0c2a-4f1e-44b8-825c-d79f86720aad",
"departmentaltargets": "81c444cc-4f09-497b-8914-342204aac6b7",
"events": "405952d8-644a-4266-a79e-0c4e31551f2e",
"publishingoffices": "87fa368b-9c81-4bd6-adad-5ae5c69dbcd0",
"Parts": "sample string 19",
"FolderId": "c6eda7ed-5ac5-4b0b-9bdc-b99474c88663",
"ParentId": "0954e446-c29d-4b37-b2ac-8ea2b0d5fed4"
}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": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "1717fa97-6922-4ddf-b8f0-d4dc733f2220",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "59b3e4ed-a492-4fdc-8bd6-e70bf22b589b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-17T14:20:04.5697351+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-12-17T14:20:04.5697351Z",
"PublicationDate": "2025-12-17T14:20:04.5697351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T14:20:04.5697351Z",
"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": "1717fa97-6922-4ddf-b8f0-d4dc733f2220",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "59b3e4ed-a492-4fdc-8bd6-e70bf22b589b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-17T14:20:04.5697351+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.