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-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "47ee74fd-56b8-4b4b-94cd-59ced3e869b2",
"targets": "10a2d2f7-4676-41b5-8087-cbdee9e61b3a",
"regionscountries": "07c353e2-0904-4714-86db-418afe42324f",
"stakeholders": "2294e370-ed61-47bc-a189-6774fe7567da",
"targetaudiences": "d3d2a01e-85a5-4cf9-a885-b30e15f00c32",
"Category": "ab95f6bc-e7f3-45c2-a222-2a38fc99fb43",
"Tags": "45ed89fc-664d-4fb9-a908-cbb91bb494db",
"departmentaltargets": "922103c0-508e-4f64-bf97-fae2a5d2c3d5",
"events": "fa811de3-9a48-4d4c-b040-bca11bc6deef",
"publishingoffices": "7195bdcf-c9eb-49cb-9394-51d20124f00e",
"Parts": "sample string 25",
"FolderId": "cc6fb9ca-ff8f-409c-bfa1-05df7a0babaf",
"ParentId": "150ff682-43e6-429f-b75e-27721026e826",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "47ee74fd-56b8-4b4b-94cd-59ced3e869b2",
"targets": "10a2d2f7-4676-41b5-8087-cbdee9e61b3a",
"regionscountries": "07c353e2-0904-4714-86db-418afe42324f",
"stakeholders": "2294e370-ed61-47bc-a189-6774fe7567da",
"targetaudiences": "d3d2a01e-85a5-4cf9-a885-b30e15f00c32",
"Category": "ab95f6bc-e7f3-45c2-a222-2a38fc99fb43",
"Tags": "45ed89fc-664d-4fb9-a908-cbb91bb494db",
"departmentaltargets": "922103c0-508e-4f64-bf97-fae2a5d2c3d5",
"events": "fa811de3-9a48-4d4c-b040-bca11bc6deef",
"publishingoffices": "7195bdcf-c9eb-49cb-9394-51d20124f00e",
"Parts": "sample string 25",
"FolderId": "cc6fb9ca-ff8f-409c-bfa1-05df7a0babaf",
"ParentId": "150ff682-43e6-429f-b75e-27721026e826",
"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-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "039fa54d-29b9-4c6b-9a7a-a3a4d7dd9ec2",
"targets": "2b6669bc-9059-44aa-a002-d908c80f4ff5",
"regionscountries": "ccf305df-2721-4acc-99f1-4462bae4b5d2",
"stakeholders": "5a6c2f7c-5372-4cfe-aa8f-a7f88d9b54ec",
"targetaudiences": "560211b1-b0ec-40a5-b538-f78b54d34a2e",
"Category": "278c1840-f1e2-4652-a603-810bc8304385",
"Tags": "9471d0a6-fbd2-4271-92fa-8b92e27af819",
"departmentaltargets": "6ea4af84-6d76-4964-b026-e9951bd91b52",
"events": "37271e3e-cdda-4246-970b-8af34e3ff84e",
"publishingoffices": "46c82415-a625-424a-8942-acac94bf5ef3",
"Parts": "sample string 25",
"FolderId": "0149c54f-71a1-4f66-805e-df0987157ebf",
"ParentId": "2594641f-7058-4160-b0bd-2434ba1edd9a",
"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": "5a1784f5-e33e-4669-9daf-46fc487586eb"
}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-01T18:25:36.5464506Z",
"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": "15adfbdc-5006-49ec-82c8-df1b2daf855b",
"targets": "f9ba29e5-d6bd-4cda-a2d9-5660cd0a66c1",
"regionscountries": "d90d943e-ab3b-480a-bf3c-d661138ddc3c",
"stakeholders": "372fcf0d-4f99-4971-8e88-5902a61601e6",
"targetaudiences": "52f41d13-0f85-4e1e-93f7-3a1ec2549ebd",
"Category": "86108c38-39ac-4c3f-ae9c-38955bdb9c2f",
"Tags": "7708f848-a108-4bb7-b7cf-f42e3acf63b9",
"departmentaltargets": "551862a8-038f-4c61-8aee-c29d85194f86",
"events": "618ab952-c67d-41ea-891f-f7edf1b78c1e",
"publishingoffices": "ca989fe6-f194-4efa-a73a-756d5c91ff33",
"Parts": "sample string 19",
"FolderId": "6add3ce9-9221-4eae-852c-85941ee6057c",
"ParentId": "c6c61b65-b7e4-46a7-876d-0ab07a9fc05e"
}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-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "2aaadc82-c9ce-4018-85c8-edc06f25a5b8",
"targets": "20c40da0-5a64-4aa6-afa2-a0d66a139821",
"regionscountries": "03cea7a2-82c5-4fc5-a7b5-4049ba74f6de",
"stakeholders": "0ccf0218-06f9-4fec-bbd8-c70bd2b25048",
"targetaudiences": "ce89215d-5c2d-4804-8267-6d277329f254",
"Category": "71a76fc0-1b5b-427c-962d-c974c3da0e21",
"Tags": "0bc2d7fc-eccf-4eea-ace4-5cc803e1294a",
"departmentaltargets": "d0fcab3f-fdd5-4a94-88eb-1664fa7a29e5",
"events": "a9259c9c-b7d9-4085-8155-0714503b60c7",
"publishingoffices": "0b0e3767-057f-4edc-b13d-91d6a7fc4315",
"Parts": "sample string 25",
"FolderId": "d4b5ca24-7925-4597-a37b-b8af0e64314a",
"ParentId": "26531060-a16b-45af-b7b9-db0c585cd71d",
"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-01T18:25:36.5464506Z",
"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": "bdf0c58d-1424-4d60-9144-3a7c72c94e92",
"targets": "5df3d103-fb26-4ce8-b7a1-0ab79fad3e55",
"regionscountries": "735a68e1-8723-4683-b79f-cd3c17d7553a",
"stakeholders": "e592bc17-1645-4ed0-a696-fb632360d253",
"targetaudiences": "24fa02e6-2254-4d1b-b0d2-e2edfef788b4",
"Category": "67e42d63-b424-4cce-b01b-e993e3c4d6f3",
"Tags": "6778300c-a93f-44db-b476-e37d048a664b",
"departmentaltargets": "237e1b78-bda5-4439-89fb-d5ad60013270",
"events": "9991cb97-f7a8-4cdd-bad6-8d40f2fd71ac",
"publishingoffices": "ba572e4d-7992-4bf8-b518-426091a0f72e",
"Parts": "sample string 19",
"FolderId": "22dcbbc7-bb33-43d0-91b4-1c2db4ba8e60",
"ParentId": "79dc4798-f777-40fc-bd2d-bb2dd84f5daf"
}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-01T18:25:36.5464506Z",
"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": "0cd187bf-00e3-455e-8304-91c86f799943",
"targets": "015ccf65-fe7e-43c4-aa4d-5ac470eac26e",
"regionscountries": "a8ff6b86-32fe-4d6b-a268-6a9ca74f1816",
"stakeholders": "1fbb317e-3068-44f0-9b99-059ef46acbf5",
"targetaudiences": "b6596c0d-d7fa-418d-9ba3-1dceda510a43",
"Category": "396f41bd-a287-4d8a-8738-fb04630a581e",
"Tags": "551624ac-ef0c-4a9e-b2fa-a65fab003862",
"departmentaltargets": "19e56466-2279-490b-8982-d564f37b931a",
"events": "f10f2c6e-04c5-4ad3-bcb9-a0ce3b492c8f",
"publishingoffices": "26526884-dac9-47d9-a876-04b45c68e163",
"Parts": "sample string 19",
"FolderId": "3fdeb68b-a53c-4d40-9346-7189c7ffd2ea",
"ParentId": "ab220012-6e9b-42e6-9c11-3c0ab22f3a70"
}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-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "f7c76407-9816-4273-9af1-de878561e198",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d8b27d15-2ffd-433c-b24f-bb382754bd40",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:25:36.5464506+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-06-01T18:25:36.5464506Z",
"PublicationDate": "2026-06-01T18:25:36.5464506Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T18:25:36.5464506Z",
"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": "f7c76407-9816-4273-9af1-de878561e198",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d8b27d15-2ffd-433c-b24f-bb382754bd40",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T18:25:36.5464506+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.