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-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "5192091f-47ad-4fb1-a096-3e435eeb0056",
"targets": "94875c98-27d5-48cd-b53a-cd5949d11952",
"regionscountries": "130ab6cc-f975-4d90-88a3-402d4cf26214",
"stakeholders": "a9e7404f-d6fb-48bb-868a-b3be36b54dfe",
"targetaudiences": "21ea9f69-6715-4aad-870f-c5e030dbbfd1",
"JoomlaArticleId": "sample string 20",
"Category": "3552c517-7cc9-43a8-97d0-307dca24dda7",
"Tags": "e16c3060-2779-453d-925c-cae3c68deec9",
"departmentaltargets": "354fc74e-4eff-4047-810d-fd050c36102b",
"events": "ffb2e8d8-4f25-4a14-b2a2-4bbfebfffa54",
"publishingoffices": "02e58811-4a1e-4342-b81c-adfa06f16bfa",
"Parts": "sample string 26",
"FolderId": "410033ea-0815-4637-ba47-bec279140b50",
"ParentId": "75ef4d29-ae3d-4201-97b9-c71593a131f3",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "5192091f-47ad-4fb1-a096-3e435eeb0056",
"targets": "94875c98-27d5-48cd-b53a-cd5949d11952",
"regionscountries": "130ab6cc-f975-4d90-88a3-402d4cf26214",
"stakeholders": "a9e7404f-d6fb-48bb-868a-b3be36b54dfe",
"targetaudiences": "21ea9f69-6715-4aad-870f-c5e030dbbfd1",
"JoomlaArticleId": "sample string 20",
"Category": "3552c517-7cc9-43a8-97d0-307dca24dda7",
"Tags": "e16c3060-2779-453d-925c-cae3c68deec9",
"departmentaltargets": "354fc74e-4eff-4047-810d-fd050c36102b",
"events": "ffb2e8d8-4f25-4a14-b2a2-4bbfebfffa54",
"publishingoffices": "02e58811-4a1e-4342-b81c-adfa06f16bfa",
"Parts": "sample string 26",
"FolderId": "410033ea-0815-4637-ba47-bec279140b50",
"ParentId": "75ef4d29-ae3d-4201-97b9-c71593a131f3",
"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-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "0da87e79-fe42-4273-b49a-3eff95599efe",
"targets": "6049f4b4-066d-4455-86f8-e63b813fac13",
"regionscountries": "f5f6cf9b-1b51-4f3d-a87a-2171b806b9da",
"stakeholders": "5c7a3b08-df5d-4014-a16a-d801c0108b86",
"targetaudiences": "4a85b088-c8a0-49cb-beb3-c16b3ed9a2d7",
"JoomlaArticleId": "sample string 20",
"Category": "6a57fc66-55c7-41bd-81b8-870f4811e873",
"Tags": "8933d314-e89c-4de6-b968-2572f503d756",
"departmentaltargets": "a5a809cd-4947-4ac8-8dfc-c223e11e0353",
"events": "5ccb5bf8-329f-458f-a559-263a166a69c1",
"publishingoffices": "3704669b-7a49-451a-a182-d6ea88d7d11b",
"Parts": "sample string 26",
"FolderId": "208d0c45-9261-4c44-bf3f-63433178391d",
"ParentId": "b5b5ac6a-3cbe-4add-8012-5949e90b6083",
"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": "d6cb89fd-589c-46a3-b449-33b22e90b9d2"
}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-08-29T01:28:01.6206634Z",
"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": "61a11fc6-d7c0-4357-91a2-36ea6b6fc7ea",
"targets": "e2dd02b5-6b01-4ce1-8b34-3c794c4f23e6",
"regionscountries": "a28ede4b-662b-494f-95e5-d9ba0123f2b4",
"stakeholders": "404d13d7-c673-4a14-8a58-f2c842d58ce9",
"targetaudiences": "3cf3f593-10c6-4f81-b011-3c1076c99ecb",
"JoomlaArticleId": "sample string 14",
"Category": "83dad43d-560f-466b-9731-6897e401d779",
"Tags": "4c9452ab-7a0f-476b-b9d1-dcc460c654d2",
"departmentaltargets": "515e7842-26e0-4b82-828d-07ef5d67335a",
"events": "5e9dc2aa-d615-4fd5-b80c-520ee90effaf",
"publishingoffices": "e37e525f-e0dd-4906-a8e1-00f06c1b5931",
"Parts": "sample string 20",
"FolderId": "531a2570-ef14-4675-9a84-4e2c070d1422",
"ParentId": "f99694fc-f8df-4564-bc45-48992cccb45c"
}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-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "f73043f4-f780-478d-bb0f-450af223edae",
"targets": "6169a6a9-8a75-4d4a-8217-004a06959cdc",
"regionscountries": "0a63a423-1fc8-4e09-ae2d-d331f9f52487",
"stakeholders": "f56f57cf-e934-444c-bb7c-edf62e3af6cd",
"targetaudiences": "96e7ca2d-3c1e-4142-818a-180e5fd5ddc7",
"JoomlaArticleId": "sample string 20",
"Category": "81b443f5-b657-4e58-b12c-eb00ce0aeb8e",
"Tags": "39f1c7f5-cdb8-40bd-9d1f-b54d249d963c",
"departmentaltargets": "c6dbf4b0-c005-461b-8ebb-d302d0631c36",
"events": "8a4830e4-7675-4ee2-8fde-aafb5883c5fb",
"publishingoffices": "2d48987b-d685-4290-8468-09ae4d1d2271",
"Parts": "sample string 26",
"FolderId": "91f70a3b-b451-4fa3-951f-c5122a70f7b5",
"ParentId": "e146ecb0-c2f1-410b-8238-7e3f1ba547cb",
"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-08-29T01:28:01.6206634Z",
"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": "8f7135c5-ae80-4197-9776-204724579d12",
"targets": "e16bd01e-de25-40be-a1d2-1f3f9007dd5c",
"regionscountries": "c5330d2f-3c88-47c6-8423-d7a4c9974510",
"stakeholders": "b750d5cb-1888-42f2-9eb4-be4900dc105a",
"targetaudiences": "dcb0b89f-e04f-42f1-82e7-ca09e6e503f5",
"JoomlaArticleId": "sample string 14",
"Category": "17224750-0b59-457c-9447-e0d5f5833ca1",
"Tags": "bf588246-6c65-477c-9230-f63ddd1109a8",
"departmentaltargets": "9a7fa961-661e-44b1-954b-038addcff7e9",
"events": "23eac77d-d144-41b3-9896-15253de43c9a",
"publishingoffices": "72df964c-b5fe-496b-817d-c84b0e52d13d",
"Parts": "sample string 20",
"FolderId": "6e55c90d-6aef-48a0-b68c-bda39cc548b5",
"ParentId": "6a6ec057-92e8-4d91-8992-b170690ad01a"
}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-08-29T01:28:01.6206634Z",
"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": "471f08f1-3b84-4bd8-8986-4f5f5949abd9",
"targets": "d9e33f47-602b-4099-be8c-891a3752bea1",
"regionscountries": "243ff018-ea70-401f-b4da-315e6b596ae7",
"stakeholders": "4c51c689-949b-4dbe-bfb5-225fa5e160e1",
"targetaudiences": "b2ea56ff-9f89-4499-b6cf-d0555941186f",
"JoomlaArticleId": "sample string 14",
"Category": "edf1df43-c051-4dde-a8d1-a388b1cbc90e",
"Tags": "a7d5620c-8d9d-42b5-a810-587354af6b73",
"departmentaltargets": "c2ef27cb-779d-4765-bffa-034ddb96af01",
"events": "a9076094-8a9e-45fc-ba64-c063b5a92131",
"publishingoffices": "f8eb599a-1422-462a-850d-74d0d8fa368c",
"Parts": "sample string 20",
"FolderId": "4b0c03da-0614-4caa-bcb6-23efa77939fe",
"ParentId": "b28fd44b-1ca3-4586-a663-d00d40c036cc"
}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-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "837bc909-4877-44b9-84e8-30942913dfed",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "46320498-316c-4114-b143-e976ed63927b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:28:01.6206634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-29T01:28:01.6206634Z",
"PublicationDate": "2026-08-29T01:28:01.6206634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:28:01.6206634Z",
"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": "837bc909-4877-44b9-84e8-30942913dfed",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "46320498-316c-4114-b143-e976ed63927b",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:28:01.6206634+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.