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-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "aa776f09-6366-4c3f-b30f-c6359ee3d7b4",
"targets": "41efbdec-8865-4b34-8dad-45f3c072104a",
"regionscountries": "8fcd443e-a681-4d0d-8d14-72ebe785c0e5",
"stakeholders": "372efb51-2a60-41fa-9c21-f7bc62fc92e7",
"targetaudiences": "4c39340a-5f1d-4b30-bdb8-a509afcffb19",
"Category": "1fb85505-321e-46f4-b551-362061d90d45",
"Tags": "73fbb000-a1ab-49de-9f37-19ae317b4fe9",
"departmentaltargets": "1d206635-7ab4-4de2-b7ac-19abf42e3b93",
"events": "c675d8db-0b66-403c-8dc4-332a7b8ed378",
"publishingoffices": "9c6d2ad4-1d48-4b22-9484-c988fd419a69",
"Parts": "sample string 25",
"FolderId": "8a039eb7-9269-4dbb-b424-02c2f375f09e",
"ParentId": "05c4f708-5961-4934-bfbd-65f64dc63dd6",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "aa776f09-6366-4c3f-b30f-c6359ee3d7b4",
"targets": "41efbdec-8865-4b34-8dad-45f3c072104a",
"regionscountries": "8fcd443e-a681-4d0d-8d14-72ebe785c0e5",
"stakeholders": "372efb51-2a60-41fa-9c21-f7bc62fc92e7",
"targetaudiences": "4c39340a-5f1d-4b30-bdb8-a509afcffb19",
"Category": "1fb85505-321e-46f4-b551-362061d90d45",
"Tags": "73fbb000-a1ab-49de-9f37-19ae317b4fe9",
"departmentaltargets": "1d206635-7ab4-4de2-b7ac-19abf42e3b93",
"events": "c675d8db-0b66-403c-8dc4-332a7b8ed378",
"publishingoffices": "9c6d2ad4-1d48-4b22-9484-c988fd419a69",
"Parts": "sample string 25",
"FolderId": "8a039eb7-9269-4dbb-b424-02c2f375f09e",
"ParentId": "05c4f708-5961-4934-bfbd-65f64dc63dd6",
"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-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "7290cd8f-3dd2-41dc-a0e6-ac2f90a42d34",
"targets": "c903a6c1-0103-43d0-9bfa-77b44da6d267",
"regionscountries": "07a34f2e-5ad0-4048-9680-8c94e05d4c97",
"stakeholders": "593c4a81-c185-43f1-94c0-736d787654a1",
"targetaudiences": "6d22105d-a2e7-4cef-8403-bd622b417395",
"Category": "4984de37-2092-4960-a9ca-5b4096cc2151",
"Tags": "52a3e4f5-1397-432c-83ec-a67f34e0cbe6",
"departmentaltargets": "c7d34a6a-1c1d-4128-a7c3-f4c4c2544ded",
"events": "1f716ac9-bb0e-474d-9345-7aa8adf98f6a",
"publishingoffices": "4c9a86da-56d5-4cbf-8fca-b9e14e1af07c",
"Parts": "sample string 25",
"FolderId": "dd856dcb-a746-4319-b813-1e19d8e75c30",
"ParentId": "940f7508-6768-4e71-afb9-6a546ec7a073",
"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": "2a8fae16-ed64-4a3c-9baf-45587fb3d075"
}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-04-16T15:07:44.4793193Z",
"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": "68f4eaf2-ff02-4d60-bd50-812f296827a8",
"targets": "47879938-3dce-4daa-b877-27857db84b46",
"regionscountries": "968dee1e-4857-4993-8857-0216e0310f7a",
"stakeholders": "daebc50d-4b35-4b47-a4ef-9216b78b88eb",
"targetaudiences": "fcb35a84-e228-4223-b380-0924508eb4bf",
"Category": "319f33bb-63f9-46ce-b265-a6187d097e90",
"Tags": "74cef6a6-51b0-45f8-97ed-6441071a1b57",
"departmentaltargets": "04e34580-928d-4519-9367-4471d767f9de",
"events": "1719456d-3474-42b1-9208-7a09a1450b5f",
"publishingoffices": "bba58608-de96-4ada-9b25-336a6c20f919",
"Parts": "sample string 19",
"FolderId": "cded1511-f5a7-4ec6-95de-3d47d0d9633d",
"ParentId": "bdb9998b-204a-428e-be8a-94218c83173f"
}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-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "b2e2af82-2cac-4b48-a06a-477bc50fa135",
"targets": "67895291-2e87-48e9-9c36-33c15a40c377",
"regionscountries": "3f0be540-6c02-458b-9414-8c62c7b74c74",
"stakeholders": "7d783912-5bc3-466b-abcd-0223fa877a93",
"targetaudiences": "01bd6c36-d46a-4779-b556-29bf0aa2968e",
"Category": "539be01d-fef4-454e-8bf0-341a3f4fc1b6",
"Tags": "cea2056d-4b7f-4d90-adaf-cda014aee04b",
"departmentaltargets": "82e01b96-a601-4633-89b1-de3660a51508",
"events": "ae4812ae-dec1-4be4-8237-fbf86c0dccc8",
"publishingoffices": "43975929-f46f-41c8-94a2-90b1dafe185d",
"Parts": "sample string 25",
"FolderId": "ecf96a99-523e-4926-ba2c-6191277a8064",
"ParentId": "968c3abc-1a69-4cdf-9f35-1aff41ba4950",
"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-04-16T15:07:44.4793193Z",
"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": "d083c3ed-25dc-42ea-b6b4-de0ce2db228a",
"targets": "dac4a419-b802-4ea4-a62e-378cc25ba0b4",
"regionscountries": "062cd45a-aac6-4a23-a201-4a7bca95ef87",
"stakeholders": "fcbfcb13-03e7-43e3-bcc0-fe8eeea1d9d3",
"targetaudiences": "020afe98-0c09-4915-b06b-ef9177c99818",
"Category": "bc664954-1b85-4875-9a70-923f35536033",
"Tags": "fd328b01-a9c0-4185-bb9b-1d765f42fd36",
"departmentaltargets": "85c115cb-2b12-4235-bce9-68b0ddd37f52",
"events": "89a80885-58b6-40cb-a426-1f284f7c47f8",
"publishingoffices": "826a7809-7281-429e-a3f1-2c8c76790b1a",
"Parts": "sample string 19",
"FolderId": "a0e4a283-9e4f-4b36-8621-056e64139575",
"ParentId": "1d5140da-72ae-4ba0-9218-0c10dc6bcd42"
}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-04-16T15:07:44.4793193Z",
"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": "f5eae2fd-da63-4ced-9dab-9708ddcdb820",
"targets": "c1113ea2-b11a-4a3b-9766-1c6697c0de78",
"regionscountries": "f40f6d8b-bf81-4dfe-9f19-e970e96b4447",
"stakeholders": "e76ff4a1-3b41-40b5-89e2-cb07c688746c",
"targetaudiences": "7c8df74d-122b-4eb2-91a7-893c8a10a57c",
"Category": "3ebece48-5b08-499b-85bf-2c789d2b2199",
"Tags": "34d78997-1a50-4aee-bc66-22a8cac1b726",
"departmentaltargets": "23f6f5d1-ffd6-4bd7-b142-56992c82d933",
"events": "a82e13d7-2f91-4012-adb1-3c8ea49fe7b2",
"publishingoffices": "0499a64d-7b52-4c37-bdd0-e07df4eb3d07",
"Parts": "sample string 19",
"FolderId": "9f4b5a95-10b4-453b-9d11-7eca4df5c26c",
"ParentId": "d86c7d41-67af-485e-a0f6-ead4c30b3d45"
}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-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "cd26680d-8766-4955-8c9e-4403af17f947",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff2c6f1b-be30-451d-8e1e-dced421ddb3d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T15:07:44.4793193+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-04-16T15:07:44.4793193Z",
"PublicationDate": "2026-04-16T15:07:44.4793193Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T15:07:44.4793193Z",
"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": "cd26680d-8766-4955-8c9e-4403af17f947",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff2c6f1b-be30-451d-8e1e-dced421ddb3d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T15:07:44.4793193+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.