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-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "5b8631ca-0ec1-4190-a522-bbcc967dc7c8",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "66e52410-ff5e-422d-a48a-2396d3ea12f8",
"healthtopics": "5cc78e3a-a8d2-4dad-a821-fca162a8b215",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T22:46:46.017861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "5b8631ca-0ec1-4190-a522-bbcc967dc7c8",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "66e52410-ff5e-422d-a48a-2396d3ea12f8",
"healthtopics": "5cc78e3a-a8d2-4dad-a821-fca162a8b215",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T22:46:46.017861+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-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "206a0768-b2ca-454d-b438-fa6cb4d49f34",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "e87f32ff-1103-4e2d-9da1-0bd39a991419",
"healthtopics": "372a10ce-59c8-4bb8-ae03-e0f10d980e1d",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T22:46:46.017861+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": "68693d6d-e6c4-4be7-93c0-c0aa23236e9e"
}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-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "176a5554-abc3-4ba4-a574-46bf88c3f218",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "f57fb3eb-d4ca-4cd6-95d8-d081279604ef",
"healthtopics": "83b0afac-9084-4b24-8eb1-e8aae9ff3c07"
}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-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "3408824a-2ffe-49fb-bc4c-27dc76ca4ce7",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "d43399e0-a766-4e6f-9dc3-2d72e7963cc9",
"healthtopics": "dd9806f3-b64c-4227-b01d-1c61b3b94850",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T22:46:46.017861+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-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "ea2be4e8-7fef-4085-874c-dc054b015c87",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "d1d79cec-bb43-4efe-9eef-76ff0da134ca",
"healthtopics": "615c1761-9c6f-4919-872d-ea4dcbf5654a"
}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-08-09T22:46:46.017861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "4e0be270-01e8-4779-a25c-7bd52600aee2",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "7122ef94-bf9c-4b38-8336-b0e5bef10e97",
"healthtopics": "372106dc-9f80-485c-9805-bbd1c2387fac"
}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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"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": "2fb41d9d-56ea-4b43-b3b7-2508e31c838c",
"publishingoffices": "1a825467-b0cb-498a-9e90-5b540686e9c8",
"events": "569d6872-f0f1-4641-84ad-abc80948592d",
"targets": "b70d9fcb-63f9-46ca-bc10-7c2d3d3b7b4e",
"Category": "45a51620-b7d7-49c7-b7b0-83ed759d4a32",
"imagetypes": "8e69e41a-8847-45ea-b14b-89c2b30c43a2",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "da506b79-70bd-410d-9797-8f30312f2e23",
"stakeholders": "32ab0b88-b1b0-4341-84cd-7254b92548e4",
"Tags": "c3124d35-3a24-4586-9090-14ab8c89ca2a",
"healthtopics": "7cda615e-7fdf-4e4b-b9cc-a230816db981",
"targetaudiences": "fb359c52-d848-4ac4-9cb5-f9b9da3a83bb",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c976ce71-8bfa-462d-826e-defb311c3fce",
"ParentId": "9a7ec41c-ce12-4edb-92f7-ccd5fd3ba787",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-09T22:46:46.017861Z",
"PublicationDate": "2026-08-09T22:46:46.017861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T22:46:46.017861Z",
"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": "2fb41d9d-56ea-4b43-b3b7-2508e31c838c",
"publishingoffices": "1a825467-b0cb-498a-9e90-5b540686e9c8",
"events": "569d6872-f0f1-4641-84ad-abc80948592d",
"targets": "b70d9fcb-63f9-46ca-bc10-7c2d3d3b7b4e",
"Category": "45a51620-b7d7-49c7-b7b0-83ed759d4a32",
"imagetypes": "8e69e41a-8847-45ea-b14b-89c2b30c43a2",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "da506b79-70bd-410d-9797-8f30312f2e23",
"stakeholders": "32ab0b88-b1b0-4341-84cd-7254b92548e4",
"Tags": "c3124d35-3a24-4586-9090-14ab8c89ca2a",
"healthtopics": "7cda615e-7fdf-4e4b-b9cc-a230816db981",
"targetaudiences": "fb359c52-d848-4ac4-9cb5-f9b9da3a83bb",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c976ce71-8bfa-462d-826e-defb311c3fce",
"ParentId": "9a7ec41c-ce12-4edb-92f7-ccd5fd3ba787",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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.