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-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9603024Z",
"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": "d7b27e63-5c59-4d71-b3ae-7dbc3be11bca",
"targets": "89cbdfed-a7cc-4b40-87ae-63315b3484a5",
"regionscountries": "7ce6ab76-6c49-4d2f-b586-0c4e0dd55eee",
"stakeholders": "b1f3183f-d161-4e0e-acc2-e5805896db45",
"targetaudiences": "4350113f-c365-4011-941b-d676aa79df0a",
"Category": "4f8bdf41-69a7-4196-9db6-7fb2daa69ee1",
"Tags": "f63c410e-7cdb-470a-911a-ddc5aeb2cf33",
"departmentaltargets": "78193288-9036-4b1c-ad8f-e1ba1f3f7672",
"events": "ebc71fca-73ea-407e-9d30-c1de8827b8a9",
"publishingoffices": "3a00fb33-618c-4b84-88ac-d9d6d3d9c067",
"Parts": "sample string 25",
"FolderId": "038f6c99-5173-47f5-ab1f-7b2c4a630f7e",
"ParentId": "aa19e7b8-ba6d-485c-b182-aab9bf17c377",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9603024Z",
"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": "d7b27e63-5c59-4d71-b3ae-7dbc3be11bca",
"targets": "89cbdfed-a7cc-4b40-87ae-63315b3484a5",
"regionscountries": "7ce6ab76-6c49-4d2f-b586-0c4e0dd55eee",
"stakeholders": "b1f3183f-d161-4e0e-acc2-e5805896db45",
"targetaudiences": "4350113f-c365-4011-941b-d676aa79df0a",
"Category": "4f8bdf41-69a7-4196-9db6-7fb2daa69ee1",
"Tags": "f63c410e-7cdb-470a-911a-ddc5aeb2cf33",
"departmentaltargets": "78193288-9036-4b1c-ad8f-e1ba1f3f7672",
"events": "ebc71fca-73ea-407e-9d30-c1de8827b8a9",
"publishingoffices": "3a00fb33-618c-4b84-88ac-d9d6d3d9c067",
"Parts": "sample string 25",
"FolderId": "038f6c99-5173-47f5-ab1f-7b2c4a630f7e",
"ParentId": "aa19e7b8-ba6d-485c-b182-aab9bf17c377",
"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-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9603024Z",
"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": "e0ed995f-76fb-429d-b651-025ab86c8f0e",
"targets": "079f8e5e-fbd3-4348-83af-90abea48fb60",
"regionscountries": "f7f9929e-8fa1-4b06-8bed-824c60c52c3c",
"stakeholders": "ce2f80bb-938f-4b9e-a1c1-64c55badc9f1",
"targetaudiences": "06bdf71c-36bf-4cc9-98b5-d2f8d77cdec7",
"Category": "6ffe2474-9b54-4e0e-bde7-38a97e3eac95",
"Tags": "e6be1e7c-c93c-4303-8b84-33df80df027c",
"departmentaltargets": "3492e6c8-c105-44d8-b9b9-8c55f4bb6303",
"events": "90459ce6-7c0f-4c00-b134-b0f37552eb31",
"publishingoffices": "91a03ac9-99f3-44e1-b60d-a8ddf82d7ffd",
"Parts": "sample string 25",
"FolderId": "abb2403c-4c2a-4b5c-977c-0d8c52594b7e",
"ParentId": "74f040e9-ba68-4572-8dad-5294090d300f",
"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": "910ab05a-f289-4d91-9afa-c8e1b7312da9"
}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-02-10T11:38:25.9603024Z",
"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": "c63ef9b4-68b8-4703-8d83-1656885d622f",
"targets": "84086b5e-074a-4011-93bc-03004b534a1c",
"regionscountries": "0ff9aa61-30db-4690-9b2c-e91a34647a05",
"stakeholders": "a6cd1637-c34d-46b6-8dde-39961ac1fffb",
"targetaudiences": "298ffbcd-b894-416f-94e9-4668a2f7bcf4",
"Category": "badbce51-80e3-494e-b8ca-e282c3529fbf",
"Tags": "60e2af90-1185-4f81-a7c9-062cf1919c9e",
"departmentaltargets": "b2f46ab1-dbae-4c8c-a722-020093d3fccf",
"events": "2857d498-414a-4730-84aa-fb9a84aea950",
"publishingoffices": "87c40d2d-2813-40c7-a9ef-6e49c5b8f7a6",
"Parts": "sample string 19",
"FolderId": "d649ac3c-483a-415a-b1f8-86b7ff37c139",
"ParentId": "d60f4918-a853-4a71-8002-3a7440d6171c"
}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-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9603024Z",
"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": "4e5724d1-72db-40ee-8705-bd457ee43fee",
"targets": "fdd91256-cbe0-444f-89c8-24ee03b19657",
"regionscountries": "191db46e-0661-49ff-8957-0e7522d3ffad",
"stakeholders": "580927d1-a92d-434e-8728-a6b2cd43eed8",
"targetaudiences": "38547133-52bc-473d-8681-83486b1496e7",
"Category": "87124b1f-ede4-4961-8875-195969047d07",
"Tags": "1004687f-2d42-435b-b271-e667435d6f5f",
"departmentaltargets": "0e04b234-75ad-4736-91bc-3e60b9e895e6",
"events": "467ea266-2981-4e97-8d38-d25676f34059",
"publishingoffices": "5a71e84a-3c3b-4f00-8e26-5baa6535fee8",
"Parts": "sample string 25",
"FolderId": "46ce1524-2695-4c2a-99e3-ee6e49969862",
"ParentId": "37afeddc-72ca-4368-98b3-f4a020bd2784",
"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-02-10T11:38:25.9603024Z",
"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": "0a2d589e-7486-40b2-9f0a-3043d7895b5d",
"targets": "538d84bd-a007-4667-b901-7b313e7e7d30",
"regionscountries": "19b0ae1c-0685-4c30-b7ea-07fd7cccb40b",
"stakeholders": "5be3a0be-1c5d-4c47-a203-6e9e3c26a7f9",
"targetaudiences": "79ccc545-1794-4eb6-8489-6c45cad812c8",
"Category": "7bd85643-6d65-4ba6-b66c-5f00b882e1ac",
"Tags": "0aedcb31-af33-4c6d-a35f-6d78607b00a0",
"departmentaltargets": "e57024dd-485b-4638-b205-cd3eee40712b",
"events": "60f31f29-0ef4-4404-941b-e006f5446972",
"publishingoffices": "32cb2d27-a1e8-43b9-b3e6-b13e4d12caf0",
"Parts": "sample string 19",
"FolderId": "62954c3b-3af1-4a45-a6e9-f0524f72d187",
"ParentId": "31e8a6fa-b3c3-47e7-a1bb-32c8f370cef9"
}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-02-10T11:38:25.9603024Z",
"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": "e3f6b7ab-b4a3-4aef-9ef2-863a5ba741f4",
"targets": "ba5b7668-9d8b-4211-817f-2e8f6c55d8bf",
"regionscountries": "eac4ebbc-cd47-4560-a528-7eceab55d3ac",
"stakeholders": "44f4b67c-6f8b-4499-b28f-4991b9c60c50",
"targetaudiences": "a0ff6229-811d-4e9b-aa9b-8c41017ed174",
"Category": "9b2a37b2-5026-40c4-8d98-157bb7162cd5",
"Tags": "e0dcfd7a-e222-4e30-abb9-facbacf30023",
"departmentaltargets": "917afbcc-f6b1-48cb-b079-bfda01c20028",
"events": "b569ee8e-a7ae-476e-9b98-bdbfaf49bc31",
"publishingoffices": "82f0db6b-15eb-4d33-b257-413724f59173",
"Parts": "sample string 19",
"FolderId": "4a776f2d-b52c-45a8-8ab3-2f4f62c39f6d",
"ParentId": "4648b147-b5f6-4e78-a229-7854232a944a"
}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-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9759319Z",
"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": "37e39a89-e96e-49d7-841f-807299811d2b",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "aeab9610-19f2-4134-87d3-ec901f636584",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:38:25.9759319+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-02-10T11:38:25.9603024Z",
"PublicationDate": "2026-02-10T11:38:25.9603024Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:38:25.9759319Z",
"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": "37e39a89-e96e-49d7-841f-807299811d2b",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "aeab9610-19f2-4134-87d3-ec901f636584",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:38:25.9759319+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.