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-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "f08f906a-6612-44d0-a560-49855f1fe5eb",
"targets": "21fd636c-7999-4cd4-9885-cceb7fc37b68",
"regionscountries": "f3f1a9b4-9d40-4664-99f9-19b998e5b0ce",
"stakeholders": "90df42bf-2de8-4400-9b90-dcb05db49270",
"targetaudiences": "40996ff3-86ee-4fe4-9e5c-5d86402cdade",
"Category": "6ace718d-118b-440a-b7c3-32cd583a8929",
"Tags": "c2b96201-e475-4634-800f-4f8c0303630e",
"departmentaltargets": "7af99361-f49f-4a53-898d-211292b0264e",
"events": "94e91ef9-8826-4546-b0ea-0ea109032607",
"publishingoffices": "d579e63b-13d8-41f5-b674-327be87e5501",
"Parts": "sample string 25",
"FolderId": "bcd3915b-7b43-4d4e-a654-1dc447d924f3",
"ParentId": "5fcf7b41-a34b-49bd-be6f-d9536277450d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "f08f906a-6612-44d0-a560-49855f1fe5eb",
"targets": "21fd636c-7999-4cd4-9885-cceb7fc37b68",
"regionscountries": "f3f1a9b4-9d40-4664-99f9-19b998e5b0ce",
"stakeholders": "90df42bf-2de8-4400-9b90-dcb05db49270",
"targetaudiences": "40996ff3-86ee-4fe4-9e5c-5d86402cdade",
"Category": "6ace718d-118b-440a-b7c3-32cd583a8929",
"Tags": "c2b96201-e475-4634-800f-4f8c0303630e",
"departmentaltargets": "7af99361-f49f-4a53-898d-211292b0264e",
"events": "94e91ef9-8826-4546-b0ea-0ea109032607",
"publishingoffices": "d579e63b-13d8-41f5-b674-327be87e5501",
"Parts": "sample string 25",
"FolderId": "bcd3915b-7b43-4d4e-a654-1dc447d924f3",
"ParentId": "5fcf7b41-a34b-49bd-be6f-d9536277450d",
"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-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "98dcad29-4a19-4c06-80c2-afb683301c81",
"targets": "170ef624-b55f-4dcf-aa40-2e6e2eacec3e",
"regionscountries": "6eef71fd-0a2f-4ae0-82a9-eb52b0c89321",
"stakeholders": "898a9fa5-6d41-44d2-aad7-e6bd8adacfab",
"targetaudiences": "cbdbeb86-64bb-4f40-a1e8-e67846db6738",
"Category": "67cc594d-0635-43ca-8590-19456186e4d9",
"Tags": "445c59c3-b506-42a7-ad77-48f55f94a8c8",
"departmentaltargets": "1e1700ad-dd1a-4e4e-a059-d2330e15e8bb",
"events": "932c08a6-9122-42a1-8b7a-5d680af6bbb7",
"publishingoffices": "104fb5bd-2ffe-4fa1-b5fe-ce616c91825a",
"Parts": "sample string 25",
"FolderId": "bed610ce-1d5b-465c-b116-714848174cd3",
"ParentId": "94ab64d6-2058-44f1-9fef-65fb2472ed24",
"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": "381c9c39-307e-496e-9af8-573e08b41192"
}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-03-26T14:18:28.8017475Z",
"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": "bc5a9d6e-1843-4818-902e-004c63ec63d5",
"targets": "8c9fa297-d0d2-4081-9ea9-2ed74bf62d11",
"regionscountries": "ee7abb83-4053-429e-b0fd-ef5372365563",
"stakeholders": "29315187-c4f9-493c-8cd3-c54d48135378",
"targetaudiences": "865b6231-606d-4740-8d8d-4fa49c1d6a5a",
"Category": "d1c910f9-c1ba-4c14-940e-2c95b967edd4",
"Tags": "dfa05161-e983-4c8a-a502-dd21910bd2f9",
"departmentaltargets": "38381638-d18d-46a1-9b0c-c46c129f648c",
"events": "3387bf57-ca0a-4976-9ea5-f26c6a0c1045",
"publishingoffices": "0de8ad85-48f0-4671-92c3-aabb5140be87",
"Parts": "sample string 19",
"FolderId": "60b99230-3444-48e6-8dad-e1f26fd152b9",
"ParentId": "7437347f-bfe1-4421-9aed-68b1b1b96bda"
}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-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "2bf1175a-09c1-42de-8685-01cf8b1b2862",
"targets": "8568cfac-bb69-4e8d-96e3-b797ab3a510e",
"regionscountries": "1ea18adc-6441-4cff-a7ad-72d7f6b431ae",
"stakeholders": "e1e4dadd-cf54-4373-bff6-4c2c0a46b76e",
"targetaudiences": "4e4eed3e-5bf0-4b09-81ee-82f04580a009",
"Category": "973d11f9-6230-43d9-9a13-37879b3a21bb",
"Tags": "8e761dc3-9e9c-4519-9995-c2ce4f1083d1",
"departmentaltargets": "f3c93622-ad32-4eab-8dea-a3f4c3610eb2",
"events": "499fb452-e3a0-43ed-8c82-1e607319efde",
"publishingoffices": "a2236937-0a6b-4c7c-955e-36477fa561fd",
"Parts": "sample string 25",
"FolderId": "2d34e657-cea6-462c-9cc9-bc7d607b975b",
"ParentId": "6625fb6c-6890-45ee-b6b3-dca8eba4e5ee",
"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-03-26T14:18:28.8017475Z",
"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": "b6240489-28a9-4826-8729-ae0012a5e5a6",
"targets": "0888ca3a-44e3-4be4-a873-11b9a7a95077",
"regionscountries": "486c4626-faa2-46a4-ae56-bf7960c546ef",
"stakeholders": "60631f59-a7bd-4acd-bcff-64afe479bfda",
"targetaudiences": "39c47170-f3f2-41fe-91c0-e6f132e06edc",
"Category": "414c3b39-2656-4457-963f-980ae442c616",
"Tags": "31c88734-baaf-4bac-af1b-0135afa35381",
"departmentaltargets": "5bfb78bf-80b1-4b6f-b058-c5dafc07de27",
"events": "5ed8768f-5fd5-4f4c-9d3d-174104734a91",
"publishingoffices": "b69bcd1d-f999-4eb2-a94b-f068db60a40b",
"Parts": "sample string 19",
"FolderId": "65eaa00a-8fa3-4706-be71-ff45ddb352ca",
"ParentId": "04132ca9-5f02-4715-becf-82deb557ad77"
}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-03-26T14:18:28.8017475Z",
"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": "3fc90328-f9d8-45ae-83b9-6631ff79323d",
"targets": "38b797b2-2e7b-4ba6-b6b8-7650f395cd88",
"regionscountries": "6fd0e045-0ed2-4b8c-8a21-15168cebae89",
"stakeholders": "96b4ed9c-919e-4c02-8d0f-fe1aa6a89814",
"targetaudiences": "1bf347c5-8322-47a1-90eb-bd6c9dfda543",
"Category": "b41ab3d0-aa44-4400-a9c4-f4775f95051c",
"Tags": "dc5c51f6-21bb-4c07-ae03-f603d79a45e6",
"departmentaltargets": "9c9948b2-5d2a-4d2c-b7a6-56e115313958",
"events": "91acae65-26c6-4b4d-8908-7e8795dfa63c",
"publishingoffices": "051925bc-3354-443a-ac79-8b88f6820f20",
"Parts": "sample string 19",
"FolderId": "1598b71f-3017-4a84-812f-bd0487b07f3a",
"ParentId": "06356869-d175-4d58-b020-82d4bd62d0de"
}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-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "e94f03be-ad0d-4f3d-8053-cbd6fdebbf28",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "24b33d7f-46ff-467a-8a39-b167fef58591",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T14:18:28.8017475+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-26T14:18:28.8017475Z",
"PublicationDate": "2026-03-26T14:18:28.8017475Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T14:18:28.8017475Z",
"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": "e94f03be-ad0d-4f3d-8053-cbd6fdebbf28",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "24b33d7f-46ff-467a-8a39-b167fef58591",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T14:18:28.8017475+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.