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-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "2f4cc842-ab6a-4341-a836-497c3fd00b5c",
"targets": "9250e5a1-5835-42e0-8a9e-48a96779a535",
"regionscountries": "1349d282-6995-40fe-b50e-7d5f3b9be47b",
"stakeholders": "484166eb-7f11-4f15-b64f-5ffc6b9496b0",
"targetaudiences": "d3644e82-4c90-4fff-9ee8-65958ded1a4e",
"Category": "e1103fc9-a372-46ab-ab64-31557ad82bd7",
"Tags": "48902394-e907-4d8f-a9fe-1433c7c8d79c",
"departmentaltargets": "67181927-d9ee-488a-b680-533ad8a78d1e",
"events": "64c2031c-706e-46e8-b87d-00b528d18922",
"publishingoffices": "0075214c-c0cd-46ee-adde-86c263d3449c",
"Parts": "sample string 25",
"FolderId": "bcc09591-de37-446b-b13e-f6386186978b",
"ParentId": "507d346f-2547-4826-b467-4f06bb00eb00",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "2f4cc842-ab6a-4341-a836-497c3fd00b5c",
"targets": "9250e5a1-5835-42e0-8a9e-48a96779a535",
"regionscountries": "1349d282-6995-40fe-b50e-7d5f3b9be47b",
"stakeholders": "484166eb-7f11-4f15-b64f-5ffc6b9496b0",
"targetaudiences": "d3644e82-4c90-4fff-9ee8-65958ded1a4e",
"Category": "e1103fc9-a372-46ab-ab64-31557ad82bd7",
"Tags": "48902394-e907-4d8f-a9fe-1433c7c8d79c",
"departmentaltargets": "67181927-d9ee-488a-b680-533ad8a78d1e",
"events": "64c2031c-706e-46e8-b87d-00b528d18922",
"publishingoffices": "0075214c-c0cd-46ee-adde-86c263d3449c",
"Parts": "sample string 25",
"FolderId": "bcc09591-de37-446b-b13e-f6386186978b",
"ParentId": "507d346f-2547-4826-b467-4f06bb00eb00",
"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-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "9ab60b9c-ab57-4f94-8838-8f160f4d6629",
"targets": "eaa7b9d6-fa11-47d4-bfce-eda6e25396a8",
"regionscountries": "5eb00379-a385-41fd-8da6-4efe29957e48",
"stakeholders": "1d529bb9-ce69-40e6-9aa8-c8bf94b92324",
"targetaudiences": "6f028fa5-e31c-455b-ac8e-b5997be653fc",
"Category": "d95f2be8-b4db-4ff8-8ce2-2076f4f581e7",
"Tags": "7bd8c468-e475-4194-b092-79b0bede41d9",
"departmentaltargets": "ac18321a-b87f-4c05-adb3-958cc44c72a4",
"events": "be8ba227-4aad-432c-9a32-57001d1e6337",
"publishingoffices": "c705e6d8-9138-4b3e-a198-9b59847f4969",
"Parts": "sample string 25",
"FolderId": "7800e6dd-e475-41c4-a47a-fc47ecffa63c",
"ParentId": "4a4ae4dd-0e49-4f21-af56-7da92fc069ea",
"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": "51ce1751-a32b-43b3-889a-60239a3b0c97"
}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-03T14:53:52.4632304Z",
"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": "77549456-02af-4aca-a3e6-fcff6f6680f7",
"targets": "deb90fb1-8be4-476e-b021-fff7d29f1670",
"regionscountries": "f77d6c80-cfeb-4f5e-a876-beeaeaf6ae50",
"stakeholders": "e91c1bcb-8274-4c08-8d78-e59387ef13c8",
"targetaudiences": "3c1b47da-460a-4a84-8bde-81f11414b305",
"Category": "542eacd0-6680-4112-8a57-db73d2ce0e10",
"Tags": "ddde9707-f5ca-42f9-884b-3c6e61e5fee3",
"departmentaltargets": "8baf20f7-6508-496f-b79c-163aa20e609d",
"events": "99723f7c-ef00-4a7a-946f-73dab15334c6",
"publishingoffices": "95b04392-3410-43fe-b91a-254949524322",
"Parts": "sample string 19",
"FolderId": "136e8ae8-a0db-4e79-82b5-a158abf81646",
"ParentId": "642cc860-5cf6-4558-8e67-4f594ac025fd"
}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-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "fbb7ea60-1e7f-40d2-b084-dc73ed247cbb",
"targets": "2c288e5c-8604-4b36-90dd-935ff1f1917b",
"regionscountries": "221579e6-3c9d-43cb-ad0a-ed174045d47a",
"stakeholders": "cd13571d-f8d0-4231-9643-bfceb938fbf9",
"targetaudiences": "e73bbc7a-5d1d-44a1-8fcc-f5993ef42751",
"Category": "eba9a05f-a005-48ba-a482-ad5c53c9cfcb",
"Tags": "1bb42519-0a49-4ffb-b623-999cafc8c934",
"departmentaltargets": "98a097b8-af28-4d72-87ac-3e2d8fcc6609",
"events": "66722a2a-bfcf-401a-ac36-889391081515",
"publishingoffices": "d277d9aa-c807-493a-b8d9-6d3510628748",
"Parts": "sample string 25",
"FolderId": "257cd6ad-7f9f-4c85-929f-5f58955daefb",
"ParentId": "5fa44020-83f2-4f83-b246-cfcc320fd3e5",
"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-03T14:53:52.4632304Z",
"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": "9680ae0c-3d3d-42e3-adc7-fffb3c8068b6",
"targets": "47970aad-4ea6-498f-9b2e-bf89d3658b32",
"regionscountries": "a6ff1d9c-7809-4c1b-a046-0360d75c8115",
"stakeholders": "19da90db-e522-41d8-880f-e20195c1ab71",
"targetaudiences": "82ab2c8c-91e1-4886-bfb9-d6760b159ca5",
"Category": "6bd5fadb-aa9b-429a-93a2-7545b10c21a0",
"Tags": "8b9ed724-6282-4986-a932-838449206411",
"departmentaltargets": "5a0ae4c4-6829-455a-bf44-09259630ade7",
"events": "08981d39-2ae9-4c10-b9f3-cf48cfea2bf9",
"publishingoffices": "66d49d1d-76eb-4a2f-9550-300c11881cff",
"Parts": "sample string 19",
"FolderId": "361ea088-3feb-4fec-80c3-8fa1e446a6bf",
"ParentId": "4745cf1a-4da5-4c10-859b-f2ca311a6332"
}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-03T14:53:52.4632304Z",
"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": "0a6af3c8-76d9-4754-a91f-a4ee7cf606e2",
"targets": "cb6e2388-0634-4f96-84be-c685a8d8800e",
"regionscountries": "16e77a1a-e295-4b77-b296-297222f4f013",
"stakeholders": "ee6b3295-4c19-4de1-8b5c-98a680e74754",
"targetaudiences": "a5bd7fb6-17dc-4f9d-8596-e72438c2fa8b",
"Category": "c988e51f-0b77-478d-9203-a45fd458a179",
"Tags": "db7709fd-efc5-4b81-a885-14348bfb1bdd",
"departmentaltargets": "932ede3b-68a0-4568-9be2-035378e4bed5",
"events": "c80703cc-e66c-45a1-923c-577cc43d5393",
"publishingoffices": "64384778-115d-4538-a780-aa6305c8e583",
"Parts": "sample string 19",
"FolderId": "12636993-091e-4289-b7eb-4861743ceb6f",
"ParentId": "4519e7f5-0a3f-40d2-9327-bd62a5d0636a"
}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-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "e48c68c6-ae6c-40b0-beaa-a3f805987e21",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7b1d6ba1-6620-4e4c-ba7f-4f009c440c01",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:53:52.4632304+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-03T14:53:52.4632304Z",
"PublicationDate": "2026-03-03T14:53:52.4632304Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T14:53:52.4632304Z",
"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": "e48c68c6-ae6c-40b0-beaa-a3f805987e21",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "7b1d6ba1-6620-4e4c-ba7f-4f009c440c01",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:53:52.4632304+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.