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": "2025-12-09T22:52:55.1005898Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "bc75b449-6030-4233-b31c-3b7e20d73d13",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1005898+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "ffee89ea-1e99-41cc-bc73-5897e45df1cb",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2025-12-09T22:52:55.1005898Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "bc75b449-6030-4233-b31c-3b7e20d73d13",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1005898+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "ffee89ea-1e99-41cc-bc73-5897e45df1cb",
"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": "2025-12-09T22:52:55.1005898Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "39eb5a8e-4556-452f-affa-a5e382629bf5",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1005898+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "bcf6e55f-f169-426f-9d69-90481a886192",
"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": "cff2acbc-f96f-4e53-85a9-d76e4daededb"
}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": "b8341a05-b4f0-4e4f-816c-9c2cc7230a5a",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Thumbnail": "0065d942-1925-415e-a147-152395b83bb8"
}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": "2025-12-09T22:52:55.1005898Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "d0127106-ee68-4982-912e-4a3ea8635c4e",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1005898+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "0c4be5d7-5c4e-45f4-8e4b-c869fcc63397",
"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": "10dd3d94-9012-4db3-a991-5184d9e0b071",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Thumbnail": "ff5c1595-935d-47da-afa2-b1a8fec04d91"
}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": "fd372b2a-d580-4f50-bdaa-5264723d8303",
"DateCreated": "2025-12-09T22:52:55.1005898Z",
"IsLayoutLocked": true,
"Thumbnail": "12eed9e3-a682-4510-934b-a8e228a82327"
}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.