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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "e4ced1c1-222f-4831-8794-38543b4a9961",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "d1c56ea9-cf63-46ea-b6b4-b609e30b77cb",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "e4ced1c1-222f-4831-8794-38543b4a9961",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "d1c56ea9-cf63-46ea-b6b4-b609e30b77cb",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "157f84a2-bc4f-41d3-a9d5-661f2044f74f",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "da3ec1eb-033d-481f-bed7-57f366826858",
"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": "983683c2-12ca-4fb5-bd98-e66049a1f7dd"
}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": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "709b6971-336e-4697-99d0-60ed2f77f61a",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "290951f5-4c3c-441d-8767-c2af845de74f",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "bf7bb912-748a-4111-b0d7-5ae5907ba7ee",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "d513fb86-1bb5-4396-9778-bfebb8be1a03",
"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": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "1969f196-97ea-402f-b17d-d04f3c56d687",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "bb6caef9-2de1-47bf-a27f-ed668b124f41",
"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": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "07f69a31-a264-465d-8644-c68c6782b541",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "437ff60e-c73e-4621-b2d5-906a8f7f8015",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "c5f9a7a7-eeeb-4e73-8880-4c37bf18fd63",
"Category": "886ee8f8-5f0a-4373-9940-7e27f75862cd",
"Parts": "sample string 15",
"FolderId": "ba2dcef0-e3c8-4210-a95f-f8d431825863",
"ParentId": "b421863e-c6ea-43ca-99d0-47b3c3c94ab9",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "c5f9a7a7-eeeb-4e73-8880-4c37bf18fd63",
"Category": "886ee8f8-5f0a-4373-9940-7e27f75862cd",
"Parts": "sample string 15",
"FolderId": "ba2dcef0-e3c8-4210-a95f-f8d431825863",
"ParentId": "b421863e-c6ea-43ca-99d0-47b3c3c94ab9",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"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": "c2398bc2-56f8-40c4-8dd8-0ca2a763857e",
"Tags": "009b2ddd-b701-404f-ae61-195e8522b63c",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "411c380f-ff60-4680-b543-28b6ef35f2f7",
"ParentId": "f94048c2-32c3-415d-a8f6-2161f5c5a32e",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"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": "c2398bc2-56f8-40c4-8dd8-0ca2a763857e",
"Tags": "009b2ddd-b701-404f-ae61-195e8522b63c",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "411c380f-ff60-4680-b543-28b6ef35f2f7",
"ParentId": "f94048c2-32c3-415d-a8f6-2161f5c5a32e",
"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": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"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": "f1b67a2b-f52c-409a-9773-9bde162f5149",
"Tags": "81d570ed-4df9-4fde-a331-dff931f75397",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "b973808c-b63e-441c-b45b-dffdc03421bd",
"ParentId": "549db14a-3eb3-493e-b72a-141b9fd79cb7",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2026-03-06T00:04:41.4124132Z",
"PublicationDate": "2026-03-06T00:04:41.4124132Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:04:41.4124132Z",
"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": "f1b67a2b-f52c-409a-9773-9bde162f5149",
"Tags": "81d570ed-4df9-4fde-a331-dff931f75397",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "b973808c-b63e-441c-b45b-dffdc03421bd",
"ParentId": "549db14a-3eb3-493e-b72a-141b9fd79cb7",
"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.