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-01-08T17:43:51.9625235Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "b82e5366-da5e-4993-90aa-3db14e02ad07",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:43:51.9625235+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "c2a1ae3d-a1c8-4dd6-a795-2ee5c2049e58",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2026-01-08T17:43:51.9625235Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "b82e5366-da5e-4993-90aa-3db14e02ad07",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:43:51.9625235+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "c2a1ae3d-a1c8-4dd6-a795-2ee5c2049e58",
"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-01-08T17:43:51.9625235Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "5ea599e4-c4f3-41ba-92c9-02690b207b00",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:43:51.9625235+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "d5e74988-188f-4d4b-bda7-ed77e1c3c5b6",
"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": "5ec2ac7a-ead8-4c26-8db6-a554eea75f3c"
}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": "5b63a1f6-ff39-4609-b5f2-81e60a283cae",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Thumbnail": "60b4fcaa-3369-4f9c-b53f-210ed126d662"
}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-01-08T17:43:51.9625235Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "deea96f3-e750-4a80-84d9-012c9e14aa64",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T17:43:51.9625235+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "ab7f6dcb-5fe5-411f-9cbb-d861c6d7e572",
"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": "e1a4fb60-65f4-4f35-85f6-d904b763e913",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Thumbnail": "245ddd2d-2ef4-46e5-9f5d-2eb4bcd294cf"
}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": "5a75c1d7-1959-49e7-874a-8df024dfa77a",
"DateCreated": "2026-01-08T17:43:51.9625235Z",
"IsLayoutLocked": true,
"Thumbnail": "330e2eda-5a83-4463-a029-cd40c665f759"
}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.