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-09-12T01:44:44.2289637Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "ffcc54ea-590a-482c-ac8a-5cb0a4e20235",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T01:44:44.2289637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "e5a64503-e662-4b9b-9b82-704b7525f377",
"ThumbnailUrl": "sample string 10",
"Renderer": "sample string 11"
},
{
"LastModified": "2025-09-12T01:44:44.2289637Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "ffcc54ea-590a-482c-ac8a-5cb0a4e20235",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T01:44:44.2289637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "e5a64503-e662-4b9b-9b82-704b7525f377",
"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-09-12T01:44:44.2289637Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "e457f126-275a-468a-aebc-151eca88ca8a",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T01:44:44.2289637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "d461f208-5b40-41d3-baa5-46495b0b0737",
"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": "a430251f-443d-4d0b-9338-cf4e05dff47e"
}
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": "96b06a5f-5106-4f0d-887f-25585a60d37f",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Thumbnail": "876ecf45-7455-4ad2-bcde-0402d5f72fc0"
}
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-09-12T01:44:44.2289637Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Framework": 0,
"TemplateName": "sample string 4",
"TemplateId": "a498550a-fea3-4e93-bb9b-9662c016513f",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T01:44:44.2289637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ParentTemplate": null,
"Thumbnail": "f06b3a55-aba8-44f8-b3de-1bba50518aef",
"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": "4ecc1153-daf9-43b5-8d51-01de72e90bcb",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Thumbnail": "ff1bda75-f560-4e61-8447-c60bd448a9cc"
}
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": "1d896c6f-6549-41cb-8479-2adf9e92d0ad",
"DateCreated": "2025-09-12T01:44:44.2289637Z",
"IsLayoutLocked": true,
"Thumbnail": "6cab407f-dc77-40e1-918e-eedfbaefd88e"
}
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.