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": "968b5345-7d4c-4b8b-bd30-03e490d1cb03",
"IsOffline": true,
"SiteMapRootNodeId": "e869c99f-0458-4b38-bf7c-6cd5cbb0496a",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:07.5976792+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": "968b5345-7d4c-4b8b-bd30-03e490d1cb03",
"IsOffline": true,
"SiteMapRootNodeId": "e869c99f-0458-4b38-bf7c-6cd5cbb0496a",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:07.5976792+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": "af3c30df-e1f5-48ca-a04e-f6763a14a8ce",
"IsOffline": true,
"SiteMapRootNodeId": "06dd466d-f20b-4d9e-aa97-14ce5be0b10e",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:07.5976792+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": "8c9f87f2-d37e-4094-ab0f-a2f2d516800f"
}