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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "0181b1a0-536f-4d65-9425-7cfef1db85bd",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "b8ab28c6-c2d2-4268-83e9-44039a8f0af7",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "0181b1a0-536f-4d65-9425-7cfef1db85bd",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "b8ab28c6-c2d2-4268-83e9-44039a8f0af7",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "807d2f89-74a3-4c01-9901-d60f37930617",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "2ba716ed-b241-440f-8857-147479ce4597",
"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": "efc95e9a-5f64-49c4-8f82-59345bac3729"
}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-01-09T00:57:53.6657716Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "8af866f0-da1c-45ee-bd03-3e622ca5f49f",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "0792475a-a936-4676-b5f0-0b381d7f0503",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "33e8a6b6-cb9a-4ce5-a8c0-8b13bca67f23",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "0ec0e5ab-5dbf-466f-a143-39b7c1e381d6",
"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-01-09T00:57:53.6657716Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "5b365fdd-8f72-4594-8419-5d4dde72f34b",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "7a88fc2c-b9f7-4023-bdbe-10923bf451af",
"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-01-09T00:57:53.6657716Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "0af3a5f2-9496-474e-ba9f-48058b2c60b0",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "e711d9c9-8195-4633-9f10-ebb3276bd1a4",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "48fe8485-9aa5-421b-bf76-828be0899332",
"Category": "aeb47dff-8751-459d-8527-7668946d2979",
"Parts": "sample string 15",
"FolderId": "63c02142-a4e0-4974-9dc1-23aac4636204",
"ParentId": "8f32d0e7-706b-472e-b47c-f463a6184aa3",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "48fe8485-9aa5-421b-bf76-828be0899332",
"Category": "aeb47dff-8751-459d-8527-7668946d2979",
"Parts": "sample string 15",
"FolderId": "63c02142-a4e0-4974-9dc1-23aac4636204",
"ParentId": "8f32d0e7-706b-472e-b47c-f463a6184aa3",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"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": "188c0317-9c96-44b7-98ef-d87c6ee3fd07",
"Tags": "59348d86-c4ad-475f-933a-e460b3f19ce2",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "7ada7ac9-e746-4312-bddb-f81da8d45a38",
"ParentId": "e777d9dd-f76f-4cc2-802d-229de5bd6132",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"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": "188c0317-9c96-44b7-98ef-d87c6ee3fd07",
"Tags": "59348d86-c4ad-475f-933a-e460b3f19ce2",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "7ada7ac9-e746-4312-bddb-f81da8d45a38",
"ParentId": "e777d9dd-f76f-4cc2-802d-229de5bd6132",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"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": "21e4b5ef-94b4-4a1d-b77e-210cbe46e5c2",
"Tags": "bba679b2-ac2f-4762-b50a-e03b922872c5",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "5b03b507-2ae4-482f-b593-cbf1ff9d5ca6",
"ParentId": "d379d3eb-ecdc-4d19-8fe0-f9b46840f626",
"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-01-09T00:57:53.6657716Z",
"PublicationDate": "2026-01-09T00:57:53.6657716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T00:57:53.6657716Z",
"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": "21e4b5ef-94b4-4a1d-b77e-210cbe46e5c2",
"Tags": "bba679b2-ac2f-4762-b50a-e03b922872c5",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "5b03b507-2ae4-482f-b593-cbf1ff9d5ca6",
"ParentId": "d379d3eb-ecdc-4d19-8fe0-f9b46840f626",
"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.