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-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "5f451bdd-0157-407f-8654-ace3ad95779f",
"targets": "191c5584-92a3-465c-9ec8-f734a6650754",
"regionscountries": "f220db55-4927-466d-85f4-81ef1e981aaa",
"stakeholders": "a26bebe1-8aa5-4f92-acb0-424140b67882",
"targetaudiences": "4b41fba6-1447-445b-a0e7-698649263447",
"Category": "b45cfd38-95e3-4c33-a4f0-cf3361ef75e9",
"Tags": "b7279181-5fd3-4efc-9d67-824c0b734c92",
"departmentaltargets": "0d36de83-2061-4628-a0e6-77df93232d7c",
"events": "632d72e8-39cb-4a6e-9cb9-ff6549251011",
"publishingoffices": "9306fec8-925f-44c7-a03b-a1d4c321f4fe",
"Parts": "sample string 25",
"FolderId": "802b7086-5b4c-4a5c-bc9d-f7e69980925e",
"ParentId": "670667ec-901a-42a9-9e26-e7b4ec6184d5",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "5f451bdd-0157-407f-8654-ace3ad95779f",
"targets": "191c5584-92a3-465c-9ec8-f734a6650754",
"regionscountries": "f220db55-4927-466d-85f4-81ef1e981aaa",
"stakeholders": "a26bebe1-8aa5-4f92-acb0-424140b67882",
"targetaudiences": "4b41fba6-1447-445b-a0e7-698649263447",
"Category": "b45cfd38-95e3-4c33-a4f0-cf3361ef75e9",
"Tags": "b7279181-5fd3-4efc-9d67-824c0b734c92",
"departmentaltargets": "0d36de83-2061-4628-a0e6-77df93232d7c",
"events": "632d72e8-39cb-4a6e-9cb9-ff6549251011",
"publishingoffices": "9306fec8-925f-44c7-a03b-a1d4c321f4fe",
"Parts": "sample string 25",
"FolderId": "802b7086-5b4c-4a5c-bc9d-f7e69980925e",
"ParentId": "670667ec-901a-42a9-9e26-e7b4ec6184d5",
"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-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "52c930e1-74c0-4f55-a799-0a94924c6721",
"targets": "9efa7bac-e7d7-40bb-9d68-30977d0a277d",
"regionscountries": "82bcafc9-ce6d-42c1-a672-e102b1ea3f0c",
"stakeholders": "c356d1aa-9adb-4260-9709-c4e693f9b1a6",
"targetaudiences": "cbe0662d-46f3-4ca6-9de9-e7683d0fe5f6",
"Category": "3a495e74-d10f-4b1a-a5ba-0b3d71e878a5",
"Tags": "cb1ca35d-e87b-4a48-a847-9e1587f8a2fc",
"departmentaltargets": "d09d0003-b9b9-47b0-b64e-5c2a1b34f62b",
"events": "763fc7a3-a97b-4189-940e-385e0ed9525a",
"publishingoffices": "552717ca-5c9b-4cbd-90b7-a7c0751ca4c4",
"Parts": "sample string 25",
"FolderId": "2ce53a9b-7a00-4bca-b209-4fec66d99993",
"ParentId": "4e0e699f-c150-40b5-b587-198748b4270d",
"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": "4e45cbd5-dccc-421f-80d3-0ef7fa66bb53"
}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-05-07T14:15:51.2352995Z",
"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": "ca114a49-477c-4a04-b693-3fc7f6da0141",
"targets": "232c9914-98b0-44e0-ba33-b779b7da5d2a",
"regionscountries": "fd59794d-d98c-49bc-bc29-9c4dfe053a73",
"stakeholders": "423a8683-fcbf-4b87-9f87-a043aa5ef51d",
"targetaudiences": "44ae6569-f15e-411c-8944-7c10bae7b6ba",
"Category": "5a26fb36-c832-4984-8f1f-06a9084d904d",
"Tags": "7d4ce499-7487-4975-b725-10a3cd6339fe",
"departmentaltargets": "0bf961ce-b34a-4480-94e7-40537dd411b9",
"events": "ddb50968-f799-4309-90dd-aba5cdd28977",
"publishingoffices": "45cc7147-cef8-4c80-9f03-6c5f76675494",
"Parts": "sample string 19",
"FolderId": "4a78074f-e7f1-4ab0-8a1e-9d0c7eb8699e",
"ParentId": "a31da2ce-6f74-4f0f-9065-07a50f8a3bc5"
}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-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "f6333e0e-ec4c-4d93-8be2-6825a1da0d4c",
"targets": "f7ba8b98-c3ef-4cf1-a65f-778a943693e8",
"regionscountries": "73d8031a-d115-4688-8828-c6d14482e488",
"stakeholders": "da2eba30-2168-4b54-9dc4-02e62226f5a1",
"targetaudiences": "a097966e-b431-4776-8caa-13ede45c547b",
"Category": "21085793-5618-455c-8a03-a7c605edac1f",
"Tags": "a7620dee-3702-494a-b45d-dfc0734d6a40",
"departmentaltargets": "0ac367f2-b104-48cd-9afa-07397eacb54c",
"events": "0afbdc49-3b09-403d-a93e-5e36f24a7b2f",
"publishingoffices": "1452f114-bccf-473b-aad2-259c4ec76dec",
"Parts": "sample string 25",
"FolderId": "de58cbc0-54ed-476f-848d-4d4b00962d5a",
"ParentId": "da785c8f-dfc3-42d0-8443-3f2aa5783c58",
"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-05-07T14:15:51.2352995Z",
"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": "f705f83b-4619-4223-a407-4969556740af",
"targets": "1343fe6c-c3ff-48e2-8680-dbce3d7ac377",
"regionscountries": "747de1f8-7e14-4512-a2fa-2be5fcc591cd",
"stakeholders": "3630719b-7e61-46d0-8ac0-5b00904d7745",
"targetaudiences": "8bd5f8d6-a279-47a4-b9c5-88984ba63a17",
"Category": "c23fe06d-fd29-4400-bfa0-20521ef3deda",
"Tags": "480e33b9-2ec3-4ed7-b9f8-90d172f0fc0e",
"departmentaltargets": "4d88080d-bb66-4a79-ac8b-ba6aebf79b0c",
"events": "54376074-75fa-4a92-b3e8-588eb64b0f9b",
"publishingoffices": "78d18522-af0e-4219-a8ff-916b77ba3b8a",
"Parts": "sample string 19",
"FolderId": "d16afb25-b4ba-4292-a4b7-47c860ea9519",
"ParentId": "19f8a3e9-4759-417c-8dcf-796451497bcf"
}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-05-07T14:15:51.2352995Z",
"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": "dbfac60c-fc86-4a2d-a676-eb389b732fa3",
"targets": "c86b124e-2ed3-41b0-8d48-df2ba60db0ac",
"regionscountries": "800f915a-c07a-4244-95dc-bb4feee82d15",
"stakeholders": "472b05bd-f53e-4eff-94dd-76c0428720aa",
"targetaudiences": "9083380c-3aad-4ba9-9ed4-6ecf70922373",
"Category": "e66b9314-19cb-49b5-88b8-14ad2bb5b8db",
"Tags": "cc7453ba-147e-481e-b1db-1079e2a2435d",
"departmentaltargets": "a78c1766-931d-428f-b76f-80d0b3aadb7c",
"events": "b6d1f679-6e99-4dd0-9a01-ba41601689cd",
"publishingoffices": "4afb8edc-218f-4201-9d8f-c685962904f7",
"Parts": "sample string 19",
"FolderId": "428e62f4-c098-4826-b1e3-4ef653addb64",
"ParentId": "8b894a18-e59a-4a94-b796-d07f4fda4eb8"
}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-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "6201d59c-bd71-423b-a728-96b3042e4618",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "aa1ab367-57ec-4457-be7c-73738726b108",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T14:15:51.2352995+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-05-07T14:15:51.2352995Z",
"PublicationDate": "2026-05-07T14:15:51.2352995Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T14:15:51.2352995Z",
"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": "6201d59c-bd71-423b-a728-96b3042e4618",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "aa1ab367-57ec-4457-be7c-73738726b108",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T14:15:51.2352995+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.