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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "a5e3da31-6aba-43c5-b651-47fab14de887",
"Caption": "sample string 12",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "0ec8f828-b837-4e5b-a2ae-e2a1ce61a821",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "a5e3da31-6aba-43c5-b651-47fab14de887",
"Caption": "sample string 12",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "0ec8f828-b837-4e5b-a2ae-e2a1ce61a821",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "e77afb8c-03cd-45e1-b695-824582c8096a",
"Caption": "sample string 12",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "65223818-9853-474d-89d9-67054644018c",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+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": "4d72b7d7-2d34-4d6f-8f3f-9e328b363a8c"
}
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": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "fbbaa550-95a8-4af7-bffc-acd0acd8bfdd",
"Caption": "sample string 9",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "2c5b92f6-1c78-4aee-bb3d-2d29b66c9b16"
}
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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "ff88f994-cba9-4540-8f2a-7d4204a60087",
"Caption": "sample string 12",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "ffcc445f-b912-4ba4-9fde-9a181e07590e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+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": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "ec7e3856-685f-4dd7-ba7f-33c3572ecc75",
"Caption": "sample string 9",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "19fca03f-06fd-4abd-a92d-5d1fb45b00ae"
}
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": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-12T05:30:02.0279239Z",
"regionscountries": "66855376-b58a-4952-b0fa-1270bbff9358",
"Caption": "sample string 9",
"EndYear": "2025-09-12T05:30:02.0279239Z",
"ParentId": "1771738e-3f7d-441f-a821-6eb94fa5f659"
}
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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "56367536-96a1-46a1-acfe-a6f9a6acb96c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "83b45546-de1f-4b78-9d7c-19f461944000",
"healthtopics": "955c22d2-1475-45f9-9e75-c4f059306e4f",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "56367536-96a1-46a1-acfe-a6f9a6acb96c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "83b45546-de1f-4b78-9d7c-19f461944000",
"healthtopics": "955c22d2-1475-45f9-9e75-c4f059306e4f",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"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": "fb1dca5c-93a3-48d5-bbd5-9cb8c7bb6aeb",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"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": "fb1dca5c-93a3-48d5-bbd5-9cb8c7bb6aeb",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T05:30:02.0279239+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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"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": "27459af6-c117-44cd-8c6e-b86797e8496e",
"publishingoffices": "4f1f5665-de31-47ca-bac9-5604350dfbe2",
"events": "344f491d-1841-4624-8bb6-5616e68d0d05",
"targets": "c941123c-13c0-49a1-b26f-24baea6a57bf",
"Category": "8e29030d-34fe-4054-a325-b478f9323c09",
"imagetypes": "3882e31a-df0c-4a7f-97b1-51a23f9f07ae",
"departmentaltargets": "19e43549-b34f-4566-8e40-d24b0d7cd72b",
"stakeholders": "17da992e-1b29-4cc0-a7ea-8f1fa7ee510a",
"Tags": "a1bdd8c7-8db5-4824-9b12-03384270c129",
"healthtopics": "c553325a-eb38-48a1-bdca-ec1df22cc11a",
"targetaudiences": "56ce5f34-eba3-4b85-84a6-beb8f080f811",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "66d143d1-2648-485f-854d-44a4551d2520",
"ParentId": "a9487079-7ae5-4bac-96e8-c25b1bced4c3",
"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": "2025-09-12T05:30:02.0279239Z",
"PublicationDate": "2025-09-12T05:30:02.0279239Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T05:30:02.0279239Z",
"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": "27459af6-c117-44cd-8c6e-b86797e8496e",
"publishingoffices": "4f1f5665-de31-47ca-bac9-5604350dfbe2",
"events": "344f491d-1841-4624-8bb6-5616e68d0d05",
"targets": "c941123c-13c0-49a1-b26f-24baea6a57bf",
"Category": "8e29030d-34fe-4054-a325-b478f9323c09",
"imagetypes": "3882e31a-df0c-4a7f-97b1-51a23f9f07ae",
"departmentaltargets": "19e43549-b34f-4566-8e40-d24b0d7cd72b",
"stakeholders": "17da992e-1b29-4cc0-a7ea-8f1fa7ee510a",
"Tags": "a1bdd8c7-8db5-4824-9b12-03384270c129",
"healthtopics": "c553325a-eb38-48a1-bdca-ec1df22cc11a",
"targetaudiences": "56ce5f34-eba3-4b85-84a6-beb8f080f811",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "66d143d1-2648-485f-854d-44a4551d2520",
"ParentId": "a9487079-7ae5-4bac-96e8-c25b1bced4c3",
"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.