Returns a set of data items of type imagedatabases.
GET /api/default/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-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "aaab819b-2bc6-4284-abc6-f4babec36b46",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "4d35297b-0850-4e72-8931-74f7c10dd8af",
"healthtopics": "09d61a2d-6bc6-4a53-964e-17ac15e1a23c",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.1131997+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "aaab819b-2bc6-4284-abc6-f4babec36b46",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "4d35297b-0850-4e72-8931-74f7c10dd8af",
"healthtopics": "09d61a2d-6bc6-4a53-964e-17ac15e1a23c",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.1131997+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets imagedatabases item by id.
GET /api/default/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-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "44f0588d-529e-4551-962e-047d5cbc3872",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "c897a969-34e8-4735-9fa5-3da6059a8c5f",
"healthtopics": "6256d49d-cf8c-4080-9d6e-a0d319c5293b",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.1131997+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from imagedatabases item.
GET /api/default/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": "c17867c1-2a5a-4236-89e3-780ca194fb5e"
}Creates a imagedatabases item.
POST /api/default/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-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "c007cf28-9ca7-44b8-860e-786ec0bc6790",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "a407163d-f58a-47bb-add9-904d960f0c66",
"healthtopics": "65fdb120-ce7d-4462-8890-aa56538049d4"
}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-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "f441941e-9135-45be-824a-6f1b2872c23d",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "a2ef3d9e-06b1-4049-ba9b-e3a067fb1c39",
"healthtopics": "145e0170-eb4b-4476-b886-ba40db24340e",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.1131997+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for imagedatabases item.
PATCH /api/default/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-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "40e9ac2d-da5f-4f4e-a203-5ce70ad18721",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "bad57ec1-0c2c-45ec-8e96-b60ea3a5d58f",
"healthtopics": "d9179d38-23a3-43ec-9b93-c5d5d6fd71d6"
}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/default/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-09-18T20:19:48.1131997Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "8051cc14-dfaf-46c2-bfb2-7525c1d5a267",
"Overview": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "dc7e7af0-2336-443e-8916-3614ddaf54f6",
"healthtopics": "e0016949-ba10-4000-b99d-1a0b96bd2bb3"
}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/default/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/default/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-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"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": "a090ce38-2042-4bbb-bcb4-ca74544bc09a",
"publishingoffices": "aebdda0a-9bef-44e1-aa5f-39a7d50e8aee",
"events": "75459151-6d1c-41e5-947c-a18480030f22",
"targets": "4d7027dd-0fd9-4c03-9b3e-290942a77a40",
"Category": "9921fe49-65f2-47b9-8238-0ae1304405ee",
"imagetypes": "e7e1dce7-af3c-4c2e-9f94-1a7cf9a8c25e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "53a8a1ea-bc45-4dc4-90c8-b47db650f7f7",
"stakeholders": "b1561fc0-0dc8-49a9-bb08-e80e3f4977ff",
"Tags": "cdcf432f-c2c1-402c-b4f0-ac66be8e898f",
"healthtopics": "395ed12e-780f-4f0f-b750-f67ba0c29214",
"targetaudiences": "c1af3cb0-0bc2-4b48-a885-2d7f9755053f",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "12dec4d8-a27d-40a5-aa46-380ed029fe97",
"ParentId": "b415ded7-6c24-49fa-a0a3-ab14e7dc3e44",
"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-09-18T20:19:48.1131997Z",
"PublicationDate": "2026-09-18T20:19:48.1131997Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.1131997Z",
"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": "a090ce38-2042-4bbb-bcb4-ca74544bc09a",
"publishingoffices": "aebdda0a-9bef-44e1-aa5f-39a7d50e8aee",
"events": "75459151-6d1c-41e5-947c-a18480030f22",
"targets": "4d7027dd-0fd9-4c03-9b3e-290942a77a40",
"Category": "9921fe49-65f2-47b9-8238-0ae1304405ee",
"imagetypes": "e7e1dce7-af3c-4c2e-9f94-1a7cf9a8c25e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "53a8a1ea-bc45-4dc4-90c8-b47db650f7f7",
"stakeholders": "b1561fc0-0dc8-49a9-bb08-e80e3f4977ff",
"Tags": "cdcf432f-c2c1-402c-b4f0-ac66be8e898f",
"healthtopics": "395ed12e-780f-4f0f-b750-f67ba0c29214",
"targetaudiences": "c1af3cb0-0bc2-4b48-a885-2d7f9755053f",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "12dec4d8-a27d-40a5-aa46-380ed029fe97",
"ParentId": "b415ded7-6c24-49fa-a0a3-ab14e7dc3e44",
"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/default/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/default/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.