Returns a set of data items of type imagedatabases.
GET /api/media/imagedatabases
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 | |
| 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-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "c628dde2-f701-4ba6-92b8-c2c921e0dfd1",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "6fc90ee8-770f-4d19-a370-ee65d8179504",
"healthtopics": "bd386b51-f553-4f42-bc50-66311288da95",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T16:56:20.0735349+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "c628dde2-f701-4ba6-92b8-c2c921e0dfd1",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "6fc90ee8-770f-4d19-a370-ee65d8179504",
"healthtopics": "bd386b51-f553-4f42-bc50-66311288da95",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T16:56:20.0735349+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets imagedatabases item by id.
GET /api/media/imagedatabases({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 | |
| 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-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "164729ec-46e5-43a1-a5aa-e9a8da85b11f",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "8a5d85b5-4957-4c28-9452-fc796746858b",
"healthtopics": "a4b367c3-77f2-49b1-ac1d-a8ef7230ebf7",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T16:56:20.0735349+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from imagedatabases item.
GET /api/media/imagedatabases({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": "3018987f-9193-4044-8915-91e7a8094d20"
}Creates a imagedatabases item.
POST /api/media/imagedatabases
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 | |
| 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
{
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "9b6be13e-05e7-46b1-8128-b9da46eda03c",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "a5dc3f39-1ed1-4479-9f86-92a874d83887",
"healthtopics": "b37a41ba-149f-4293-b2d0-cc83c3d39249"
}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 | |
| 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-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "532377b8-f0a6-4a5b-886d-10b7a665181e",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "15b126e7-cf76-458f-95b7-ac8e2f409c09",
"healthtopics": "a656030a-5a75-47c2-a66c-cabb6f60529e",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T16:56:20.0735349+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for imagedatabases item.
PATCH /api/media/imagedatabases({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 | |
| 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
{
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "327a1119-508c-4e6d-8038-b0627def6545",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "b97035a3-8dc2-4f47-baf1-65c2c30ee4c0",
"healthtopics": "6eb6e77a-c3b2-40a9-a1c0-745aa77e9728"
}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 imagedatabases item.
PUT /api/media/imagedatabases({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 | |
| 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
{
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "711d78e6-3e3d-486a-bad5-a1b2a45a8ff2",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "f9c98b3f-3861-445b-99b4-d71e17eaefdb",
"healthtopics": "b95379db-d01a-4cc1-91fb-6658ed1cef85"
}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 imagedatabases item by Id.
DELETE /api/media/imagedatabases({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 Thumbnail from imagedatabases item.
GET /api/media/imagedatabases({key})/Thumbnail
| 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-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"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": "0ff63ab2-f75c-429c-a8fe-39d77e767add",
"publishingoffices": "a318ddc0-164e-4217-a806-a4261e2eb136",
"events": "be1bf871-ef96-439a-b5cd-47b9a25b6aa1",
"targets": "c5da25f8-4a98-4e07-8fae-650bbfd90066",
"Category": "41b0b377-8c85-4e09-88c6-f6039f6234d5",
"imagetypes": "37869103-6c78-4a30-b308-2e615fc6385e",
"departmentaltargets": "76e32c41-29dc-450f-9255-1c149855b897",
"stakeholders": "b5401439-7eb4-4e49-9660-8fb1249f4a8a",
"Tags": "c7b2de0f-ea3b-48f5-939f-590c37faf2ab",
"healthtopics": "d8358130-1d11-4159-a569-f1a871d54d39",
"targetaudiences": "7dc54634-8cfe-4b38-a7fb-d1ce1d4ec18d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8522859d-40a1-42d9-8977-825c38d83b16",
"ParentId": "78f80f2a-9843-46e8-bd2e-9c5207a520fb",
"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-09T16:56:20.0735349Z",
"PublicationDate": "2026-02-09T16:56:20.0735349Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T16:56:20.0735349Z",
"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": "0ff63ab2-f75c-429c-a8fe-39d77e767add",
"publishingoffices": "a318ddc0-164e-4217-a806-a4261e2eb136",
"events": "be1bf871-ef96-439a-b5cd-47b9a25b6aa1",
"targets": "c5da25f8-4a98-4e07-8fae-650bbfd90066",
"Category": "41b0b377-8c85-4e09-88c6-f6039f6234d5",
"imagetypes": "37869103-6c78-4a30-b308-2e615fc6385e",
"departmentaltargets": "76e32c41-29dc-450f-9255-1c149855b897",
"stakeholders": "b5401439-7eb4-4e49-9660-8fb1249f4a8a",
"Tags": "c7b2de0f-ea3b-48f5-939f-590c37faf2ab",
"healthtopics": "d8358130-1d11-4159-a569-f1a871d54d39",
"targetaudiences": "7dc54634-8cfe-4b38-a7fb-d1ce1d4ec18d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8522859d-40a1-42d9-8977-825c38d83b16",
"ParentId": "78f80f2a-9843-46e8-bd2e-9c5207a520fb",
"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 Thumbnail relation to imagedatabases item.
POST /api/media/imagedatabases({key})/Thumbnail/$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 Thumbnail from imagedatabases item.
DELETE /api/media/imagedatabases({key})/Thumbnail/$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.