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": "716df189-de78-4b9b-9445-c10e85cdf6d1",
"IsOffline": true,
"SiteMapRootNodeId": "eb63da1a-b6b3-43d8-8863-47a61f0175cb",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-14T18:16:34.4825099+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": "716df189-de78-4b9b-9445-c10e85cdf6d1",
"IsOffline": true,
"SiteMapRootNodeId": "eb63da1a-b6b3-43d8-8863-47a61f0175cb",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-14T18:16:34.4825099+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": "be981298-76b8-41af-9c8f-fc2c72671796",
"IsOffline": true,
"SiteMapRootNodeId": "1ba15a08-680d-419c-abc3-abfd289aa968",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-14T18:16:34.4825099+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": "78da721c-1d2a-4896-bb99-90b8f5910209"
}