Returns a set of data items of type templates.
GET /api/news/templates
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 | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:42.7811382Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "3602c344-9b27-4e7c-a3fb-9dd86febe277",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.7811382+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "2890fbce-8549-4346-84ff-0fa281a9d933",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2026-02-06T21:47:42.7811382Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "3602c344-9b27-4e7c-a3fb-9dd86febe277",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.7811382+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "2890fbce-8549-4346-84ff-0fa281a9d933",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
}
]Gets templates item by id.
GET /api/news/templates({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 | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
{
"LastModified": "2026-02-06T21:47:42.7811382Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "06649f2a-8f3c-4662-abb1-9b6af44c29ab",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.7811382+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "d63e93a9-efe4-41d8-af5a-bf62a3ee0040",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
}Gets Id property from templates item.
GET /api/news/templates({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": "318ff77f-9a12-4cbd-8297-3c2d2fa4646c"
}Creates a templates item.
POST /api/news/templates
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
{
"Name": "sample string 1",
"Title": "sample string 2",
"Framework": 0,
"TemplateName": "sample string 3",
"TemplateId": "17a72ebd-2afa-41d1-a966-3f03fc0cc838",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Thumbnail": "c4daab35-5211-4473-8738-29214cf28095"
}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 | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
{
"LastModified": "2026-02-06T21:47:42.7811382Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "afda5d76-c396-408f-abba-bf0c3d5b9467",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.7811382+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "cb690655-72ae-49dd-9e9d-f92aba91b9bc",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
}Partial update for templates item.
PATCH /api/news/templates({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
{
"Name": "sample string 1",
"Title": "sample string 2",
"Framework": 0,
"TemplateName": "sample string 3",
"TemplateId": "fa01e3c7-14e8-4381-8836-7cd759d5c6d0",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Thumbnail": "363d1f9d-1366-4987-8d98-1239d73c4cc3"
}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 templates item.
PUT /api/news/templates({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Framework | Telerik.Sitefinity.Pages.Model.PageTemplateFramework | Read only: False | |
| TemplateName | System.String | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| IsLayoutLocked | System.Boolean | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ParentTemplate | Telerik.Sitefinity.Web.Services.Extensibility.Templates.Models.ParentTemplate | Read only: True | |
| Thumbnail | System.Guid | Read only: False | |
| ThumbnailUrl | System.String | Read only: True | |
| Renderer | System.String | Read only: True |
application/json
{
"Name": "sample string 1",
"Title": "sample string 2",
"Framework": 0,
"TemplateName": "sample string 3",
"TemplateId": "40471866-f803-4f4b-b7f2-3c88ee6e7a9c",
"DateCreated": "2026-02-06T21:47:42.7811382Z",
"IsLayoutLocked": true,
"Thumbnail": "d5446de2-44c2-4f41-a7d4-750777ea0807"
}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 templates item by Id.
DELETE /api/news/templates({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.