Returns a set of data items of type newsitems.
GET /api/news/newsitems
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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "e6a75569-8d8f-447d-bb0a-4a4e77ec0d77",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "16328d9b-09d9-4700-8714-299115a0d5ae",
"CallToActionText": "sample string 17",
"CallToActionUrl": "sample string 18",
"Summary": "sample string 19",
"Content": "sample string 20",
"Author": "sample string 21",
"SourceName": "sample string 22",
"SourceSite": "sample string 23",
"Provider": "sample string 24"
},
{
"LastModified": "2025-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "e6a75569-8d8f-447d-bb0a-4a4e77ec0d77",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "16328d9b-09d9-4700-8714-299115a0d5ae",
"CallToActionText": "sample string 17",
"CallToActionUrl": "sample string 18",
"Summary": "sample string 19",
"Content": "sample string 20",
"Author": "sample string 21",
"SourceName": "sample string 22",
"SourceSite": "sample string 23",
"Provider": "sample string 24"
}
]
Gets newsitems item by id.
GET /api/news/newsitems({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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "35196cf7-1253-411e-a5a0-b231d3ccb988",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "22ae7231-3281-40c2-9691-29d9916787c1",
"CallToActionText": "sample string 17",
"CallToActionUrl": "sample string 18",
"Summary": "sample string 19",
"Content": "sample string 20",
"Author": "sample string 21",
"SourceName": "sample string 22",
"SourceSite": "sample string 23",
"Provider": "sample string 24"
}
Gets Id property from newsitems item.
GET /api/news/newsitems({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": "cd6ca57c-6af2-4b9f-a288-9db773336818"
}
Creates a newsitems item.
POST /api/news/newsitems
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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "0e9054ff-24ce-481b-b24b-c7998a11d0f5",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "c0df9861-313d-4067-a238-1970e0597964",
"CallToActionText": "sample string 15",
"CallToActionUrl": "sample string 16",
"Summary": "sample string 17",
"Content": "sample string 18",
"Author": "sample string 19",
"SourceName": "sample string 20",
"SourceSite": "sample string 21"
}
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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "c8f1fb6c-ec2a-4959-8434-0359a4f0d2f9",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "9cee4e65-d318-4668-b5e9-d420bd59e124",
"CallToActionText": "sample string 17",
"CallToActionUrl": "sample string 18",
"Summary": "sample string 19",
"Content": "sample string 20",
"Author": "sample string 21",
"SourceName": "sample string 22",
"SourceSite": "sample string 23",
"Provider": "sample string 24"
}
Partial update for newsitems item.
PATCH /api/news/newsitems({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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "e9e8c333-f706-4e5e-bd05-858c418ebda6",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "43d16508-747f-4cef-9c5f-823d7bb07da7",
"CallToActionText": "sample string 15",
"CallToActionUrl": "sample string 16",
"Summary": "sample string 17",
"Content": "sample string 18",
"Author": "sample string 19",
"SourceName": "sample string 20",
"SourceSite": "sample string 21"
}
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 newsitems item.
PUT /api/news/newsitems({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 | |
UrlName | System.String | Read only: False | |
ShowPhotoCaption | System.Boolean | Read only: False | |
Category | System.Guid | Read only: False | |
HideImage | System.Boolean | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeaturedNews | System.Boolean | Read only: False | |
CircularYear | System.Decimal | Read only: False | |
CircularNumber | System.Decimal | Read only: False | |
Tags | System.Guid | Read only: False | |
CallToActionText | System.String | Read only: False | |
CallToActionUrl | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Content | System.String | Read only: False | |
Author | System.String | Read only: False | |
SourceName | System.String | Read only: False | |
SourceSite | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "e9062ff5-30e9-4c24-a2cc-0ad29d28c97c",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "a63d32b4-da5d-47de-be33-bbe51ec88404",
"CallToActionText": "sample string 15",
"CallToActionUrl": "sample string 16",
"Summary": "sample string 17",
"Content": "sample string 18",
"Author": "sample string 19",
"SourceName": "sample string 20",
"SourceSite": "sample string 21"
}
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 newsitems item by Id.
DELETE /api/news/newsitems({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 RelatedDocuments from newsitems item.
GET /api/news/newsitems({key})/RelatedDocuments
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 | |
Tags | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Parts | 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-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "2a6bd8ed-8610-4c01-bcf1-bf67da1925a0",
"Category": "35cfb065-02ba-4ad2-820b-bfb1e1d8ca3f",
"Parts": "sample string 15",
"FolderId": "00e69083-4811-4a4d-8a03-3328365f3670",
"ParentId": "e07157b4-8db7-41a8-a143-06d0f222a40f",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2025-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "2a6bd8ed-8610-4c01-bcf1-bf67da1925a0",
"Category": "35cfb065-02ba-4ad2-820b-bfb1e1d8ca3f",
"Parts": "sample string 15",
"FolderId": "00e69083-4811-4a4d-8a03-3328365f3670",
"ParentId": "e07157b4-8db7-41a8-a143-06d0f222a40f",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
]
Add RelatedDocuments relation to newsitems item.
POST /api/news/newsitems({key})/RelatedDocuments/$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 RelatedDocuments from newsitems item.
DELETE /api/news/newsitems({key})/RelatedDocuments/$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 NewsImage from newsitems item.
GET /api/news/newsitems({key})/NewsImage
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-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"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": "a76f976e-d723-46a8-86b7-37408767a495",
"Tags": "b4a0dd72-c88e-4379-a3d9-e566fa1d5847",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "5d6b99a8-07fd-4da0-a028-68c7c6685d45",
"ParentId": "14753d3b-7517-4ffe-99b5-1b2073cc1745",
"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-06-27T08:52:11.3478613Z",
"PublicationDate": "2025-06-27T08:52:11.3478613Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3478613Z",
"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": "a76f976e-d723-46a8-86b7-37408767a495",
"Tags": "b4a0dd72-c88e-4379-a3d9-e566fa1d5847",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "5d6b99a8-07fd-4da0-a028-68c7c6685d45",
"ParentId": "14753d3b-7517-4ffe-99b5-1b2073cc1745",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
]
Add NewsImage relation to newsitems item.
POST /api/news/newsitems({key})/NewsImage/$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 NewsImage from newsitems item.
DELETE /api/news/newsitems({key})/NewsImage/$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 OpenGraphImage from newsitems item.
GET /api/news/newsitems({key})/OpenGraphImage
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-06-27T08:52:11.3634928Z",
"PublicationDate": "2025-06-27T08:52:11.3634928Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3634928Z",
"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": "05f7cf2f-1f19-4967-b3e8-3c7e17ea4e50",
"Tags": "be8a91f0-ef5e-4148-8d39-cc97306aa02c",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "68ec0d44-dc8e-46ee-802b-e7ce7c66adb6",
"ParentId": "908386b0-64a0-4f16-a008-454e79d96c4d",
"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-06-27T08:52:11.3634928Z",
"PublicationDate": "2025-06-27T08:52:11.3634928Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-06-27T08:52:11.3634928Z",
"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": "05f7cf2f-1f19-4967-b3e8-3c7e17ea4e50",
"Tags": "be8a91f0-ef5e-4148-8d39-cc97306aa02c",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "68ec0d44-dc8e-46ee-802b-e7ce7c66adb6",
"ParentId": "908386b0-64a0-4f16-a008-454e79d96c4d",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
]
Add OpenGraphImage relation to newsitems item.
POST /api/news/newsitems({key})/OpenGraphImage/$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 OpenGraphImage from newsitems item.
DELETE /api/news/newsitems({key})/OpenGraphImage/$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.