Returns a set of data items of type blogposts.
GET /api/news/blogposts
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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "13ddb926-f73b-48cb-a53a-f07a61e394f8",
"Tags": "f91ebd7b-8871-42a6-b1b2-80af22d10923",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "7b7d9a05-dc7a-4c2c-b59d-94b42ea81a34",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:15:30.9260935+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "13ddb926-f73b-48cb-a53a-f07a61e394f8",
"Tags": "f91ebd7b-8871-42a6-b1b2-80af22d10923",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "7b7d9a05-dc7a-4c2c-b59d-94b42ea81a34",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:15:30.9260935+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets blogposts item by id.
GET /api/news/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "6317eef4-d456-4ddc-9416-79da06a21f20",
"Tags": "2599e721-0255-4dd1-a1db-d980033b7712",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "38a1a8df-3d99-4b2c-9783-2e945066cdb6",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:15:30.9260935+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from blogposts item.
GET /api/news/blogposts({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": "def79488-e235-437f-8dc1-d6a2b7ba5b9a"
}Creates a blogposts item.
POST /api/news/blogposts
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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "db111ca4-dde1-4965-8e46-37974a17d0a8",
"Tags": "60e7aaac-bd8d-4993-b7f8-03dbc86a2b57",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "89d8d5a5-1ce2-44f2-988a-3bce92661879"
}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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "6d3d6518-7f72-432b-a43c-5622a6bbaa03",
"Tags": "d92b5429-7f08-4fff-92fa-d88e50f321ac",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "c07f5ec2-82a1-48db-ac47-c15f78b07974",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:15:30.9260935+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for blogposts item.
PATCH /api/news/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "162b75e0-01b5-4112-b360-cc5bdafc7fa6",
"Tags": "20d2f846-8e17-456b-a079-34dc0aac9979",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "ca140778-7f46-455c-b5b1-36cfeb968575"
}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 blogposts item.
PUT /api/news/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "57e4ca82-7c72-4b2c-ae1e-b9c9863f462c",
"Tags": "c64e41cf-d76f-47c7-a3a0-bea3d4cc5218",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "a1f3844d-058e-4ece-b948-11e8b355e5fa"
}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 blogposts item by Id.
DELETE /api/news/blogposts({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 Parent from blogposts item.
GET /api/news/blogposts({key})/Parent
| 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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
},
{
"LastModified": "2025-11-16T14:15:30.9260935Z",
"PublicationDate": "2025-11-16T14:15:30.9260935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T14:15:30.9260935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
}
]Add Parent relation to blogposts item.
POST /api/news/blogposts({key})/Parent/$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 Parent from blogposts item.
DELETE /api/news/blogposts({key})/Parent/$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.