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-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "a038489e-5977-40fc-ba9f-e526dfed0cd9",
"targets": "24969fe2-3ad0-4c9e-9330-87c606db54e9",
"regionscountries": "f48a9af0-00fa-405f-99b7-40fe1ca108e3",
"stakeholders": "2c6956a5-ff40-4900-bf43-a60bcf63daa3",
"targetaudiences": "280cdf32-cceb-498f-a506-bbf2b3c1dc94",
"Category": "edbb0610-9ae2-4ca6-a82c-1f11706d705f",
"Tags": "2a4fb5bf-7d80-46ac-8baa-28b2f7918c01",
"departmentaltargets": "6b5f56ca-b52b-4af4-b7ba-1e25bd2da2a6",
"events": "f70669ef-00ad-4c4e-adfb-701d4298743a",
"publishingoffices": "356569bc-9ad2-4f80-a4e7-5925a5c6f050",
"Parts": "sample string 25",
"FolderId": "7d8d53cb-562b-4279-87d3-dff136533f57",
"ParentId": "69fa1fc2-cad5-473c-9acb-c082a60afe0d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "a038489e-5977-40fc-ba9f-e526dfed0cd9",
"targets": "24969fe2-3ad0-4c9e-9330-87c606db54e9",
"regionscountries": "f48a9af0-00fa-405f-99b7-40fe1ca108e3",
"stakeholders": "2c6956a5-ff40-4900-bf43-a60bcf63daa3",
"targetaudiences": "280cdf32-cceb-498f-a506-bbf2b3c1dc94",
"Category": "edbb0610-9ae2-4ca6-a82c-1f11706d705f",
"Tags": "2a4fb5bf-7d80-46ac-8baa-28b2f7918c01",
"departmentaltargets": "6b5f56ca-b52b-4af4-b7ba-1e25bd2da2a6",
"events": "f70669ef-00ad-4c4e-adfb-701d4298743a",
"publishingoffices": "356569bc-9ad2-4f80-a4e7-5925a5c6f050",
"Parts": "sample string 25",
"FolderId": "7d8d53cb-562b-4279-87d3-dff136533f57",
"ParentId": "69fa1fc2-cad5-473c-9acb-c082a60afe0d",
"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-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "a2f6ceba-6423-4d1e-b38d-5e7a6c25c456",
"targets": "7ef7af8d-a609-428d-8500-70fffe349058",
"regionscountries": "d291ed61-75ac-4e27-a655-6a6959db1c1e",
"stakeholders": "c0506d04-2a59-4b6d-90dd-29a2eab0b947",
"targetaudiences": "69f33671-77a8-4972-92ca-72c075443545",
"Category": "281e756f-3935-42d5-9b9e-31ef9bc17b51",
"Tags": "90f220ec-94e3-4d97-864b-c4f7db6fa3f1",
"departmentaltargets": "04de6091-d852-4e14-bfaf-37be6dc36fa2",
"events": "54882331-d141-48ba-ab6e-05a1d066d36f",
"publishingoffices": "3799aa06-1e95-430a-b38c-96ac0910cee0",
"Parts": "sample string 25",
"FolderId": "6776e4b8-8abc-4b25-9d66-1f61ba6ccf14",
"ParentId": "4e5e884e-d4f9-49be-a343-f7185da6b481",
"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": "0575193b-c774-40fb-bffb-57ebc96b7fec"
}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-17T01:47:31.4604004Z",
"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": "bb9c21be-d914-4a60-a76c-87fe95b66e9d",
"targets": "cf1be7a0-caa8-4f16-9609-4f500aea360d",
"regionscountries": "65b41378-9fd1-4209-93a9-98b3e0cd520e",
"stakeholders": "d9b58a71-c293-4a72-a6da-1cd08ab92111",
"targetaudiences": "0b568a4e-bcb8-4fd6-8bee-cf0c19341e1c",
"Category": "762f8e0c-7a6e-482e-90f5-9c9147bc815c",
"Tags": "1a651e20-93be-4046-935a-f9db00a697e0",
"departmentaltargets": "f3277b08-c618-44fe-b651-d1de7285e913",
"events": "1f52a263-bec2-4f91-a8cf-6cfa6183a6e6",
"publishingoffices": "ca726005-4eea-4bff-b2e7-49da72f6a66f",
"Parts": "sample string 19",
"FolderId": "5e526b5a-81dd-495d-a9f5-3a21ee3309c5",
"ParentId": "1b66c8fe-ef57-4cdc-9734-3b1a32af741f"
}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-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "674793ac-0f77-489a-8d55-b4dc831d0719",
"targets": "dd7cd89a-4b8c-41a7-91bd-5c0af8014d96",
"regionscountries": "708c6cfa-f4ab-4ccb-84d3-2ab1fe24218d",
"stakeholders": "614c8b40-2c2b-434e-b69c-a75eb6f94663",
"targetaudiences": "ea0f7924-6381-49e7-a776-678299823b94",
"Category": "da9962f4-fdaa-4646-b33e-928095054a00",
"Tags": "5210b57f-c3e9-4163-a5cb-43b09306451b",
"departmentaltargets": "a5ca657b-eca1-4092-ac6c-5b7e21076268",
"events": "ed5be9fb-6c8c-4b3e-ad66-05ae7566ee8d",
"publishingoffices": "d575fa5a-6f07-4ab3-b9a4-47eb1fe9dbd5",
"Parts": "sample string 25",
"FolderId": "671bded6-b47a-43f8-b8b5-6b7ab6c1de2d",
"ParentId": "fe773ed6-8131-499f-afb1-5aec914fbfc3",
"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-17T01:47:31.4604004Z",
"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": "925ce533-2365-4b23-887a-6afadfe0475b",
"targets": "e4720b3e-16ba-46bf-a973-5d92492c6395",
"regionscountries": "8f62da4b-b4b6-4807-a278-cd044cb0b5ee",
"stakeholders": "83ebdb1f-b8ef-47b0-bb11-d663e9b34d65",
"targetaudiences": "f2c68d07-7d5e-4b4b-a236-643333fcd899",
"Category": "229a158b-a133-47a7-b253-25a1d149e6f5",
"Tags": "c9a4ac8b-47c8-4370-98d2-e209506eb69d",
"departmentaltargets": "cc2db687-0bc4-4717-93dd-5a3a7f22ec09",
"events": "ebbbef84-5524-443c-9cd8-82ef2314dc7b",
"publishingoffices": "a2d9600d-da21-4a69-8e1c-9231b803d551",
"Parts": "sample string 19",
"FolderId": "f394f5d3-5717-42ad-bd8e-e97fb1735f1e",
"ParentId": "f5d7f5bc-78e6-410d-847b-2c4b1ee0f67c"
}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-17T01:47:31.4604004Z",
"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": "17322d04-3d90-4823-877c-d358f0c131f0",
"targets": "a213ae5d-2586-4731-88bf-6448b1cd5728",
"regionscountries": "e102456c-1e77-4bbc-9f7f-9c77cbb33c0e",
"stakeholders": "352f7290-fd70-4b16-9bcd-315052fac6f0",
"targetaudiences": "77c203d9-161b-48a0-ab03-dbae1e045238",
"Category": "14bf1707-eada-4489-94d8-23716f121b39",
"Tags": "1e08e430-2547-4eae-aa62-865880e049f6",
"departmentaltargets": "7d60ce7e-8230-422a-a9a9-f6e03be08961",
"events": "20bde601-59b7-4849-b50c-640471862e3d",
"publishingoffices": "e4bfc1ea-2194-472b-9c68-7e39692cac48",
"Parts": "sample string 19",
"FolderId": "ce928072-a8bd-411c-9c29-e32508784cd3",
"ParentId": "6d989208-018e-4a51-845e-cba94e471e95"
}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-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "82d6dbe8-02ed-407c-8f47-4e4446456530",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "4500e453-dbfc-4eaf-8fc1-ebc835b508c2",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-17T01:47:31.4604004+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-12-17T01:47:31.4604004Z",
"PublicationDate": "2025-12-17T01:47:31.4604004Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T01:47:31.4604004Z",
"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": "82d6dbe8-02ed-407c-8f47-4e4446456530",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "4500e453-dbfc-4eaf-8fc1-ebc835b508c2",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-17T01:47:31.4604004+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.