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": "a3c2af97-fe0e-4bd6-83cf-70cc8e7aa6c1",
"IsOffline": true,
"SiteMapRootNodeId": "b5fac7d0-f5c6-4b7a-a05a-1d420d984801",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.0158958+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": "a3c2af97-fe0e-4bd6-83cf-70cc8e7aa6c1",
"IsOffline": true,
"SiteMapRootNodeId": "b5fac7d0-f5c6-4b7a-a05a-1d420d984801",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.0158958+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": "8f6b2722-f9d7-46b6-b9fc-64a6fb6ccdaa",
"IsOffline": true,
"SiteMapRootNodeId": "532567f1-c4a8-431c-8325-e18dac6ead32",
"Provider": "sample string 8",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.0158958+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": "5348ec72-d576-4a00-a613-f6f1b00358a3"
}