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-03-03T13:18:03.8675015Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "21d8a117-9fdf-4a58-8b2d-64077d4b3562",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.8675015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "976131c4-c1da-42d8-90c8-37b9bc055741",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2026-03-03T13:18:03.8675015Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "21d8a117-9fdf-4a58-8b2d-64077d4b3562",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.8675015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "976131c4-c1da-42d8-90c8-37b9bc055741",
"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-03-03T13:18:03.8675015Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "a9383741-a0f9-47a6-8341-107361283a2c",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.8675015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "e0b76450-26bb-4450-bcdb-9d303cf0d56d",
"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": "3c9da5e2-047e-4db1-bd76-a2e8fc4382c7"
}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": "d1916678-4757-40a5-9bd2-1079c06a9907",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Thumbnail": "174870cb-712b-48e3-a554-33bf1a49bffd"
}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-03-03T13:18:03.8675015Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "15304e8b-a9ee-43a4-a74d-6e78039550de",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:18:03.8675015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "ccbf1d0a-d095-4cc4-bee8-99cb5c877ee5",
"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": "df23634e-c559-48d0-924f-9204869958a2",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Thumbnail": "0570f364-2f89-4df5-ad45-56f86488061c"
}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": "80d1a161-10ef-4588-9aa3-e5186ecefae6",
"DateCreated": "2026-03-03T13:18:03.8675015Z",
"IsLayoutLocked": true,
"Thumbnail": "7f4b5c8b-1e37-4766-a72f-6f2065f82f29"
}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.