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-10-06T10:06:56.0472917Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "ee897e1a-2de1-4924-92ca-f0195a0d785e",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:56.0472917+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "e4d2312b-491c-4dc3-8851-427d2c50a844",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2025-10-06T10:06:56.0472917Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "ee897e1a-2de1-4924-92ca-f0195a0d785e",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:56.0472917+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "e4d2312b-491c-4dc3-8851-427d2c50a844",
"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-10-06T10:06:56.0472917Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "02903900-faec-4c30-a32d-7802d4967c9e",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:56.0472917+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "637d9d1c-0934-40ac-b7cb-a6dddee64485",
"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": "c3045cb9-cc62-41cf-907c-a6ef2aab4aba"
}
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": "3bb50946-f57c-4f47-8f9b-63e3acd9e6b3",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Thumbnail": "29549b84-29ae-4b7f-9b19-a138939e377a"
}
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-10-06T10:06:56.0472917Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "afa447bb-5a5f-4853-b0fc-2f3f7d686ec0",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:56.0472917+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "53d37a27-ca84-4a14-89cd-1bdfebc8fc78",
"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": "ce6bafba-2f14-4801-9399-67b137e4ae3d",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Thumbnail": "7c76a64a-5e18-4bb2-a322-6a0849ceec4a"
}
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": "53a700be-c28d-4f1f-9d8e-35f9d2d760aa",
"DateCreated": "2025-10-06T10:06:56.0472917Z",
"IsLayoutLocked": true,
"Thumbnail": "cb339af4-6515-48a7-b203-b3f2a14c99b4"
}
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.