Returns a set of data items of type images.
GET /api/news/images
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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
[
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "276e977e-70ec-4241-a19f-499d49202d93",
"Tags": "3f4b0547-18d7-440e-b1d7-012c097b9864",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "f1dd19cb-9843-4b97-bbd2-252d1f12c23c",
"ParentId": "e946c2ca-78ee-4bf1-a1b5-a9587be4cbb3",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "276e977e-70ec-4241-a19f-499d49202d93",
"Tags": "3f4b0547-18d7-440e-b1d7-012c097b9864",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "f1dd19cb-9843-4b97-bbd2-252d1f12c23c",
"ParentId": "e946c2ca-78ee-4bf1-a1b5-a9587be4cbb3",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
]Gets images item by id.
GET /api/news/images({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "92d78612-3c1c-4d2e-940e-deeb0e3bb6a9",
"Tags": "a6bc2da0-bbe3-4c5b-9788-0d6dfb971ada",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "687ed104-60bd-463c-b5cf-67cfb3a69f41",
"ParentId": "1081bfc6-075c-4d34-99be-0112d6a546d7",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}Gets Id property from images item.
GET /api/news/images({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": "76501127-88c2-499b-b246-8490a38d36ea"
}Creates a images item.
POST /api/news/images
None
| 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 | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"LongTextCaption": "sample string 8",
"Category": "c9a7e2f5-97c8-4d65-b481-3b0c579a6a74",
"Tags": "021e724a-c356-4e45-b430-83fd1ff42ce7",
"AlternativeText": "sample string 11",
"FolderId": "0ef17ee9-dbba-4ee0-8f36-e493093ff550",
"ParentId": "b516b7fc-7e38-4e89-9eed-65cd4306eeac"
}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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "a7b65dbf-3d0a-4cb2-8126-309c8ec4a322",
"Tags": "4992393f-377f-4552-94b6-d13427606d57",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "285e98a9-717b-4205-847d-a6b7f9ab6eaf",
"ParentId": "adaa9a9d-5130-434a-b24a-b7aa1e591d2b",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}Partial update for images item.
PATCH /api/news/images({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"LongTextCaption": "sample string 8",
"Category": "88b56317-b1d2-41fa-bf55-1f24996553eb",
"Tags": "44dda2e3-6b9e-4963-9655-ff4debe6b696",
"AlternativeText": "sample string 11",
"FolderId": "6449a6bb-103f-4c7a-9cd8-2b1330eeb9fe",
"ParentId": "54e399e4-5bce-4234-ad21-d474bc9142af"
}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 images item.
PUT /api/news/images({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| LongTextCaption | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | 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 |
application/json
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"LongTextCaption": "sample string 8",
"Category": "7e3729f1-ece9-4c9f-b5d3-eee12cd8f659",
"Tags": "36f95654-c9d2-4aea-990f-f9877e791a4d",
"AlternativeText": "sample string 11",
"FolderId": "380cb726-7986-4928-9696-406c1d9b0ac7",
"ParentId": "7d8fa579-1a16-447c-97be-16059a83109e"
}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 images item by Id.
DELETE /api/news/images({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 images item.
GET /api/news/images({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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| UrlName | System.String | Read only: False | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| ResizeOnUpload | System.Boolean | Read only: False | |
| NewSize | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True |
application/json
[
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "8e24fa64-d050-4160-8ec6-3b2fb9ed806d",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "f3d007c4-5dd1-4876-a852-0053afd0e717",
"Provider": "sample string 18",
"ChildrenCount": 19
},
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "8e24fa64-d050-4160-8ec6-3b2fb9ed806d",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "f3d007c4-5dd1-4876-a852-0053afd0e717",
"Provider": "sample string 18",
"ChildrenCount": 19
}
]Add Parent relation to images item.
POST /api/news/images({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 images item.
DELETE /api/news/images({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.