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-04-04T15:31:41.6662529Z",
"PublicationDate": "2025-04-04T15:31:41.6662529Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6662529Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "0e0c0ccc-54f2-4538-bc0b-655b198df8fc",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "192f85d4-b7f6-4e8e-baca-d916782bf21c",
"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-04-04T15:31:41.6662529Z",
"PublicationDate": "2025-04-04T15:31:41.6662529Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6662529Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "0e0c0ccc-54f2-4538-bc0b-655b198df8fc",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "192f85d4-b7f6-4e8e-baca-d916782bf21c",
"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-04-04T15:31:41.6662529Z",
"PublicationDate": "2025-04-04T15:31:41.6662529Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6662529Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "1541c086-b0ed-494f-af08-30ffd17b1c7b",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "30dc09ad-3453-4efe-a7a3-2f7b0c723d37",
"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": "460e0eaf-ea36-4bd5-ae24-ceee54559214"
}
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-04-04T15:31:41.6818771Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "c56bf9f8-bd43-48d8-bb22-2593c881a824",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "6952a554-e018-4652-be49-cfd95030d6de",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"ShowPhotoCaption": true,
"Category": "d4aca7b3-e839-49d7-b490-f8d460af6470",
"HideImage": true,
"OpenGraphDescription": "sample string 11",
"OpenGraphTitle": "sample string 12",
"FeaturedNews": true,
"CircularYear": 14.0,
"CircularNumber": 15.0,
"Tags": "a685b0d8-bbbd-40a5-ac7b-4b35cbdb89d0",
"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-04-04T15:31:41.6818771Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "dc7fb2af-e10f-4aea-aa91-806dc5cff6e0",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "ce140075-c4ad-4ee7-a7c7-92ba44315a1c",
"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-04-04T15:31:41.6818771Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"ShowPhotoCaption": true,
"Category": "8deb4ce6-a0bf-42c7-8528-751714b17e29",
"HideImage": true,
"OpenGraphDescription": "sample string 9",
"OpenGraphTitle": "sample string 10",
"FeaturedNews": true,
"CircularYear": 12.0,
"CircularNumber": 13.0,
"Tags": "cc65d8cf-a2a5-491e-8d0a-2ee136ad5e7f",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "ec96c28a-c06f-41fa-b5f9-238350378f27",
"Category": "7865650e-2962-49d9-920a-b80d53d0185a",
"Parts": "sample string 15",
"FolderId": "b1d8f9b3-32f6-4161-8fcd-d95808f85de4",
"ParentId": "5f65fbea-5b2e-4d8b-8ad8-4b46b1c18181",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "ec96c28a-c06f-41fa-b5f9-238350378f27",
"Category": "7865650e-2962-49d9-920a-b80d53d0185a",
"Parts": "sample string 15",
"FolderId": "b1d8f9b3-32f6-4161-8fcd-d95808f85de4",
"ParentId": "5f65fbea-5b2e-4d8b-8ad8-4b46b1c18181",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"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": "ff085936-f407-4cea-8b54-f992736c2fbf",
"Tags": "258ab508-b3ff-470d-9179-75e53b9cfb9d",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "7a4a39ca-f8c6-4bc0-9eb6-bb8aa04e5295",
"ParentId": "f5bfc816-34c1-4d53-992a-fe7ee7522a3f",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"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": "ff085936-f407-4cea-8b54-f992736c2fbf",
"Tags": "258ab508-b3ff-470d-9179-75e53b9cfb9d",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "7a4a39ca-f8c6-4bc0-9eb6-bb8aa04e5295",
"ParentId": "f5bfc816-34c1-4d53-992a-fe7ee7522a3f",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"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": "ae103e1e-0641-41e7-8c46-c32d106bd73f",
"Tags": "76601557-d4e9-46b5-bf12-746f7050e44b",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "ab6d9122-6f3c-4786-9a8b-91bb592bc84a",
"ParentId": "eb3811a0-1ac4-4173-937b-6ebfe1919d53",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"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": "ae103e1e-0641-41e7-8c46-c32d106bd73f",
"Tags": "76601557-d4e9-46b5-bf12-746f7050e44b",
"Width": 16,
"Height": 17,
"AlternativeText": "sample string 18",
"FolderId": "ab6d9122-6f3c-4786-9a8b-91bb592bc84a",
"ParentId": "eb3811a0-1ac4-4173-937b-6ebfe1919d53",
"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.