Returns a set of data items of type sites.
GET /api/multimedias/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": "ef993c7d-cadf-4e7a-aa89-806da57efc53",
"IsOffline": true,
"SiteMapRootNodeId": "947157ed-3b6b-4bf1-b3d9-b76449edebed",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.1903647+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": "ef993c7d-cadf-4e7a-aa89-806da57efc53",
"IsOffline": true,
"SiteMapRootNodeId": "947157ed-3b6b-4bf1-b3d9-b76449edebed",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.1903647+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"CulturesMap": null
}
]
Gets sites item by id.
GET /api/multimedias/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": "afa16e24-9680-4259-9e7e-4ee4597a06a7",
"IsOffline": true,
"SiteMapRootNodeId": "9b7d60b6-284f-4bf0-bb3e-5115361228bd",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T09:20:28.1903647+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"CulturesMap": null
}
Gets Id property from sites item.
GET /api/multimedias/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": "289cbf90-d0da-453b-8be3-3a23cb98b290"
}