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-01-09T16:17:55.8044745Z",
"PublicationDate": "2026-01-09T16:17:55.8044745Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8044745Z",
"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": "70b394db-faa0-4ab4-a54c-f3a6377d5d36",
"targets": "86964250-fe80-4c46-ad14-8f8b8ab0b35e",
"regionscountries": "0b07ab85-fa64-4e17-89f7-70017004aa2c",
"stakeholders": "2a90c234-5af6-4398-9c96-5f4c7feb44ba",
"targetaudiences": "2fd5f8c1-22f7-4417-80b4-cba182587baa",
"Category": "65b64fac-caf6-44fe-ab80-aab613601347",
"Tags": "1011dc20-4ccd-4e79-ad79-871fb498a7f3",
"departmentaltargets": "0eaad18b-fd97-47d5-8a82-775667a660f2",
"events": "828f40a2-d7eb-47c3-85de-9495dc69b47a",
"publishingoffices": "62cde0a9-9543-4f3c-a026-99034617d407",
"Parts": "sample string 25",
"FolderId": "691f3827-d0f6-4af7-94ce-35ac98203ac5",
"ParentId": "500bc64c-8e98-4917-b78c-482c71121095",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-09T16:17:55.8044745Z",
"PublicationDate": "2026-01-09T16:17:55.8044745Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8044745Z",
"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": "70b394db-faa0-4ab4-a54c-f3a6377d5d36",
"targets": "86964250-fe80-4c46-ad14-8f8b8ab0b35e",
"regionscountries": "0b07ab85-fa64-4e17-89f7-70017004aa2c",
"stakeholders": "2a90c234-5af6-4398-9c96-5f4c7feb44ba",
"targetaudiences": "2fd5f8c1-22f7-4417-80b4-cba182587baa",
"Category": "65b64fac-caf6-44fe-ab80-aab613601347",
"Tags": "1011dc20-4ccd-4e79-ad79-871fb498a7f3",
"departmentaltargets": "0eaad18b-fd97-47d5-8a82-775667a660f2",
"events": "828f40a2-d7eb-47c3-85de-9495dc69b47a",
"publishingoffices": "62cde0a9-9543-4f3c-a026-99034617d407",
"Parts": "sample string 25",
"FolderId": "691f3827-d0f6-4af7-94ce-35ac98203ac5",
"ParentId": "500bc64c-8e98-4917-b78c-482c71121095",
"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-01-09T16:17:55.8044745Z",
"PublicationDate": "2026-01-09T16:17:55.8044745Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8044745Z",
"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": "94c30d74-f801-4701-80ea-2e2891039c0f",
"targets": "eb3bfb3a-d0a3-4407-a979-81e486a7b54e",
"regionscountries": "39410e81-d2c0-4e18-8a53-b6869538a8ba",
"stakeholders": "cbebcf92-8387-4ef6-af12-7d30736d4523",
"targetaudiences": "4538a6e4-786b-406c-a1e4-e282896308f0",
"Category": "26028127-7548-4237-a394-15e223a40481",
"Tags": "6e5536ff-1261-47d3-8605-8799c85a00f9",
"departmentaltargets": "764e5cc6-b413-4ef8-9d38-0cc1f7fe7041",
"events": "a0e62672-e9ff-4132-a3b9-bf1ec56f3f94",
"publishingoffices": "0487c4cd-6c90-4a74-8451-a4aeb763cbdd",
"Parts": "sample string 25",
"FolderId": "c13b7aba-0801-44f5-940c-ab8d032f0722",
"ParentId": "ae7a5707-f7b0-4909-9fed-d5e65b382dcb",
"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": "d57f6bd4-062b-46b5-8466-4401bd317e5e"
}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-01-09T16:17:55.8044745Z",
"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": "7f99f690-8f0c-49a3-a2d5-074d6ba7b118",
"targets": "55fa6504-bfb7-478f-b4c1-b6fed50c0d33",
"regionscountries": "bc977664-49d1-4e46-8ed7-e70ebab4cb38",
"stakeholders": "6b4132ef-38ee-4917-b9bc-e35da91af28d",
"targetaudiences": "d0962e4a-71be-4468-884e-ecc21df0fb2b",
"Category": "61ff42eb-7dc3-45f1-ae70-5b1073741359",
"Tags": "fe0ffc99-5adc-44de-acc9-b92978a49627",
"departmentaltargets": "b26559b1-614b-4ded-8ae0-6c0a47c0ea13",
"events": "096cd267-7fa7-45f9-a9f6-e3d8fe30d51e",
"publishingoffices": "fe725ee7-b357-47e5-9d8c-5a1e50896a9b",
"Parts": "sample string 19",
"FolderId": "05011a15-b554-43aa-9591-deab030446b6",
"ParentId": "38e1f8fc-049c-4cc3-bd37-bf9b2312f37d"
}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-01-09T16:17:55.8044745Z",
"PublicationDate": "2026-01-09T16:17:55.8044745Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8044745Z",
"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": "b38fe14d-da67-4795-8c15-c86ab94a733d",
"targets": "7122c14a-c2cb-48a4-9612-6ba8fbd52be0",
"regionscountries": "173ad3ca-1c21-417f-a889-8852ae5d62a7",
"stakeholders": "66bbbee2-6641-490f-b963-0d117f354f63",
"targetaudiences": "5a4cecff-cdeb-4742-ae93-35b372c221f3",
"Category": "3690ec69-4875-4c50-ab08-3323b825ca05",
"Tags": "af6886eb-e54a-4a78-b310-fc621cb82b4d",
"departmentaltargets": "0c91de20-ac00-4caa-bdab-3fd9bb3239d5",
"events": "887f576b-edad-419c-935b-47688aba54f8",
"publishingoffices": "69bf6726-f296-41d6-a137-13d93cdd69e0",
"Parts": "sample string 25",
"FolderId": "d8d0d003-9b2f-42cb-b58c-1c146746b836",
"ParentId": "0443f772-f89f-4404-a71d-78e6f3e69ade",
"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-01-09T16:17:55.8200973Z",
"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": "ebcfa519-4d9a-48d2-b777-ae9a190531f3",
"targets": "26b4f86a-d669-4ea5-a3d2-3467d9056a37",
"regionscountries": "096c238f-8413-40df-9ebb-4fcffe03b0b9",
"stakeholders": "b0d02964-e740-4fba-8241-44e4770d3702",
"targetaudiences": "0324fe90-29de-4cbf-8f67-453dbf2497d5",
"Category": "dcf58964-db67-4224-ba0b-96e9500bf124",
"Tags": "263f7c9a-54ae-483a-b5a6-d34d4830f125",
"departmentaltargets": "e63ee0bc-4683-4cc9-a314-40c01cd2b9c5",
"events": "de270763-aeb7-41a7-9cdf-1bc88a122727",
"publishingoffices": "d6d71693-bc90-4df4-9ea8-8ceb0d2dd2eb",
"Parts": "sample string 19",
"FolderId": "8fcd65e4-79af-4226-b619-7439a84aad8a",
"ParentId": "ffec3777-bce0-4736-8453-2271a4454680"
}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-01-09T16:17:55.8200973Z",
"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": "4e5ef785-14f4-4541-b086-18761027af07",
"targets": "a9a0e2ef-8792-4be3-9b76-a71ee0b7df19",
"regionscountries": "315ed242-a8a1-4c3d-af6f-c0e3ff0d9eed",
"stakeholders": "1cf75aa5-8ef1-4e41-a118-32f49930f50f",
"targetaudiences": "54800314-5f49-45c2-b0ea-87f19e38db97",
"Category": "f3fe9f9a-6c53-4b2d-bfd4-c7dbb7a4d569",
"Tags": "0dbea852-6251-453f-89a8-b6ece60c8f3b",
"departmentaltargets": "6f6cd3bc-56af-4ee7-83fc-b03518d84b50",
"events": "8d066596-434e-4d06-b5d7-4173b4ca1865",
"publishingoffices": "11d63df5-91d9-428e-b5eb-ac40926077e5",
"Parts": "sample string 19",
"FolderId": "a5bb7a8c-9cd5-49a1-b8c1-1f5b8e12b0d4",
"ParentId": "fceb30d6-2fcd-4ae3-b75b-faa17fa5b6e8"
}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-01-09T16:17:55.8200973Z",
"PublicationDate": "2026-01-09T16:17:55.8200973Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8200973Z",
"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": "244dc529-3055-4417-9095-4fa4f51246cb",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "68aba93b-b054-46c5-ad49-3769019d1d28",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T16:17:55.8200973+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-01-09T16:17:55.8200973Z",
"PublicationDate": "2026-01-09T16:17:55.8200973Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T16:17:55.8200973Z",
"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": "244dc529-3055-4417-9095-4fa4f51246cb",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "68aba93b-b054-46c5-ad49-3769019d1d28",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T16:17:55.8200973+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.