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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "41f68aa7-376c-4663-a9af-414ff89533c6",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "077e0b75-841a-479f-ad01-a5b5e19be7d8",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "41f68aa7-376c-4663-a9af-414ff89533c6",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "077e0b75-841a-479f-ad01-a5b5e19be7d8",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "c0b11ec4-33cf-4d9a-ba5c-885b6c9e1024",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "55582943-f11f-42a2-ba97-822b1693b251",
"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": "3993f3a1-fade-4564-a3ac-972016b9543e"
}
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-05-01T05:56:23.8207548Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "fd012507-395d-45c3-9cd8-3aecff500fbd",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "05e520bd-2042-43eb-b25c-5af34a720843",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "88c6aa54-3ff3-4b85-b75e-54813e9730b5",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "0e4effea-790c-4722-931f-75e6d5e421fb",
"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-05-01T05:56:23.8207548Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "c12f5a0c-401d-4aca-a3a8-bcf50879cf2f",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "11671169-2d05-4451-bb67-2e1a35640073",
"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-05-01T05:56:23.8207548Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "e32a5a6a-8993-43c8-ac28-5a4cafd79b93",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "09e55d88-6b7b-461f-8a24-eee2792bc8be",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "6b8eaa43-d654-461c-8d2d-f9ec88d0cc8c",
"Category": "2131b4ec-ed38-4c0e-9956-74de6019bbed",
"Parts": "sample string 15",
"FolderId": "8f30a4ca-a32d-4229-81ea-0fe074e65bcd",
"ParentId": "822fd863-8dcc-49a8-98e3-d3ddab9d0534",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "6b8eaa43-d654-461c-8d2d-f9ec88d0cc8c",
"Category": "2131b4ec-ed38-4c0e-9956-74de6019bbed",
"Parts": "sample string 15",
"FolderId": "8f30a4ca-a32d-4229-81ea-0fe074e65bcd",
"ParentId": "822fd863-8dcc-49a8-98e3-d3ddab9d0534",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"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": "449cda3d-993e-4b9a-897e-20e858c7c10a",
"Tags": "f7148df3-e6fd-4317-a03c-48835d559445",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "37790a1e-65fd-4c9b-a2ab-b48b524cacff",
"ParentId": "3131a933-1c43-4cbe-9a2f-c967f94ca7e2",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"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": "449cda3d-993e-4b9a-897e-20e858c7c10a",
"Tags": "f7148df3-e6fd-4317-a03c-48835d559445",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "37790a1e-65fd-4c9b-a2ab-b48b524cacff",
"ParentId": "3131a933-1c43-4cbe-9a2f-c967f94ca7e2",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"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": "4c7c08b0-d77b-4f9c-a3d9-bca7d205394d",
"Tags": "81509736-748e-42de-931e-4065a2df8ef8",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "779729f8-01d6-4de2-95c3-f0a44c59524c",
"ParentId": "8d054dbb-1c2b-4aed-8828-6a7aa120b00c",
"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-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"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": "4c7c08b0-d77b-4f9c-a3d9-bca7d205394d",
"Tags": "81509736-748e-42de-931e-4065a2df8ef8",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "779729f8-01d6-4de2-95c3-f0a44c59524c",
"ParentId": "8d054dbb-1c2b-4aed-8828-6a7aa120b00c",
"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.