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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "cd8fa146-3b67-43ca-bbfb-2ed7fad22317",
"targets": "7f9f9ae1-d100-4b4a-bb10-c50edd583d31",
"regionscountries": "dda2069f-fa3c-4e78-bcc6-0e748b43e5cb",
"stakeholders": "0b0f4e49-a260-4720-8c82-81546124698d",
"targetaudiences": "dc3b8143-d6c6-45e6-897d-edcbc4c92eb8",
"JoomlaArticleId": "sample string 20",
"Category": "460a06da-c7da-4995-b7d9-23b9380ed616",
"Tags": "171ae513-8d9d-4881-b9a2-5ab54fa39f0c",
"departmentaltargets": "3d34afec-f02b-4d1f-ba24-a8eb52f5d4fa",
"events": "21f2d4c3-f712-40d7-95df-be4df1580dc4",
"publishingoffices": "4d29b9fd-c1ca-4709-9f71-59024cc3f817",
"Parts": "sample string 26",
"FolderId": "c0e1156f-1443-4033-8844-4bf155029aa3",
"ParentId": "2c61cec7-9fb1-48cd-be17-dcccaa5feb22",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "cd8fa146-3b67-43ca-bbfb-2ed7fad22317",
"targets": "7f9f9ae1-d100-4b4a-bb10-c50edd583d31",
"regionscountries": "dda2069f-fa3c-4e78-bcc6-0e748b43e5cb",
"stakeholders": "0b0f4e49-a260-4720-8c82-81546124698d",
"targetaudiences": "dc3b8143-d6c6-45e6-897d-edcbc4c92eb8",
"JoomlaArticleId": "sample string 20",
"Category": "460a06da-c7da-4995-b7d9-23b9380ed616",
"Tags": "171ae513-8d9d-4881-b9a2-5ab54fa39f0c",
"departmentaltargets": "3d34afec-f02b-4d1f-ba24-a8eb52f5d4fa",
"events": "21f2d4c3-f712-40d7-95df-be4df1580dc4",
"publishingoffices": "4d29b9fd-c1ca-4709-9f71-59024cc3f817",
"Parts": "sample string 26",
"FolderId": "c0e1156f-1443-4033-8844-4bf155029aa3",
"ParentId": "2c61cec7-9fb1-48cd-be17-dcccaa5feb22",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "fa65c83c-3daf-46c1-ba3c-cf80f0b2568c",
"targets": "17b70086-e088-4e04-a292-e6bd4a34a65e",
"regionscountries": "44add53a-026e-4f00-93f2-e229dfed3b89",
"stakeholders": "291a4210-ab58-421f-9c34-2226688a95a6",
"targetaudiences": "1717217f-d675-455d-9e99-c38e19a1a523",
"JoomlaArticleId": "sample string 20",
"Category": "486c12a2-715f-4559-b9fa-fbe7735deb9a",
"Tags": "8b03878e-2597-4714-9976-f7f7110d7dd6",
"departmentaltargets": "bdb5dc6e-5747-483a-9b8c-baaa23c8d02b",
"events": "aa113713-f3f3-4395-8989-de859ebde169",
"publishingoffices": "1f5bae64-0b64-4cac-87b0-b39344ae61e4",
"Parts": "sample string 26",
"FolderId": "3cb0017c-a798-4bc8-ab2c-bd7fdeee16bb",
"ParentId": "9d1f7372-3585-4fb1-b0e5-9e21f36169fd",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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": "17dacd61-0fe0-4fb9-a2a4-3cc2fa5158a7"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"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": "1b700b7a-0ba2-47e0-accc-715e3886d8fe",
"targets": "7611f1d9-a4ba-4556-b5f0-ef1af12096f6",
"regionscountries": "c4a96022-33f9-4497-af08-812a813e84ed",
"stakeholders": "6efc2272-3df3-4841-b17b-c33128d1a560",
"targetaudiences": "4fd5cb86-e821-4040-b314-d4ebb5151152",
"JoomlaArticleId": "sample string 14",
"Category": "78f8874e-983f-417c-84fc-5a55e737ba7e",
"Tags": "d39866d6-e74c-481c-a5dc-3e6491085569",
"departmentaltargets": "844269a7-8097-4162-9239-d8acdcb20e56",
"events": "21b98789-486a-450b-ac61-c1cf95d4db0e",
"publishingoffices": "87925cf1-d65b-4178-ba33-cc276e3829b6",
"Parts": "sample string 20",
"FolderId": "e05b2332-bfeb-44aa-bb25-e46dc1e30bc8",
"ParentId": "77bc6b57-ad5f-4275-81ba-6b7770266c1a"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "295be064-284d-412e-8db9-130443d48633",
"targets": "df114618-60f9-4ca9-9701-28fe180792a3",
"regionscountries": "6775fe5a-8dbc-4877-a88e-4f5728dac356",
"stakeholders": "76598f7f-4a92-49f2-b50a-b6c70cfbbaf9",
"targetaudiences": "f396388c-22bd-4846-a03c-1be2b4bb86f2",
"JoomlaArticleId": "sample string 20",
"Category": "02246338-3406-4329-819c-5830b201f734",
"Tags": "8cbdd913-075a-48b0-82ad-cb6e5ef2837c",
"departmentaltargets": "fa57f4b7-90ac-4e49-bb4a-aa04a1340eb0",
"events": "97cd635c-0e9e-40d7-ae8c-2cca111bad7d",
"publishingoffices": "1f10496c-57aa-4e5d-88bd-13a21d0634f5",
"Parts": "sample string 26",
"FolderId": "0fc89593-6fe1-48e3-a041-38bd46ea0fcb",
"ParentId": "e045328d-a3f3-44d4-9b9b-6c76a171bb18",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"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": "48665491-6d1c-4430-b557-b4863e54dea4",
"targets": "418523d6-b109-4d51-8c07-a8c81abd2288",
"regionscountries": "88ba1983-2216-4b37-8f28-628e34457e0e",
"stakeholders": "ea3f97e4-f294-49f3-bcd4-e6ea3594a851",
"targetaudiences": "59be1809-8f12-42d1-bad0-547728a4b386",
"JoomlaArticleId": "sample string 14",
"Category": "79991de8-e9ef-4d1d-b9ea-e31b3b171b78",
"Tags": "78e3af7c-ba70-4c91-837e-3436c8778164",
"departmentaltargets": "4553b9a1-74bf-46e3-a274-415a6bf572a9",
"events": "b50f7488-f78d-4abf-9b5c-56a13388f763",
"publishingoffices": "84ec62ef-85fe-4260-8835-649d6687e487",
"Parts": "sample string 20",
"FolderId": "0126f9ca-8a42-4445-8326-505e03b11f07",
"ParentId": "4d837a3b-8a23-4045-8619-276a9eb2e158"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T08:09:46.5774009Z",
"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": "5d7d19ad-402f-40a5-a3bb-8b0fee63e21d",
"targets": "c1a214d3-2a76-438c-9a91-511519b17f72",
"regionscountries": "221f9f5a-fcb5-40b1-bc78-aebef172a55c",
"stakeholders": "8a5699b3-01e6-417f-82fc-904fb03d77da",
"targetaudiences": "df821649-2a72-464a-bd5f-ca19a2ea1e27",
"JoomlaArticleId": "sample string 14",
"Category": "c6c118df-8bd7-42b5-8552-e3bf389f007f",
"Tags": "8bd41e6a-3669-4e97-8ffc-b773195fa472",
"departmentaltargets": "7efb8d8a-8a2d-442a-a6a5-3297d8298b44",
"events": "2259f210-c74a-4917-9371-8735a9059d6c",
"publishingoffices": "008f2d19-714e-4b3b-8049-d49db2cd7826",
"Parts": "sample string 20",
"FolderId": "05c7c86f-b29d-4395-afd3-ca9f46cf6122",
"ParentId": "9081b66c-b277-41dc-871c-2b1111c4d9b5"
}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-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "d6fd5e5b-6c2e-4e0e-bccc-6967de733ae8",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d8845b71-1f37-4125-9d3a-f76a6f8d9196",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T08:09:46.5774009+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-07-17T08:09:46.5774009Z",
"PublicationDate": "2026-07-17T08:09:46.5774009Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T08:09:46.5774009Z",
"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": "d6fd5e5b-6c2e-4e0e-bccc-6967de733ae8",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "d8845b71-1f37-4125-9d3a-f76a6f8d9196",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T08:09:46.5774009+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.