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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "93c96329-a562-412a-b550-a1ecffde0be5",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "0f371d1d-b8d2-486e-afc0-cc94bb19ff2c",
"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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "93c96329-a562-412a-b550-a1ecffde0be5",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "0f371d1d-b8d2-486e-afc0-cc94bb19ff2c",
"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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "b00fc248-8873-459b-8ebb-624f0ca89021",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "cc0e5899-1292-4385-99d6-8cfadbcf77a0",
"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": "655d5bde-6f2d-4310-a14c-eb91a8b189af"
}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-11-06T22:12:37.6088134Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "7002c729-e17e-4b43-96af-f5c88e1815ae",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "25420f01-206e-4c55-a041-9bb0a1a2bcc4",
"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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "d12e4934-b176-4d9a-ba99-0fd412edbfda",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "b7e1f941-fd95-46f6-8cb1-40abc91455ff",
"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-11-06T22:12:37.6088134Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "362e328a-9dd5-4318-8844-3419516df8ae",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "d3c0bafc-b029-471b-a30b-0513e263fa5c",
"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-11-06T22:12:37.6088134Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "45585ce4-8117-42ea-accd-0cdcf25689e8",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "2fd1cd9d-97aa-442b-bf5b-1f259645993b",
"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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "06226408-2271-4605-a36c-64644d354bca",
"Category": "bfb0c59a-a148-4cfd-9953-e9f4502ab879",
"Parts": "sample string 15",
"FolderId": "90df160a-2da0-4fae-9313-a3112cb85659",
"ParentId": "55449088-b3eb-4386-869f-d12f6ed34ebd",
"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-11-06T22:12:37.6088134Z",
"PublicationDate": "2025-11-06T22:12:37.6088134Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6088134Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "06226408-2271-4605-a36c-64644d354bca",
"Category": "bfb0c59a-a148-4cfd-9953-e9f4502ab879",
"Parts": "sample string 15",
"FolderId": "90df160a-2da0-4fae-9313-a3112cb85659",
"ParentId": "55449088-b3eb-4386-869f-d12f6ed34ebd",
"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-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "75086069-66c0-4c4b-9515-c0330cb12dcb",
"Tags": "cda086b6-1ee4-4667-9386-c8d2b1f5ae17",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "45170ed3-fada-4881-b7eb-f6bdf90e90e6",
"ParentId": "fc518a9b-2c26-4574-8bd5-c079e5941160",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "75086069-66c0-4c4b-9515-c0330cb12dcb",
"Tags": "cda086b6-1ee4-4667-9386-c8d2b1f5ae17",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "45170ed3-fada-4881-b7eb-f6bdf90e90e6",
"ParentId": "fc518a9b-2c26-4574-8bd5-c079e5941160",
"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-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "e02ccb82-5cc3-4d00-9814-c655b658989b",
"Tags": "be412a3b-e9d2-44f0-a7f9-4dde4180e6da",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "fd8026c4-ee24-4852-95cb-f86b4f71145f",
"ParentId": "d1c5210b-0ea2-40b0-abf1-95e8215e36e2",
"Provider": "sample string 21",
"Url": "sample string 22",
"ThumbnailUrl": "sample string 23",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"LongTextCaption": "sample string 13",
"Category": "e02ccb82-5cc3-4d00-9814-c655b658989b",
"Tags": "be412a3b-e9d2-44f0-a7f9-4dde4180e6da",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "fd8026c4-ee24-4852-95cb-f86b4f71145f",
"ParentId": "d1c5210b-0ea2-40b0-abf1-95e8215e36e2",
"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.