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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "7c77a1a9-e41d-4406-bcec-715d0c7488b3",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "2efaae74-0a33-4d65-b264-cbae11b780f0",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "7c77a1a9-e41d-4406-bcec-715d0c7488b3",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "2efaae74-0a33-4d65-b264-cbae11b780f0",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "8e1143e1-37c9-44dd-8fed-da27ecf1e754",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "f31eb47f-9bed-4575-8c14-5fc1556b25f4",
"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": "aef15422-db7a-41f8-bdfc-3e58e7a56993"
}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-10T11:35:00.590108Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "875de682-b33a-440e-8af0-d36212b70660",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "d8ad3666-4a3a-4ea4-a924-4043c9d4754c",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "40783e52-0935-4cb0-aff6-177596f2abaa",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "25decbac-c1c4-4b94-8f60-70b3d5a02697",
"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-10T11:35:00.590108Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "b9c2c88e-c84a-4de3-ae8b-dfabe761cbf6",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "5540c902-bc58-440a-8ddd-e3cc100ef818",
"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-10T11:35:00.590108Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "76ee5b0c-681c-4734-9c3c-409acb886439",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "18c55d49-9718-4f29-a163-e2a0fdbd6125",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "174d1161-4148-47f6-a884-713da6df85e8",
"Category": "5f6b8dc4-6b59-45a5-8543-523872470c36",
"Parts": "sample string 15",
"FolderId": "fcd2e53e-6368-4aa0-b559-fa80575e77e9",
"ParentId": "c3960cc6-0e7a-4c63-8c7e-907a99b78811",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "174d1161-4148-47f6-a884-713da6df85e8",
"Category": "5f6b8dc4-6b59-45a5-8543-523872470c36",
"Parts": "sample string 15",
"FolderId": "fcd2e53e-6368-4aa0-b559-fa80575e77e9",
"ParentId": "c3960cc6-0e7a-4c63-8c7e-907a99b78811",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"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": "ff88418d-ccf5-452e-8b2a-e11ec0e8e66a",
"Tags": "b093ef74-ce4c-4f95-a227-c26be4bf7532",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "8b3b7dd7-b245-4bad-a1b7-bf13c1958027",
"ParentId": "2ca149ea-d161-4121-9891-29ee10cde49c",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"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": "ff88418d-ccf5-452e-8b2a-e11ec0e8e66a",
"Tags": "b093ef74-ce4c-4f95-a227-c26be4bf7532",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "8b3b7dd7-b245-4bad-a1b7-bf13c1958027",
"ParentId": "2ca149ea-d161-4121-9891-29ee10cde49c",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"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": "74a912be-34bc-4718-af2a-17efcc4be3e6",
"Tags": "b1c22a75-9f85-4a86-a088-d97b534d03f3",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "d4f035cd-43d6-43e1-9fc8-ab55cecb8cf0",
"ParentId": "baf0776b-c08e-46fb-927e-57174a514ef1",
"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-10T11:35:00.590108Z",
"PublicationDate": "2026-03-10T11:35:00.590108Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T11:35:00.590108Z",
"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": "74a912be-34bc-4718-af2a-17efcc4be3e6",
"Tags": "b1c22a75-9f85-4a86-a088-d97b534d03f3",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "d4f035cd-43d6-43e1-9fc8-ab55cecb8cf0",
"ParentId": "baf0776b-c08e-46fb-927e-57174a514ef1",
"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.