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-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "edaf35b0-6d6a-48de-a024-3b98dff396bc",
"targets": "98c795d1-9f30-4bc5-a45a-2fa07eee519a",
"regionscountries": "2917f25c-0dd5-42cc-9e5c-20cfce12c873",
"stakeholders": "c48e0457-a90c-4cdc-bd6e-43bc534537f5",
"targetaudiences": "1151026c-e124-4f20-b6f9-fa66fc394386",
"Category": "20242e02-d816-4473-bf89-5f68459e0e7e",
"Tags": "9bfddbb0-b5c4-4516-ae9a-95aef44cd272",
"departmentaltargets": "c41af7b8-1c3d-40a5-8cfc-e1c16cd6cbcc",
"events": "3f692a90-fa0e-4d75-8ae7-756b97ca43a4",
"publishingoffices": "8e0e0774-42b4-4e60-ae6a-67394ecf5a1a",
"Parts": "sample string 25",
"FolderId": "fad9f18c-ca76-4b8e-b09e-906736be8101",
"ParentId": "fa3da5ab-01f0-4a6f-b8d1-87b59f7623c9",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "edaf35b0-6d6a-48de-a024-3b98dff396bc",
"targets": "98c795d1-9f30-4bc5-a45a-2fa07eee519a",
"regionscountries": "2917f25c-0dd5-42cc-9e5c-20cfce12c873",
"stakeholders": "c48e0457-a90c-4cdc-bd6e-43bc534537f5",
"targetaudiences": "1151026c-e124-4f20-b6f9-fa66fc394386",
"Category": "20242e02-d816-4473-bf89-5f68459e0e7e",
"Tags": "9bfddbb0-b5c4-4516-ae9a-95aef44cd272",
"departmentaltargets": "c41af7b8-1c3d-40a5-8cfc-e1c16cd6cbcc",
"events": "3f692a90-fa0e-4d75-8ae7-756b97ca43a4",
"publishingoffices": "8e0e0774-42b4-4e60-ae6a-67394ecf5a1a",
"Parts": "sample string 25",
"FolderId": "fad9f18c-ca76-4b8e-b09e-906736be8101",
"ParentId": "fa3da5ab-01f0-4a6f-b8d1-87b59f7623c9",
"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-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "f4df64e6-ff82-4cd4-9415-3469b72079f2",
"targets": "8e8c1435-1c44-469a-a7b2-7c1fa402b6d0",
"regionscountries": "76805adb-9d4b-47fb-a02e-50f98c6701a1",
"stakeholders": "c2ce2396-f23d-46c3-b1c4-8e224377816e",
"targetaudiences": "0ed53e94-d96e-4987-be1d-bfeeafd70c91",
"Category": "7910c832-a438-4eb3-ac1b-a51cf73a769c",
"Tags": "ddb4587d-6611-43e4-a3af-99fa2fc0094a",
"departmentaltargets": "41514023-222b-4060-8c17-12bf4b6404f7",
"events": "edbbc32a-11f8-4e25-ad9e-a75ccf2d38dc",
"publishingoffices": "5170ec1a-2c74-4031-a58d-277fbe67cfe8",
"Parts": "sample string 25",
"FolderId": "54816088-cd14-4463-92d8-0487985ae068",
"ParentId": "99ca7db6-487d-4594-89b4-e8c68ae8daab",
"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": "10aa03e1-e91e-47e0-a7b4-ec62428402a7"
}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-06-27T21:42:06.9674549Z",
"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": "e8fc5f0a-432d-4efd-b11f-e4502af4ef88",
"targets": "8fd85147-d3e9-4201-a534-74b672df7a17",
"regionscountries": "9833f874-8e55-470d-b88c-5ba17e956b32",
"stakeholders": "2d2a6128-5ef6-4aad-8760-91742286879c",
"targetaudiences": "0442375e-5ba2-4e49-a50f-64f1f063c56e",
"Category": "6a107814-09be-47a4-ba2b-cadc5dd51595",
"Tags": "cf547655-4ad1-4314-8bb4-d9b762f556ba",
"departmentaltargets": "7439d5f5-6830-4754-ba8d-b348b1ccd707",
"events": "3b2f9f6c-deb6-4b44-a41b-0d520a7aa9b6",
"publishingoffices": "3b181d8e-a4a0-4cb0-842b-4a78c541d96c",
"Parts": "sample string 19",
"FolderId": "615aa1ed-b555-4b55-9cde-bbab2dbb29fe",
"ParentId": "eb5163f1-efa9-4ae2-86bf-ed1bc4fb0198"
}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-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "5deebc29-12fd-4d82-a175-250607230c7e",
"targets": "f8b88e2e-7cf2-43b8-bfee-f49b659a5ad1",
"regionscountries": "d9e9cfb5-c9c1-47d3-b141-865acd18b774",
"stakeholders": "96425752-11dd-46b8-b72f-c4831a1c751d",
"targetaudiences": "fb98e5ae-3c9e-4447-9993-5a4a0f7d68e4",
"Category": "27fa287b-e725-4dc9-bcab-9c0bd8a0aa4f",
"Tags": "0f81c666-80ca-41c3-8491-90db8b5a912d",
"departmentaltargets": "8b9ff3f2-7dbc-45f9-aabd-28a177b5bf8b",
"events": "2652fc5b-9403-4ea8-b384-f26ae1fdcbeb",
"publishingoffices": "473129d0-3e6f-48c2-afd8-25801a6b54c9",
"Parts": "sample string 25",
"FolderId": "62acb0f9-ee17-4719-a955-4c1eb804b095",
"ParentId": "640df849-dd0e-4f62-8fa9-44b2ef414b49",
"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-06-27T21:42:06.9674549Z",
"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": "ef7f0649-33e6-4186-b94b-6a5384d64f16",
"targets": "3e08820a-e233-404a-ac42-c9980a041b69",
"regionscountries": "37200531-dd90-4373-8880-06e105af427d",
"stakeholders": "4471320c-f26b-43e3-801c-37af513cbcb0",
"targetaudiences": "a399f4a9-f0af-46ee-a875-262fe4d435ae",
"Category": "9ac7374b-7ace-48cd-b0ef-03e6a9964dba",
"Tags": "fb992df7-7bb8-4590-9332-a42cffb7bf7e",
"departmentaltargets": "77f47779-c573-4d56-954e-8dd88001de2b",
"events": "0bc0ef5f-ae10-4fa2-9a19-c8d7f39bb06a",
"publishingoffices": "9bc43acb-bf71-4252-b717-b457c6633ae2",
"Parts": "sample string 19",
"FolderId": "219189cc-971b-4d3a-a2eb-a40dace72316",
"ParentId": "2b1492fa-2ef9-4042-9052-190426dcf3ce"
}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-06-27T21:42:06.9674549Z",
"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": "22830ac6-881a-4675-ab01-d3542ca10636",
"targets": "ca948af1-b1b1-416d-8693-28f8437133ea",
"regionscountries": "7aed4d08-6a2b-44e1-b03b-9694560a8ff4",
"stakeholders": "6e691762-baa4-4e13-bb0b-dd94f1ede0bc",
"targetaudiences": "fe740258-607f-4cbd-aec0-86881ba1a6c6",
"Category": "072d5ef6-59d6-4ef8-b0fc-ff478b515b45",
"Tags": "5ed54ee0-0486-4e59-a449-05118ca0ac09",
"departmentaltargets": "6c4615f2-41bb-46b8-b017-84847470069c",
"events": "db51aaa3-b979-4a66-b0cf-8840a653f526",
"publishingoffices": "e914201a-7c10-4243-ab66-82885e283db6",
"Parts": "sample string 19",
"FolderId": "562c57af-c624-437d-89f8-e1031d1a21be",
"ParentId": "f776960a-fe6e-4d40-8e21-718c106d3ed5"
}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-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "3e4e8f3b-4e6c-4813-9544-649e4d96fd5f",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "1056b32c-546e-4111-86fd-450657fa16bc",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T21:42:06.9674549+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-27T21:42:06.9674549Z",
"PublicationDate": "2026-06-27T21:42:06.9674549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T21:42:06.9674549Z",
"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": "3e4e8f3b-4e6c-4813-9544-649e4d96fd5f",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "1056b32c-546e-4111-86fd-450657fa16bc",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T21:42:06.9674549+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.