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-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "73a67d25-48d0-4563-a0e1-d1b00f473aeb",
"targets": "db119f76-55ff-4588-be0c-eaa4d7216ebc",
"regionscountries": "c4b3ac44-aadb-41c7-8b59-074b14bf7447",
"stakeholders": "2a070248-c3f4-43ca-900c-4a636901ea9f",
"targetaudiences": "57108263-3613-48d4-a7dc-23425a5ebb5c",
"JoomlaArticleId": "sample string 20",
"Category": "4e4d06b2-2937-4fe8-b0c1-d9522f8f469a",
"Tags": "26b102ca-528e-4333-b41e-d2b0faf5020a",
"departmentaltargets": "7cd9bb4c-9369-4747-b27c-6223dc4cf174",
"events": "d3778a01-b1b5-4e3d-9870-10bc0d5a6449",
"publishingoffices": "a21f9edc-4d52-45b5-a06c-f00f5424bf7b",
"Parts": "sample string 26",
"FolderId": "228e69e7-51e3-4c2a-8417-feb75f4659d2",
"ParentId": "c1617058-787e-4175-8f14-f546a423f560",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "73a67d25-48d0-4563-a0e1-d1b00f473aeb",
"targets": "db119f76-55ff-4588-be0c-eaa4d7216ebc",
"regionscountries": "c4b3ac44-aadb-41c7-8b59-074b14bf7447",
"stakeholders": "2a070248-c3f4-43ca-900c-4a636901ea9f",
"targetaudiences": "57108263-3613-48d4-a7dc-23425a5ebb5c",
"JoomlaArticleId": "sample string 20",
"Category": "4e4d06b2-2937-4fe8-b0c1-d9522f8f469a",
"Tags": "26b102ca-528e-4333-b41e-d2b0faf5020a",
"departmentaltargets": "7cd9bb4c-9369-4747-b27c-6223dc4cf174",
"events": "d3778a01-b1b5-4e3d-9870-10bc0d5a6449",
"publishingoffices": "a21f9edc-4d52-45b5-a06c-f00f5424bf7b",
"Parts": "sample string 26",
"FolderId": "228e69e7-51e3-4c2a-8417-feb75f4659d2",
"ParentId": "c1617058-787e-4175-8f14-f546a423f560",
"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-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "b53a706d-1547-45f5-8675-1d3124751981",
"targets": "75a3f885-58df-4148-8b8c-8afeb4ac240e",
"regionscountries": "4dadbcbb-0810-47c7-99ed-911ba8922b8b",
"stakeholders": "f780c9f4-5823-446b-bc7a-c566b063b29a",
"targetaudiences": "abc67687-ec4a-449a-8a5c-f6a2d16593cc",
"JoomlaArticleId": "sample string 20",
"Category": "e601c023-f0b8-41ce-8ee5-b7d7a97f7cd4",
"Tags": "68b6e5b3-def5-4a1d-bb41-29397ca2a2be",
"departmentaltargets": "ec929b3c-4fd8-4883-9d65-c2bf5c92df0c",
"events": "67f85abe-7bf9-490b-89f7-1c3b0c20c634",
"publishingoffices": "45208a9f-68d5-4852-a12f-7d756ea09c99",
"Parts": "sample string 26",
"FolderId": "e7213566-4f94-4777-ae87-73907ce0acc6",
"ParentId": "35faf69c-27f2-424d-b2ba-75d7a9b24c5f",
"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": "d229c732-79cc-4436-8648-21cca1beebae"
}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-08T04:55:40.5623983Z",
"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": "6a815afd-b756-4dfc-aa4f-adc00bdd6590",
"targets": "1f38166c-4dfa-4f45-bcfe-da49238f439b",
"regionscountries": "673e21e3-e8a1-45e3-a257-3aa76af39514",
"stakeholders": "d458294a-78c0-41b0-bbff-4f49444c7d61",
"targetaudiences": "24ed1f09-e1a3-4a47-873b-c17d42888855",
"JoomlaArticleId": "sample string 14",
"Category": "46ace50d-dee8-4b62-a902-f6a5c2c69502",
"Tags": "1680bfbe-d6bb-47d6-8a46-42f4f4365e55",
"departmentaltargets": "0c3c8e1d-59e9-451e-a3ab-7e71eb30b939",
"events": "b36a359f-49ed-44fd-aa68-fab1b82b1439",
"publishingoffices": "28fabce3-9708-450d-aa16-c893b7e3c22f",
"Parts": "sample string 20",
"FolderId": "2c95dd99-0993-40fa-afc9-e5e30a356acb",
"ParentId": "3fd25ba3-d76c-4fe8-8172-8f2b2d2c42b7"
}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-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "a1db85b4-36af-415b-95b6-a4f9386d2de7",
"targets": "5e75eacc-6083-46e0-985e-1acc5db63572",
"regionscountries": "97ccc492-508d-4937-978d-5d75b8694e5f",
"stakeholders": "4a445ec5-df51-46ba-8484-d3b855865020",
"targetaudiences": "168896a8-ad00-4169-9231-05e11f2e9be5",
"JoomlaArticleId": "sample string 20",
"Category": "473fff21-f2af-4cb7-a7ce-6f4a2998feb1",
"Tags": "617fa3df-0a13-4287-9f06-a8fc7abbf375",
"departmentaltargets": "013702de-c921-457a-b765-5fda39f72e1b",
"events": "0c89180b-e9d3-4d0a-8aed-55c02d3e3702",
"publishingoffices": "51d66570-8499-4e8c-9304-16965a21864a",
"Parts": "sample string 26",
"FolderId": "1d0e1eac-8a47-479e-b578-5cf16b841276",
"ParentId": "b637c2d2-26f1-436c-88bc-11e7b7b6e85f",
"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-08T04:55:40.5623983Z",
"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": "bde2d4e2-9646-4eac-bc80-5a16cd649f2f",
"targets": "89c0546d-a578-4e40-a094-3673b508ad2f",
"regionscountries": "c29fd196-2c5e-461d-9d20-8ec36bcd37e3",
"stakeholders": "7fe3ae2e-bc08-4388-b494-ab3711013259",
"targetaudiences": "debc825a-aa16-4544-9436-4b1637cdf36c",
"JoomlaArticleId": "sample string 14",
"Category": "c43b2095-af24-4667-b044-b158f6ee3870",
"Tags": "1bb6a9fd-d858-4ac7-99e8-3d8faee7792b",
"departmentaltargets": "aecd76b5-e35e-40a9-8897-a5f3b16edc2d",
"events": "f6031c2e-dd68-4ac8-9494-ed4898f7d1a3",
"publishingoffices": "f2789d39-f425-4259-aa09-ef8b7706bbe3",
"Parts": "sample string 20",
"FolderId": "24820726-1166-455d-b6d4-d24c66c7a913",
"ParentId": "d7665048-a0e2-4bb3-bf6b-4a8bc3929cb9"
}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-08T04:55:40.5623983Z",
"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": "32f0111f-9b28-4e7e-8825-bfec1bfb4bc4",
"targets": "cc8151a0-c775-47a3-8f30-72c13fcfb7eb",
"regionscountries": "0cd446a9-b7b8-486e-b69d-88c335d62752",
"stakeholders": "03787d4a-4851-4abf-8940-7a815064ee81",
"targetaudiences": "47839bd8-38f4-4db4-b6fc-15f1f5578be7",
"JoomlaArticleId": "sample string 14",
"Category": "da80992a-9a77-46e5-94dd-aee437ddd3cf",
"Tags": "0b3c9410-fb80-439d-9944-3dc4c02e7b8a",
"departmentaltargets": "d7149c97-adaf-4d6a-959f-c1529940dad8",
"events": "fc20390a-9125-4385-afbf-29341211a9d0",
"publishingoffices": "b3977dcb-b905-4f26-97d5-2b806b2780ec",
"Parts": "sample string 20",
"FolderId": "fd72e6f3-c3bb-4994-abf4-f4eaf0d41de9",
"ParentId": "f55163da-4c8f-41be-8fe2-0e4fc00df71e"
}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-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "37514093-80ed-413d-ad7b-ad1c0c324b65",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "6b574de7-7069-4b7c-9352-88494fb0f99d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:55:40.5623983+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-08T04:55:40.5623983Z",
"PublicationDate": "2026-08-08T04:55:40.5623983Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:55:40.5623983Z",
"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": "37514093-80ed-413d-ad7b-ad1c0c324b65",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "6b574de7-7069-4b7c-9352-88494fb0f99d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:55:40.5623983+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.