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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "596721e3-1818-4a17-a47e-9e42c7b8966a",
"Caption": "sample string 12",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "e66b8ac1-b645-4d2b-84c1-16200c73fd29",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "596721e3-1818-4a17-a47e-9e42c7b8966a",
"Caption": "sample string 12",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "e66b8ac1-b645-4d2b-84c1-16200c73fd29",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "fdfdf2d7-4a4e-4c20-bf58-a3e21093299c",
"Caption": "sample string 12",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "518c8dec-759c-460c-84fe-3032dac4bfbd",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+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": "8c81b08c-e592-4c8c-a37b-d8a07de76fec"
}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-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "46357444-9ba9-4655-9531-a81524ccbe53",
"Caption": "sample string 9",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "81ac1907-96cc-4347-932c-736af50eb86b"
}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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "5c6e5a24-e1c2-4f00-ae6e-7ee5af67c1b6",
"Caption": "sample string 12",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "2cae8cce-c3ac-4735-b329-d426de2cc96d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+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-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "51ac96e3-ed03-4c4d-bb03-e70404e73d42",
"Caption": "sample string 9",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "2f4837dc-1d02-46ec-97b5-582e96353e0a"
}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-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-02-10T11:59:16.7003458Z",
"regionscountries": "5a800a6a-b7e6-4c38-ac8f-f8278fc023f0",
"Caption": "sample string 9",
"EndYear": "2026-02-10T11:59:16.7003458Z",
"ParentId": "d64beab2-b7c4-408e-b6e7-ce2b3bf5f5e0"
}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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "39c7f989-4890-43e5-9cb2-1cfab1aa2fa7",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "76f8d579-59c6-48cd-a8a4-01ed739031fc",
"healthtopics": "b7c946dc-3877-442d-8103-3cdab7e493e2",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "39c7f989-4890-43e5-9cb2-1cfab1aa2fa7",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "76f8d579-59c6-48cd-a8a4-01ed739031fc",
"healthtopics": "b7c946dc-3877-442d-8103-3cdab7e493e2",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"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": "99cce63d-74a1-4579-8790-83269533e61b",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"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": "99cce63d-74a1-4579-8790-83269533e61b",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T11:59:16.7003458+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 | |
| 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-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"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": "04d95cae-04f7-465e-a641-331e3b2ca66b",
"publishingoffices": "c0da401c-b8f9-4b8b-a46b-e79cd55b937a",
"events": "faa88bfb-71e5-4ce3-85b2-719d0489a576",
"targets": "a900aca8-fd5e-4860-ae29-812b1ea08d68",
"Category": "e26a64d1-8ff9-4a4c-9975-b657089130ed",
"imagetypes": "d21b8049-ca23-4e34-bf8c-16f39ed116f7",
"departmentaltargets": "e4029dfc-9e87-4519-91d1-65b311ec5b59",
"stakeholders": "e126dc49-6fef-4805-8734-30c3d06317fb",
"Tags": "072c892e-3fdb-4b02-a049-2e125f31c1e8",
"healthtopics": "92a17d5f-a664-4ed1-8ca2-0c5ef34084cf",
"targetaudiences": "0173893a-cd6d-4f76-aa98-8ba399e807fe",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "334ded03-da66-4bd2-ab37-c88a9b19a4c7",
"ParentId": "d57a6646-354a-49b2-afc1-6f82b20b9e7f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T11:59:16.7003458Z",
"PublicationDate": "2026-02-10T11:59:16.7003458Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T11:59:16.7003458Z",
"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": "04d95cae-04f7-465e-a641-331e3b2ca66b",
"publishingoffices": "c0da401c-b8f9-4b8b-a46b-e79cd55b937a",
"events": "faa88bfb-71e5-4ce3-85b2-719d0489a576",
"targets": "a900aca8-fd5e-4860-ae29-812b1ea08d68",
"Category": "e26a64d1-8ff9-4a4c-9975-b657089130ed",
"imagetypes": "d21b8049-ca23-4e34-bf8c-16f39ed116f7",
"departmentaltargets": "e4029dfc-9e87-4519-91d1-65b311ec5b59",
"stakeholders": "e126dc49-6fef-4805-8734-30c3d06317fb",
"Tags": "072c892e-3fdb-4b02-a049-2e125f31c1e8",
"healthtopics": "92a17d5f-a664-4ed1-8ca2-0c5ef34084cf",
"targetaudiences": "0173893a-cd6d-4f76-aa98-8ba399e807fe",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "334ded03-da66-4bd2-ab37-c88a9b19a4c7",
"ParentId": "d57a6646-354a-49b2-afc1-6f82b20b9e7f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"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.