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": "2026-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "683a01ec-d7c6-4e7b-aed5-e65a910f0133",
"targets": "977cae18-c4cb-42c0-99e6-f0f26b612e63",
"regionscountries": "2c89d8a6-bbbe-4660-a3bd-5ed19f6b4575",
"stakeholders": "b97a14d4-33f4-479e-a2ca-ed3c51f5f8a7",
"targetaudiences": "6c006bae-66fc-4dd5-b55d-7aa0f0dae788",
"Category": "cc2d8a77-9c95-451a-ad45-e1d84e18f825",
"Tags": "4513cc42-5c4c-4746-9045-cac2f79267f6",
"departmentaltargets": "68f72f64-777c-4d17-9385-843c8e147d65",
"events": "12c3a579-f45c-42d7-929a-107989e157f2",
"publishingoffices": "6122c6eb-e2f7-4ca3-b3bc-ca38318a7a7f",
"Parts": "sample string 25",
"FolderId": "00276cec-d7b8-4194-8b8c-acb19e96d94b",
"ParentId": "9cc925a0-8e27-418b-80c3-2bad1f3e035b",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "683a01ec-d7c6-4e7b-aed5-e65a910f0133",
"targets": "977cae18-c4cb-42c0-99e6-f0f26b612e63",
"regionscountries": "2c89d8a6-bbbe-4660-a3bd-5ed19f6b4575",
"stakeholders": "b97a14d4-33f4-479e-a2ca-ed3c51f5f8a7",
"targetaudiences": "6c006bae-66fc-4dd5-b55d-7aa0f0dae788",
"Category": "cc2d8a77-9c95-451a-ad45-e1d84e18f825",
"Tags": "4513cc42-5c4c-4746-9045-cac2f79267f6",
"departmentaltargets": "68f72f64-777c-4d17-9385-843c8e147d65",
"events": "12c3a579-f45c-42d7-929a-107989e157f2",
"publishingoffices": "6122c6eb-e2f7-4ca3-b3bc-ca38318a7a7f",
"Parts": "sample string 25",
"FolderId": "00276cec-d7b8-4194-8b8c-acb19e96d94b",
"ParentId": "9cc925a0-8e27-418b-80c3-2bad1f3e035b",
"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": "2026-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "45b21c9a-3503-4dce-8405-df0bcc5ab288",
"targets": "74a3d379-5c58-4b65-98ab-a463c2da7b64",
"regionscountries": "b2fc1587-f899-4227-8eac-bf5c5d957fa1",
"stakeholders": "dd1a39de-2fe9-48bc-b29f-bbd00a8fed51",
"targetaudiences": "081e913f-78f3-4533-8538-e4b80c3a0203",
"Category": "e4823845-8871-4e20-97a4-57dba0a45aa6",
"Tags": "de673d08-5aaa-4784-99e7-8a8994f84445",
"departmentaltargets": "d75a459f-fa76-440f-a84c-1c107926ed98",
"events": "d9e053a9-aa95-4796-8561-c98a4fc1f32c",
"publishingoffices": "4b6562dc-a2c9-4106-a071-6e0a371c2f57",
"Parts": "sample string 25",
"FolderId": "4a298c65-8f48-40d7-878b-b2594fabada2",
"ParentId": "6ada4929-8796-44ba-ab08-7096caea540a",
"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": "960e4239-dc7e-4dc2-aac4-3acbbd9820e0"
}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": "2026-02-10T13:32:30.3446005Z",
"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": "68310268-891f-497b-9a8b-403be534e7ae",
"targets": "7de863e6-836c-4a27-be09-e65d15cb9d8e",
"regionscountries": "2986cb02-c76b-4241-b3ec-4129db4f6b86",
"stakeholders": "c87645bd-d174-4cd1-aa4c-c3cdd0e92314",
"targetaudiences": "dc35a287-7c76-4a5d-90fb-e0055a0927eb",
"Category": "0a9bab24-ca8b-4eb2-8f07-c5fd18eaacaa",
"Tags": "f4c4dd1e-8b1f-457e-bd6e-f501421cbec7",
"departmentaltargets": "470c5906-c134-4cb1-a90d-e22ec34d16a8",
"events": "bb4cb066-566c-46d4-af86-581e61428a84",
"publishingoffices": "fbdafae2-b4fd-4c29-bbf7-504e220c5461",
"Parts": "sample string 19",
"FolderId": "75443e5f-4499-4642-b8e3-6d6bd61c6bcd",
"ParentId": "b037e911-bb8b-4415-9414-2e9884b85023"
}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": "2026-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "6472da7a-bda5-4efd-88ab-c3476c8fe686",
"targets": "04cb6f6c-962d-40eb-8d90-9c66937b25cb",
"regionscountries": "f0b8ae3b-d823-4dc8-8883-f46322ea878d",
"stakeholders": "0db44112-a325-403b-ad5e-b0afad5ff792",
"targetaudiences": "21f7048b-7dd5-4458-bf69-4ebd6203f1fb",
"Category": "1bdc5697-7497-4c0f-a5f1-f3bc659d717d",
"Tags": "c9acbe99-fb18-4388-b7b7-d370e0d44f62",
"departmentaltargets": "0508f0ea-a74d-48a1-bcd3-177f1a14a85c",
"events": "c4affc88-3bfe-4350-a8f1-030ff0220788",
"publishingoffices": "79fbe616-a249-413c-bd8c-3f0240be1faf",
"Parts": "sample string 25",
"FolderId": "6f1684a1-5fa8-49ec-a007-ce50726f0035",
"ParentId": "7b300419-8b0b-49e7-a767-0d4aff547288",
"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": "2026-02-10T13:32:30.3446005Z",
"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": "4eae2f76-da56-4e39-b13e-958b5b1f97c8",
"targets": "72f9e6b0-8ba7-4714-a8cd-acb2ff009970",
"regionscountries": "f27f3d23-555c-4f9d-9122-1bd3553d776b",
"stakeholders": "a7a2867a-a4ba-4f69-bf92-94d6c851e642",
"targetaudiences": "9ae2ea61-6c96-44e6-81fd-36b8e9ae9a40",
"Category": "9814e9b2-2c48-43a6-a5d6-f81c290feacd",
"Tags": "b111fad0-a80b-45b3-8786-b98a543a6aaa",
"departmentaltargets": "cff86675-f078-4bd3-908b-16b0f6fe3ed3",
"events": "5fc17b57-7cbb-4a1a-9297-f415e7ab592d",
"publishingoffices": "06c34658-1dbd-4c21-b3f3-37de9ed20406",
"Parts": "sample string 19",
"FolderId": "9de503ea-e18d-431b-bf30-8b961d2c38f3",
"ParentId": "6ffad9ae-2b42-4e9d-af8e-cb339a91da5e"
}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": "2026-02-10T13:32:30.3446005Z",
"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": "2132a230-6742-4bc1-aa51-b683e4aab328",
"targets": "263ca446-c934-4f2e-8fd8-ffe8318a7e22",
"regionscountries": "2bb7bf6b-5b1e-4288-b1de-162fe0179f8f",
"stakeholders": "09f747fa-e983-418c-868b-5d553dfbc12e",
"targetaudiences": "703caceb-00d0-4ce5-8f64-f6c1ce60c1eb",
"Category": "3bc7eb43-2a22-4522-9243-535f8a6f90fa",
"Tags": "b901070c-c2a3-4354-9f2a-43eeb475a66f",
"departmentaltargets": "95f86f10-ab6c-4a02-bd51-523232e8c3da",
"events": "5c397bce-ee35-4ab5-b2f7-05b86b2e8bde",
"publishingoffices": "dc00c169-640a-413c-8617-95c687b1d68d",
"Parts": "sample string 19",
"FolderId": "7645bd86-0789-4060-aad2-30fde36d22c5",
"ParentId": "b661534b-bb2e-49c7-a4a4-ebabf051f962"
}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-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "54fcb29f-9023-40bd-86ee-d87ed78f811a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7fb84ab7-6d9d-4929-936b-863d2564d208",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T13:32:30.3446005+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-02-10T13:32:30.3446005Z",
"PublicationDate": "2026-02-10T13:32:30.3446005Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T13:32:30.3446005Z",
"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": "54fcb29f-9023-40bd-86ee-d87ed78f811a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7fb84ab7-6d9d-4929-936b-863d2564d208",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T13:32:30.3446005+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.