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": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "2d70eb15-71f7-4f0d-bd6b-3c495f0a0973",
"targets": "808f14eb-e4da-4b0b-8fa3-56ce9bd3b46e",
"regionscountries": "953e0945-9378-41d0-9318-fec5cbe9ff93",
"stakeholders": "a9722110-a0cc-4bb2-bb5e-36024758e5b9",
"targetaudiences": "b7de537b-fb43-48ba-8148-3f91cdf324e4",
"Category": "c418a77c-d285-4455-a320-b7c93992bbf6",
"Tags": "6f4e0db0-6a3c-4da2-b8ac-8f2775a4a048",
"departmentaltargets": "5821f682-6881-4fc7-a568-8a2ec1df487a",
"events": "caf28a37-aaea-433e-98f9-50714c31576e",
"publishingoffices": "3d37cda1-609e-45f2-9772-08ea1a9d1bb9",
"Parts": "sample string 25",
"FolderId": "beac7ead-6e2a-4592-b2ea-bf14ab985284",
"ParentId": "915ee276-f3c2-43dd-859a-df5f96af0fda",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "2d70eb15-71f7-4f0d-bd6b-3c495f0a0973",
"targets": "808f14eb-e4da-4b0b-8fa3-56ce9bd3b46e",
"regionscountries": "953e0945-9378-41d0-9318-fec5cbe9ff93",
"stakeholders": "a9722110-a0cc-4bb2-bb5e-36024758e5b9",
"targetaudiences": "b7de537b-fb43-48ba-8148-3f91cdf324e4",
"Category": "c418a77c-d285-4455-a320-b7c93992bbf6",
"Tags": "6f4e0db0-6a3c-4da2-b8ac-8f2775a4a048",
"departmentaltargets": "5821f682-6881-4fc7-a568-8a2ec1df487a",
"events": "caf28a37-aaea-433e-98f9-50714c31576e",
"publishingoffices": "3d37cda1-609e-45f2-9772-08ea1a9d1bb9",
"Parts": "sample string 25",
"FolderId": "beac7ead-6e2a-4592-b2ea-bf14ab985284",
"ParentId": "915ee276-f3c2-43dd-859a-df5f96af0fda",
"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": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "27277abd-9df7-49c3-974a-a6f8f62890e5",
"targets": "ea09faa8-13a0-4846-998b-960bec8fab77",
"regionscountries": "0dfc9438-2c3d-47ff-b439-d4b6cbc4dd4b",
"stakeholders": "e4f2ead4-9374-45f8-b7be-b245a4bd180c",
"targetaudiences": "4047300e-f59a-4328-9655-0143bdaf4af5",
"Category": "0776ccf2-35bb-49de-9e36-46d20a1371c1",
"Tags": "65e5c449-d2c4-4975-8e6b-4bd04cdfd4a6",
"departmentaltargets": "b1c1d56d-f951-4ea1-bcdf-7d05d28063d4",
"events": "4b0f6c56-0d62-4066-a6bc-608d0ced776a",
"publishingoffices": "f29ff82e-0f8f-42b2-aeaf-77f00acf946d",
"Parts": "sample string 25",
"FolderId": "4f50fd39-2e5f-42bd-ba3e-0a3d27295de3",
"ParentId": "c4d3a679-05df-4631-bc62-608207994f8e",
"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": "23670e0f-11d3-4715-a201-c49fdcb13f06"
}
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": "2025-10-09T20:52:07.2812425Z",
"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": "faf4992e-8521-47e3-b169-9a01c937d914",
"targets": "2ef660c6-7ead-47f1-a91b-76a4cf2fa885",
"regionscountries": "bc332687-af3f-4103-8c1d-11da218d7efc",
"stakeholders": "5625a0c4-f89c-479c-97d4-1cc5163ccd33",
"targetaudiences": "34e7e6f3-14ce-4997-bbb1-a89602f4c9c5",
"Category": "7279c3c4-475f-4f2b-bc88-148102690fb5",
"Tags": "65471621-51ae-4f66-8ee2-dc5f52284386",
"departmentaltargets": "33a443ca-2eeb-4adc-831f-4f0ddaf116c1",
"events": "f0f90889-348a-4ef1-8f09-588531896eb4",
"publishingoffices": "d559f73f-b2cc-4573-8615-82feeda2ab42",
"Parts": "sample string 19",
"FolderId": "6f906381-e22d-419a-8804-d44afc7c09b2",
"ParentId": "642354e0-43da-4626-9b10-969167cbf918"
}
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": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "2f3a4253-c733-4dfc-a67d-78a221d12b20",
"targets": "0b35f584-f1db-4eb6-b7a8-7be08e2533f5",
"regionscountries": "263d4b20-9ef0-40f9-8304-67e411847a85",
"stakeholders": "56d271a7-90ad-4eeb-b9d8-0d01d1a92aea",
"targetaudiences": "4d1c8b1f-1b31-47d7-a1ac-b473e8322e77",
"Category": "5b289c24-fe8a-48ee-89b8-36c2540d32eb",
"Tags": "51ddcfc4-2baa-4180-816b-1ccf11ede21d",
"departmentaltargets": "3aef895a-fc68-46df-95e3-34ebc6abd5b4",
"events": "a2407a34-7293-4045-b007-7cedef7f7359",
"publishingoffices": "f25df451-d319-4b19-9f8e-6d7e48f05ddb",
"Parts": "sample string 25",
"FolderId": "f90edc5c-6a5a-4632-bacb-66e15bfe88aa",
"ParentId": "f5f7ba68-4365-47d0-bcc6-472e9626eb41",
"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": "2025-10-09T20:52:07.2812425Z",
"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": "5c9b4672-ae85-45ed-a1e8-b2f33adeab24",
"targets": "5613d5f0-59f0-4d9d-9c29-c67fa67bfc4d",
"regionscountries": "37f8e41a-f811-4608-b552-9067bc7a15e0",
"stakeholders": "0bd637ef-8698-454a-9891-21bd2ee03214",
"targetaudiences": "bc055005-52b5-4bc4-8f53-aaf8322280af",
"Category": "eb9845de-1931-4fc6-acf8-9d71745d5620",
"Tags": "b5f5764d-3fb4-4bec-8e2a-a37bb1538407",
"departmentaltargets": "e7f6ca83-f284-410d-9c18-09c076b1d564",
"events": "4d580775-4eff-4300-b4b2-1164efcfa397",
"publishingoffices": "26c6091f-3b75-4659-97c4-725102303ac5",
"Parts": "sample string 19",
"FolderId": "f2ba8e0e-ca7b-45b8-89ac-4f41cf8cdc1b",
"ParentId": "1362526e-069f-4697-9b5a-e61845e6d8d6"
}
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": "2025-10-09T20:52:07.2812425Z",
"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": "cb1255af-a574-47d5-a129-40151214ae1a",
"targets": "b63a0aa7-85a4-4309-8b94-756ccda42f8f",
"regionscountries": "5d8a1156-9f0d-404b-94d2-653c97f94a36",
"stakeholders": "589a486e-373b-423b-9a7b-36ae02a35f4a",
"targetaudiences": "9b67a8e0-9186-4b29-bed6-7843a0d970a0",
"Category": "c6fb7774-afe4-4d33-a61b-c9ebb638892f",
"Tags": "6a3e249b-3951-489e-ba57-41d9d192d3f2",
"departmentaltargets": "f1f70154-338c-4301-8c78-5d3a7a3d4036",
"events": "568c1248-bc44-45b2-a71e-816533b456ec",
"publishingoffices": "39d8faf9-7035-41c0-a949-c995a3e1a590",
"Parts": "sample string 19",
"FolderId": "2452155d-0a5b-4ecd-b372-82a5cb6b99c5",
"ParentId": "f92cd66d-1146-4138-ab63-e63b93574f74"
}
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": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "95bd9941-fe60-4141-b4e8-4849096158bf",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "8633716b-6d2c-4d94-9b9c-951182183f71",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-09T20:52:07.2812425+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2025-10-09T20:52:07.2812425Z",
"PublicationDate": "2025-10-09T20:52:07.2812425Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-09T20:52:07.2812425Z",
"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": "95bd9941-fe60-4141-b4e8-4849096158bf",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "8633716b-6d2c-4d94-9b9c-951182183f71",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-09T20:52:07.2812425+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.