Returns a set of data items of type databaseentries.
GET /api/media/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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "34bb62c9-bb31-4750-aeb8-061ba38d3fe4",
"Caption": "sample string 12",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "a7e8ac9d-cffd-4810-9a94-7e50f6a7fe99",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "34bb62c9-bb31-4750-aeb8-061ba38d3fe4",
"Caption": "sample string 12",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "a7e8ac9d-cffd-4810-9a94-7e50f6a7fe99",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets databaseentries item by id.
GET /api/media/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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "a20a0f76-e353-4227-88cd-28ffd7967e7b",
"Caption": "sample string 12",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "5ad51abc-1011-4af9-96cd-bdcffbddd032",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from databaseentries item.
GET /api/media/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": "a143f498-da4d-4d77-af4f-d8ec8a557986"
}Creates a databaseentries item.
POST /api/media/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-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "dd90ed67-696e-434d-95cb-c844c6df35da",
"Caption": "sample string 9",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "19fc857b-c9ac-4015-9f27-c4d07b34064d"
}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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "b9c98562-b6b7-4a81-a3ed-f8a7aee58bc1",
"Caption": "sample string 12",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "ab74ce66-10c1-4230-b474-037d62b11aca",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for databaseentries item.
PATCH /api/media/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-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "2a4f7f72-802d-4ef0-8adb-119a6e09074f",
"Caption": "sample string 9",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "d5d85faf-8beb-4fb7-adfa-1719728631ec"
}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/media/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-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-07-22T00:49:28.0604324Z",
"regionscountries": "7d87ef56-7bb1-4a6f-97e9-251fe0cc1d9d",
"Caption": "sample string 9",
"EndYear": "2026-07-22T00:49:28.0604324Z",
"ParentId": "a7888293-ca5b-48f9-8520-cc07dfe86f46"
}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/media/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/media/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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "70b9dbf6-3a8c-43c7-a98a-f8d06f08da6d",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "0bf234df-5be4-422e-97ca-6f489ce7929f",
"healthtopics": "516ac7b5-9de0-428a-9b23-4f9a145553fa",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "70b9dbf6-3a8c-43c7-a98a-f8d06f08da6d",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "0bf234df-5be4-422e-97ca-6f489ce7929f",
"healthtopics": "516ac7b5-9de0-428a-9b23-4f9a145553fa",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to databaseentries item.
POST /api/media/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/media/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/media/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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"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": "19a80253-0343-490c-b73a-ecc6863e6d69",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"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": "19a80253-0343-490c-b73a-ecc6863e6d69",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T00:49:28.0604324+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedDBCategory relation to databaseentries item.
POST /api/media/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/media/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/media/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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"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": "f2e14f79-94c7-4e45-bdd1-3caa87c8e7a6",
"publishingoffices": "cbd99b76-834b-4908-b8f5-d488e8224af7",
"events": "06bc9b00-2d5d-4d8d-a35d-4ce9eb3d4df3",
"targets": "632b9691-ebc1-432a-9942-24e72ed1e65f",
"Category": "8933dcb7-c446-43ef-853c-b1aab1d4bb59",
"imagetypes": "04f74959-4ac3-42dc-8cb6-3b2622d5a7c8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "1bf4cc0a-c3f6-4c8e-b8ad-8a6b6e28d214",
"stakeholders": "8686ab0b-f862-436d-80d4-0b2b75bbf601",
"Tags": "51faedcc-3e67-4760-be36-c8de953ab00b",
"healthtopics": "976536ff-770d-4818-96fb-4957d309ef88",
"targetaudiences": "e31cf1f7-c21d-4332-854d-735eb3783aee",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2999f05a-b08f-4692-8883-111a02937214",
"ParentId": "21c7ec05-3f85-4bf6-8e4e-70ac574d17ef",
"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-07-22T00:49:28.0604324Z",
"PublicationDate": "2026-07-22T00:49:28.0604324Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T00:49:28.0604324Z",
"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": "f2e14f79-94c7-4e45-bdd1-3caa87c8e7a6",
"publishingoffices": "cbd99b76-834b-4908-b8f5-d488e8224af7",
"events": "06bc9b00-2d5d-4d8d-a35d-4ce9eb3d4df3",
"targets": "632b9691-ebc1-432a-9942-24e72ed1e65f",
"Category": "8933dcb7-c446-43ef-853c-b1aab1d4bb59",
"imagetypes": "04f74959-4ac3-42dc-8cb6-3b2622d5a7c8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "1bf4cc0a-c3f6-4c8e-b8ad-8a6b6e28d214",
"stakeholders": "8686ab0b-f862-436d-80d4-0b2b75bbf601",
"Tags": "51faedcc-3e67-4760-be36-c8de953ab00b",
"healthtopics": "976536ff-770d-4818-96fb-4957d309ef88",
"targetaudiences": "e31cf1f7-c21d-4332-854d-735eb3783aee",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2999f05a-b08f-4692-8883-111a02937214",
"ParentId": "21c7ec05-3f85-4bf6-8e4e-70ac574d17ef",
"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/media/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/media/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.