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": "589df042-fcc9-4c36-94d4-2ac4670c0d6d",
"IsOffline": true,
"SiteMapRootNodeId": "e67816fe-03ab-4c24-a951-3454de411b0f",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2462244+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": "589df042-fcc9-4c36-94d4-2ac4670c0d6d",
"IsOffline": true,
"SiteMapRootNodeId": "e67816fe-03ab-4c24-a951-3454de411b0f",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2462244+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": "8b11b6b7-5b30-4c4f-aa9d-390a47ea0418",
"IsOffline": true,
"SiteMapRootNodeId": "a3d60f2c-1204-48c3-921a-fb1c409ed55e",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2462244+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": "2ca4dacf-440d-45fa-b811-140ba269885a"
}