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-30T17:17:49.4669891Z",
"PublicationDate": "2025-05-30T17:17:49.4669891Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4669891Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "44cd0f5e-4ea8-44bb-9376-4537457f24d4",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "95f529e2-fd7b-4e4c-8332-c32063eda1b8",
"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-30T17:17:49.4669891Z",
"PublicationDate": "2025-05-30T17:17:49.4669891Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4669891Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "44cd0f5e-4ea8-44bb-9376-4537457f24d4",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "95f529e2-fd7b-4e4c-8332-c32063eda1b8",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "e6f0378e-b63a-47d8-9028-890b4dfb308c",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "7854ba61-c2d6-42cc-b597-69eb51e12c90",
"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": "db366538-3e92-4eb2-80f1-d6393fef1a5f"
}
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-30T17:17:49.4826107Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "576ee017-a5fd-4cb4-a6d3-a4ee2dbbe639",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "5098ef3c-11bc-4577-b3a5-01541230eb25",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "c8f59431-a05c-4674-8c4d-4965fef741e1",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "cedc139e-401a-4815-8da8-e21e120bd837",
"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-30T17:17:49.4826107Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "e526ce2d-235a-4ee5-b264-44fabeb1032d",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "bff48e42-78cf-48c6-a0db-bed8f352348b",
"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-30T17:17:49.4826107Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "fa293ca2-ae8b-4cd8-8d2a-5394a8a6eaaa",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "66ee94e6-148d-4f92-93ff-5e3268e038a5",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "aec84914-1a5b-4590-ab2e-e26efdd49e4c",
"Category": "253ac474-cebb-457d-b39b-9ac63d674f8a",
"Parts": "sample string 15",
"FolderId": "88dc0cd7-4d79-4a02-a9b3-c83a36304510",
"ParentId": "e7c8ab16-ca0e-43d8-8007-a3c627035238",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "aec84914-1a5b-4590-ab2e-e26efdd49e4c",
"Category": "253ac474-cebb-457d-b39b-9ac63d674f8a",
"Parts": "sample string 15",
"FolderId": "88dc0cd7-4d79-4a02-a9b3-c83a36304510",
"ParentId": "e7c8ab16-ca0e-43d8-8007-a3c627035238",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"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": "d2860d3a-f1e0-4478-8b67-bebc0a9a5bba",
"Tags": "1c188413-3acd-4742-ae98-cb0c2ab6cbe3",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "c18e4f92-ea5f-4e72-b27e-d605e0440d82",
"ParentId": "7c362f07-f2d1-496b-923c-c2939d39384a",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"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": "d2860d3a-f1e0-4478-8b67-bebc0a9a5bba",
"Tags": "1c188413-3acd-4742-ae98-cb0c2ab6cbe3",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "c18e4f92-ea5f-4e72-b27e-d605e0440d82",
"ParentId": "7c362f07-f2d1-496b-923c-c2939d39384a",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"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": "4299e597-26d8-4e48-ba83-85bb1f9767d4",
"Tags": "fa895edf-c48c-4ce5-a8be-e5f504955b6a",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "b79b1eb5-c7f4-4b71-88ac-c78c7b97f182",
"ParentId": "c61b598f-2493-4156-9390-5e51c6cfa102",
"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-30T17:17:49.4826107Z",
"PublicationDate": "2025-05-30T17:17:49.4826107Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-30T17:17:49.4826107Z",
"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": "4299e597-26d8-4e48-ba83-85bb1f9767d4",
"Tags": "fa895edf-c48c-4ce5-a8be-e5f504955b6a",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "b79b1eb5-c7f4-4b71-88ac-c78c7b97f182",
"ParentId": "c61b598f-2493-4156-9390-5e51c6cfa102",
"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.