Returns a set of data items of type sites.
GET /api/news/sites
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 |
| Name | System.String | Read only: False | |
| LiveUrl | System.String | Read only: False | |
| CultureKeys | System.String | Read only: False | |
| DefaultCultureKey | System.String | Read only: False | |
| DefaultFrontendTemplateId | System.Guid | Read only: False | |
| IsOffline | System.Boolean | Read only: False | |
| SiteMapRootNodeId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| CulturesMap | Telerik.Sitefinity.Multisite.Web.Services.CultureModel | Read only: True |
application/json
[
{
"Name": "sample string 1",
"LiveUrl": "sample string 2",
"CultureKeys": "sample string 3",
"DefaultCultureKey": "sample string 4",
"DefaultFrontendTemplateId": "bd067618-d3d2-4871-b9b8-f00cfdddeabb",
"IsOffline": true,
"SiteMapRootNodeId": "b5ec8822-5ee7-469f-b4a5-fd432c8fbbbd",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-25T22:29:05.200582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"CulturesMap": null
},
{
"Name": "sample string 1",
"LiveUrl": "sample string 2",
"CultureKeys": "sample string 3",
"DefaultCultureKey": "sample string 4",
"DefaultFrontendTemplateId": "bd067618-d3d2-4871-b9b8-f00cfdddeabb",
"IsOffline": true,
"SiteMapRootNodeId": "b5ec8822-5ee7-469f-b4a5-fd432c8fbbbd",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-25T22:29:05.200582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"CulturesMap": null
}
]Gets sites item by id.
GET /api/news/sites({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 |
| Name | System.String | Read only: False | |
| LiveUrl | System.String | Read only: False | |
| CultureKeys | System.String | Read only: False | |
| DefaultCultureKey | System.String | Read only: False | |
| DefaultFrontendTemplateId | System.Guid | Read only: False | |
| IsOffline | System.Boolean | Read only: False | |
| SiteMapRootNodeId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| CulturesMap | Telerik.Sitefinity.Multisite.Web.Services.CultureModel | Read only: True |
application/json
{
"Name": "sample string 1",
"LiveUrl": "sample string 2",
"CultureKeys": "sample string 3",
"DefaultCultureKey": "sample string 4",
"DefaultFrontendTemplateId": "14b53c18-6be5-415b-959e-1030a1abe2cb",
"IsOffline": true,
"SiteMapRootNodeId": "ebc6ebe0-5e39-4333-923c-3557b010324e",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-25T22:29:05.200582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"CulturesMap": null
}Gets Id property from sites item.
GET /api/news/sites({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": "0ccbcafe-8ac5-4b6b-a993-15212dae4d1b"
}