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-11-16T07:55:19.2531493Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "f76a89d8-6e38-4292-9e18-d71254348271",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T07:55:19.2531493+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "57c28850-853e-4543-a826-44ac23576fbe",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2025-11-16T07:55:19.2531493Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "f76a89d8-6e38-4292-9e18-d71254348271",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T07:55:19.2531493+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "57c28850-853e-4543-a826-44ac23576fbe",
"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-11-16T07:55:19.2531493Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "2f75d0ef-2e8b-40d0-ba11-924e21c2f2b3",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T07:55:19.2531493+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "069d7125-f964-42cf-998c-7b20a9459ecb",
"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": "54cc52b7-8cab-40a2-bf17-001ab0355f0c"
}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": "b42313cd-7925-4910-8116-78187fce8873",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Thumbnail": "ed92c5d6-194a-409e-853a-dc320edc083f"
}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-11-16T07:55:19.2531493Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "ce6e5692-37fe-4560-8cda-ab6ae048d5ef",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T07:55:19.2531493+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "fb212fe9-d974-4daf-a525-f4b15219be43",
"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": "569a2d9d-0f0c-401c-9e6d-ffc1b5cdec40",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Thumbnail": "8ec7af48-6c79-4f92-a258-6be76d603f42"
}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": "e22d2ef8-bee1-4165-942d-4093190aacd9",
"DateCreated": "2025-11-16T07:55:19.2531493Z",
"IsLayoutLocked": true,
"Thumbnail": "79f79905-f646-4d5b-ad02-9bf1687c15bd"
}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.