Returns a set of data items of type documents.
GET /api/default/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-09-20T23:00:49.8639153Z",
"PublicationDate": "2026-09-20T23:00:49.8639153Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8639153Z",
"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": "f4656339-e2e7-475c-b46c-945292821b56",
"targets": "4c10a53e-4d0f-428d-8628-51c7992eb490",
"regionscountries": "b5905a24-21b6-43f2-aac9-28a5f7a25883",
"stakeholders": "24cd083f-f3b5-4e4b-af39-18f1341f3e43",
"targetaudiences": "f184b26d-c19f-4e42-896f-6d13fb4c4714",
"JoomlaArticleId": "sample string 20",
"Category": "ce85f3ed-e86d-4501-b228-1fa8aebecf79",
"Tags": "6a24e6f7-af8e-429f-8f14-d01a731cead0",
"departmentaltargets": "5e952708-9ba8-4089-8bed-f47aa2a7a4e0",
"events": "07c5cde0-11bc-4493-a024-a6f844873251",
"publishingoffices": "3d9920e1-a647-4edf-b767-99eca292c4ea",
"Parts": "sample string 26",
"FolderId": "73f9eba4-a07c-43e1-9657-ff50972582c3",
"ParentId": "2ae8bba0-cf64-4836-936e-011ff542260f",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T23:00:49.8639153Z",
"PublicationDate": "2026-09-20T23:00:49.8639153Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8639153Z",
"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": "f4656339-e2e7-475c-b46c-945292821b56",
"targets": "4c10a53e-4d0f-428d-8628-51c7992eb490",
"regionscountries": "b5905a24-21b6-43f2-aac9-28a5f7a25883",
"stakeholders": "24cd083f-f3b5-4e4b-af39-18f1341f3e43",
"targetaudiences": "f184b26d-c19f-4e42-896f-6d13fb4c4714",
"JoomlaArticleId": "sample string 20",
"Category": "ce85f3ed-e86d-4501-b228-1fa8aebecf79",
"Tags": "6a24e6f7-af8e-429f-8f14-d01a731cead0",
"departmentaltargets": "5e952708-9ba8-4089-8bed-f47aa2a7a4e0",
"events": "07c5cde0-11bc-4493-a024-a6f844873251",
"publishingoffices": "3d9920e1-a647-4edf-b767-99eca292c4ea",
"Parts": "sample string 26",
"FolderId": "73f9eba4-a07c-43e1-9657-ff50972582c3",
"ParentId": "2ae8bba0-cf64-4836-936e-011ff542260f",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/default/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-09-20T23:00:49.8639153Z",
"PublicationDate": "2026-09-20T23:00:49.8639153Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8639153Z",
"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": "ef1bb16b-ff31-401b-99cb-a9fdfba48ac3",
"targets": "ce209cc0-52c0-4951-a9a6-b866b0f3fed7",
"regionscountries": "307a8d21-12c1-48af-a0a9-250262824f30",
"stakeholders": "d4596746-8ab4-41a3-b7ad-5a74e3e1614e",
"targetaudiences": "936853fe-1241-42cc-8260-f6b7267f40b0",
"JoomlaArticleId": "sample string 20",
"Category": "f5838e0b-9284-465f-89ae-e19076e9342d",
"Tags": "d5796663-71ff-4e82-9898-23cbacc48f4b",
"departmentaltargets": "0d828b39-4324-4ef7-9ed3-ae5d100e4338",
"events": "abc4d624-f1ed-46a8-b58c-3bedbec5cb7a",
"publishingoffices": "025471bc-c357-4281-bd19-1bd2697bc84b",
"Parts": "sample string 26",
"FolderId": "97a2fbe0-5460-4d97-8a8c-fa8baefb4d32",
"ParentId": "c5a2e196-b64f-4223-990b-6c00475ae919",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/default/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": "622e8568-4440-44f1-8871-afd6b991850e"
}Creates a documents item.
POST /api/default/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-09-20T23:00:49.8639153Z",
"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": "2c4b2bb2-6aa5-455c-ac40-8ff78e63321c",
"targets": "c896ca2f-6d15-481d-baef-9dfda45599cf",
"regionscountries": "22777eef-b925-44e7-86b3-fade4e52ad86",
"stakeholders": "9f1f7f69-f443-471d-9e19-eb96fd7596fb",
"targetaudiences": "013eb6dc-fff9-4b7a-be64-bbd475d71725",
"JoomlaArticleId": "sample string 14",
"Category": "21c502c1-47f3-49bb-8a14-bf4f4470a6e7",
"Tags": "69835fd5-29a7-422e-8b83-13703bea2466",
"departmentaltargets": "1b16b51b-0b7f-455b-b826-7a8325bca377",
"events": "149bb1c0-388b-478f-9a20-7975bb4a32a0",
"publishingoffices": "60e741af-97fd-44ed-8587-c5dfc0f82273",
"Parts": "sample string 20",
"FolderId": "89fa74f8-a8c2-473b-8270-342fdcbede13",
"ParentId": "e220a91d-8b71-46ce-9352-bb496d1114ab"
}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-09-20T23:00:49.8639153Z",
"PublicationDate": "2026-09-20T23:00:49.8639153Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8639153Z",
"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": "2ab2ee49-c350-427a-ac78-7e73ba6d8c2c",
"targets": "f0ca9295-7417-4649-959a-29e99e941c89",
"regionscountries": "4315c7f0-391a-45ae-98a2-8313a561d4fc",
"stakeholders": "6ae7da7f-606c-442f-854f-826222800278",
"targetaudiences": "8bdb11c5-f789-4564-ae38-2b9e2d74fdd5",
"JoomlaArticleId": "sample string 20",
"Category": "c49bdac1-59b6-412e-a4bc-92cd56760f2c",
"Tags": "a7b4dbc2-184c-4e86-9a8f-5f0979562cf6",
"departmentaltargets": "d92cf81b-7811-4d86-bd7f-0d17f221fa61",
"events": "e02dc44f-fead-4226-9987-7b83fc348d8b",
"publishingoffices": "43ab17f4-1b5a-4797-abdd-f770e410ae08",
"Parts": "sample string 26",
"FolderId": "9f934fd4-63af-4f0e-95b6-0cc77644d158",
"ParentId": "15146b74-d0eb-4132-9385-b4246846b5bc",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/default/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-09-20T23:00:49.8639153Z",
"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": "273d7ce6-05c9-417c-a66a-d690ba58fae5",
"targets": "ecc60556-625d-4b59-9528-b1d12dd3c0d0",
"regionscountries": "ad730fb2-c3ae-4b80-9db2-75ac099289fc",
"stakeholders": "546ecedd-f0ed-45e9-8aab-62ef9cdc1a88",
"targetaudiences": "fa9a6fe1-700c-499f-b4e5-cf29f1b0369a",
"JoomlaArticleId": "sample string 14",
"Category": "8833b971-5103-4cd0-a273-768bf025bf6e",
"Tags": "3e3bf923-c180-49d3-a39d-ccea58204013",
"departmentaltargets": "9a5ad5ac-360b-46e2-b72b-1fdcb4900dc1",
"events": "3976b741-c5b6-4823-9b5b-167aadbe5139",
"publishingoffices": "b5d39fef-9c26-4986-ae85-098ba0876054",
"Parts": "sample string 20",
"FolderId": "aebab4d7-a281-4746-b99a-4c89a2995176",
"ParentId": "20e0695e-4f1d-4039-8ab3-c06313b5525d"
}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/default/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-09-20T23:00:49.8639153Z",
"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": "3da95eff-6540-494a-b0e0-4577eed84d28",
"targets": "87a72ca5-a3fc-4871-a67c-21ca497aff07",
"regionscountries": "e5c6ff80-3057-4a69-b6b2-50b1426633e3",
"stakeholders": "d3970d1f-18ff-4b43-8c3a-ec8162b67dc8",
"targetaudiences": "2e1e26b6-86a7-4012-a11a-de0980666826",
"JoomlaArticleId": "sample string 14",
"Category": "eebcabec-3438-458e-8542-879c457088c3",
"Tags": "2cee7921-75f4-4648-9f7c-46c7a9cfd33a",
"departmentaltargets": "55c0182a-cba3-4db6-a16c-4ed87a814aa7",
"events": "69387064-14c7-4d3b-ab24-3926355ec72f",
"publishingoffices": "49c4f164-c8bf-49e1-ba84-18fb3b7de69b",
"Parts": "sample string 20",
"FolderId": "fe31a4e2-1cee-4eb9-90bb-4d9d106eef71",
"ParentId": "f92e8729-2b57-4714-b786-f9db5b97324c"
}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/default/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/default/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-09-20T23:00:49.8689812Z",
"PublicationDate": "2026-09-20T23:00:49.8689812Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8689812Z",
"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": "6f601dcb-40cf-4e05-9c8f-f8630f8d8f1a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cf8ec520-7801-46d5-85fe-c1ae0d53754d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:00:49.8689812+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-09-20T23:00:49.8689812Z",
"PublicationDate": "2026-09-20T23:00:49.8689812Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:00:49.8689812Z",
"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": "6f601dcb-40cf-4e05-9c8f-f8630f8d8f1a",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "cf8ec520-7801-46d5-85fe-c1ae0d53754d",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:00:49.8689812+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to documents item.
POST /api/default/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/default/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.