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-01-09T00:09:31.9964715Z",
"PublicationDate": "2026-01-09T00:09:31.9964715Z",
"DateCreated": "2026-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "878ffb1d-7d5d-43da-b199-f6cc5b815f1c",
"Caption": "sample string 12",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "8bc14979-328d-4f57-9eec-a4d06c480108",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:31.9964715+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T00:09:31.9964715Z",
"PublicationDate": "2026-01-09T00:09:31.9964715Z",
"DateCreated": "2026-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "878ffb1d-7d5d-43da-b199-f6cc5b815f1c",
"Caption": "sample string 12",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "8bc14979-328d-4f57-9eec-a4d06c480108",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:31.9964715+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-01-09T00:09:31.9964715Z",
"PublicationDate": "2026-01-09T00:09:31.9964715Z",
"DateCreated": "2026-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "a9af8a0b-5c1a-4699-88e8-ce2e319c7849",
"Caption": "sample string 12",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "fc947f18-4f13-4c02-96d9-1f16fbe9f836",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:31.9964715+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": "9dd62cfe-ac6d-4b32-b257-3439e77de69f"
}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-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "3c110d80-a684-43fd-8802-cf88e24d6f07",
"Caption": "sample string 9",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "73b74918-d6c0-4dce-acb1-6fc64a24df83"
}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-01-09T00:09:31.9964715Z",
"PublicationDate": "2026-01-09T00:09:31.9964715Z",
"DateCreated": "2026-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "351f167c-16d2-4d4d-8669-d227cd0ddc0b",
"Caption": "sample string 12",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "445719d9-4f94-43df-b722-f3fff9f8f41e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:31.9964715+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-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "ba3770b5-74b4-423e-b836-d5e5500f5c46",
"Caption": "sample string 9",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "31c8fe3c-0ebe-46aa-afec-ef31e7eba600"
}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-01-09T00:09:31.9964715Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2026-01-09T00:09:31.9964715Z",
"regionscountries": "8e0b44be-4bdf-43cd-82fc-f10aa8919936",
"Caption": "sample string 9",
"EndYear": "2026-01-09T00:09:31.9964715Z",
"ParentId": "19342c37-a103-461f-ac0a-11cd5aacae77"
}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-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "2f4138bc-82c3-4188-98a6-bced05bb4a34",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "54aae44d-ef5e-47a4-8f30-7385ba53800c",
"healthtopics": "7a30e2b9-8df1-46fe-b8a0-5d3eac519a00",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:32.0120964+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "2f4138bc-82c3-4188-98a6-bced05bb4a34",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "54aae44d-ef5e-47a4-8f30-7385ba53800c",
"healthtopics": "7a30e2b9-8df1-46fe-b8a0-5d3eac519a00",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:32.0120964+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-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"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": "53432879-4b64-4c8b-b04d-575a39705e76",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:32.0120964+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"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": "53432879-4b64-4c8b-b04d-575a39705e76",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T00:09:32.0120964+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-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"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": "3b228a2b-aac3-4cb9-b4df-87d84acaaf0f",
"publishingoffices": "43713970-ab04-4133-909a-75a1bdc9b082",
"events": "b9a57417-761e-46d0-8da5-d5c349cad866",
"targets": "2d4fd4b5-55a5-41ed-b19c-0cfa056eb502",
"Category": "f31ccea5-44ad-403a-8ed4-5a1dffcd3c25",
"imagetypes": "0ae6f826-7035-4d4c-9e27-2577cbecb5e9",
"departmentaltargets": "033ec30f-388f-44ce-b9cd-546f530cf130",
"stakeholders": "05738183-3691-40c1-9b82-83087f9db323",
"Tags": "b73140a4-2953-46a6-b8a4-9bd19b395b8b",
"healthtopics": "35a653e0-c8b0-406c-a24f-f5eb7b19cadf",
"targetaudiences": "d130b42b-9971-4653-8f0d-e1b8763bf39f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dd7ca72f-827d-463b-8d05-2c5a4dd2c830",
"ParentId": "5efefb2e-0a80-4c79-9c7b-ef403659df54",
"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-01-09T00:09:32.0120964Z",
"PublicationDate": "2026-01-09T00:09:32.0120964Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:09:32.0120964Z",
"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": "3b228a2b-aac3-4cb9-b4df-87d84acaaf0f",
"publishingoffices": "43713970-ab04-4133-909a-75a1bdc9b082",
"events": "b9a57417-761e-46d0-8da5-d5c349cad866",
"targets": "2d4fd4b5-55a5-41ed-b19c-0cfa056eb502",
"Category": "f31ccea5-44ad-403a-8ed4-5a1dffcd3c25",
"imagetypes": "0ae6f826-7035-4d4c-9e27-2577cbecb5e9",
"departmentaltargets": "033ec30f-388f-44ce-b9cd-546f530cf130",
"stakeholders": "05738183-3691-40c1-9b82-83087f9db323",
"Tags": "b73140a4-2953-46a6-b8a4-9bd19b395b8b",
"healthtopics": "35a653e0-c8b0-406c-a24f-f5eb7b19cadf",
"targetaudiences": "d130b42b-9971-4653-8f0d-e1b8763bf39f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dd7ca72f-827d-463b-8d05-2c5a4dd2c830",
"ParentId": "5efefb2e-0a80-4c79-9c7b-ef403659df54",
"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.