Returns a set of data items of type databaseentries.
GET /api/default/databaseentries
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 | |
| 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "4eee8500-16d3-499c-9fe5-ac4925f077ae",
"Caption": "sample string 12",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "6ab57ef0-26e7-443d-b364-e1d487b11452",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "4eee8500-16d3-499c-9fe5-ac4925f077ae",
"Caption": "sample string 12",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "6ab57ef0-26e7-443d-b364-e1d487b11452",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets databaseentries item by id.
GET /api/default/databaseentries({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 | |
| 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "e4919f62-12f4-441c-abcb-10f3e5b1a1ee",
"Caption": "sample string 12",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "72e005cf-5964-41fd-bbc7-35653d81f595",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from databaseentries item.
GET /api/default/databaseentries({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": "c29fb564-c653-442e-8395-f951fe38eb79"
}Creates a databaseentries item.
POST /api/default/databaseentries
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "8f3ed880-89c2-43c3-8047-75e5c059728a",
"Caption": "sample string 9",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "e88cb2a9-2fa6-440c-ad1b-7388318bc241"
}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 | |
| 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "407709c9-6c0e-4889-b2b0-f0c24528d6bb",
"Caption": "sample string 12",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "4a4ebdb6-a6db-4cb8-912e-66a4d8720322",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for databaseentries item.
PATCH /api/default/databaseentries({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 | |
| 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "5c40ad29-cd52-417c-adb4-7de570373953",
"Caption": "sample string 9",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "045f7c8b-9c94-4f4f-8af1-2f68fe2abcdf"
}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 databaseentries item.
PUT /api/default/databaseentries({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 | |
| 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 | |
| Copyright | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| StartYear | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Caption | System.String | Read only: False | |
| EndYear | System.DateTimeOffset | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-09-20T23:28:00.7843259Z",
"regionscountries": "540e785c-ab88-4528-9652-4d7215f83bcd",
"Caption": "sample string 9",
"EndYear": "2026-09-20T23:28:00.7843259Z",
"ParentId": "f42169cc-50f0-47e6-8015-307bb794f978"
}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 databaseentries item by Id.
DELETE /api/default/databaseentries({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 databaseentries item.
GET /api/default/databaseentries({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 | |
| 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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "5b15cffa-28fa-4b04-8bdc-2d617bfdf952",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "15a438e4-efa7-4d05-b22e-d2bce39a342b",
"healthtopics": "3e7162e1-9411-43b6-8f84-86daa4f3ea91",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "5b15cffa-28fa-4b04-8bdc-2d617bfdf952",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "15a438e4-efa7-4d05-b22e-d2bce39a342b",
"healthtopics": "3e7162e1-9411-43b6-8f84-86daa4f3ea91",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to databaseentries item.
POST /api/default/databaseentries({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 databaseentries item.
DELETE /api/default/databaseentries({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.
Returns a set of related items of type RelatedDBCategory from databaseentries item.
GET /api/default/databaseentries({key})/RelatedDBCategory
| 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 | |
| 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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Summary": "sample string 10",
"ParentId": "3386f0a0-a768-442f-ae71-c3cfcd3f46f6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Summary": "sample string 10",
"ParentId": "3386f0a0-a768-442f-ae71-c3cfcd3f46f6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:00.7843259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedDBCategory relation to databaseentries item.
POST /api/default/databaseentries({key})/RelatedDBCategory/$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 RelatedDBCategory from databaseentries item.
DELETE /api/default/databaseentries({key})/RelatedDBCategory/$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.
Returns a set of related items of type MainImage from databaseentries item.
GET /api/default/databaseentries({key})/MainImage
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | 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 | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"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,
"regionscountries": "60a1f6c1-509b-4058-8f3c-b4bd1a3fb55d",
"publishingoffices": "052453f5-a7e0-4c1e-be7d-33fb53f2e199",
"events": "4080fd4f-40c6-4971-a6f6-dc5c0b3cac01",
"targets": "409b28c4-1c8c-4013-884f-0a3c088633c5",
"Category": "8091843d-0847-4e8b-a157-e054694db53d",
"imagetypes": "45bdd3ba-830c-4bf2-b130-100a18ce5d48",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "4ed6ca09-4f36-418b-85cf-0e5a653f9380",
"stakeholders": "8798893c-3c6b-4b21-be31-92b6f10359bf",
"Tags": "0c64d87a-c976-4aa2-b6d4-18e1e5b68c7a",
"healthtopics": "74f4652a-0060-4a62-8270-590215a4daa9",
"targetaudiences": "7e6f2f79-b1ed-478c-9df8-7b0503de2c57",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "fd569cf7-2a1e-48b5-8daa-11099bdd00fb",
"ParentId": "e0e9e2ae-8ebc-4531-8651-f07a9c79c357",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T23:28:00.7843259Z",
"PublicationDate": "2026-09-20T23:28:00.7843259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:28:00.7843259Z",
"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,
"regionscountries": "60a1f6c1-509b-4058-8f3c-b4bd1a3fb55d",
"publishingoffices": "052453f5-a7e0-4c1e-be7d-33fb53f2e199",
"events": "4080fd4f-40c6-4971-a6f6-dc5c0b3cac01",
"targets": "409b28c4-1c8c-4013-884f-0a3c088633c5",
"Category": "8091843d-0847-4e8b-a157-e054694db53d",
"imagetypes": "45bdd3ba-830c-4bf2-b130-100a18ce5d48",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "4ed6ca09-4f36-418b-85cf-0e5a653f9380",
"stakeholders": "8798893c-3c6b-4b21-be31-92b6f10359bf",
"Tags": "0c64d87a-c976-4aa2-b6d4-18e1e5b68c7a",
"healthtopics": "74f4652a-0060-4a62-8270-590215a4daa9",
"targetaudiences": "7e6f2f79-b1ed-478c-9df8-7b0503de2c57",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "fd569cf7-2a1e-48b5-8daa-11099bdd00fb",
"ParentId": "e0e9e2ae-8ebc-4531-8651-f07a9c79c357",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to databaseentries item.
POST /api/default/databaseentries({key})/MainImage/$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 MainImage from databaseentries item.
DELETE /api/default/databaseentries({key})/MainImage/$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.