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": "61c65c15-6d52-451c-813b-b11557e89ee9",
"IsOffline": true,
"SiteMapRootNodeId": "8a4fd751-bc40-4ac4-8532-264d361d2482",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:49:09.0837292+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": "61c65c15-6d52-451c-813b-b11557e89ee9",
"IsOffline": true,
"SiteMapRootNodeId": "8a4fd751-bc40-4ac4-8532-264d361d2482",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:49:09.0837292+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": "58f4748e-7d7c-45dd-aac0-0ec38572ce59",
"IsOffline": true,
"SiteMapRootNodeId": "fdb10894-8c53-4c5b-bfd5-623835959960",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T09:49:09.0837292+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": "92389828-4f68-427d-aa4a-057e90fb1fc9"
}