Returns a set of data items of type majorthemes.
GET /api/multimedias/majorthemes
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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "83d09259-4084-4f77-a0f7-3e4f42d50563",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "83d09259-4084-4f77-a0f7-3e4f42d50563",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets majorthemes item by id.
GET /api/multimedias/majorthemes({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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "affe1622-d7a5-4814-a5e0-d011a9d5726e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from majorthemes item.
GET /api/multimedias/majorthemes({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": "bf0f93e2-5400-404d-b7b0-b465afe59b2b"
}Creates a majorthemes item.
POST /api/multimedias/majorthemes
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "8e7c1313-ed54-4805-a420-ec7ce10d0ea0"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "4b120237-c6c2-45f9-b8dc-afa2a0553843",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for majorthemes item.
PATCH /api/multimedias/majorthemes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "4a033f84-ea7b-417f-a219-a96c614269ba"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for majorthemes item.
PUT /api/multimedias/majorthemes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| ThumbnailText | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "cd18408d-175a-45f0-a4c0-534fd69075e8"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a majorthemes item by Id.
DELETE /api/multimedias/majorthemes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Parent from majorthemes item.
GET /api/multimedias/majorthemes({key})/Parent
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to majorthemes item.
POST /api/multimedias/majorthemes({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from majorthemes item.
DELETE /api/multimedias/majorthemes({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Image from majorthemes item.
GET /api/multimedias/majorthemes({key})/Image
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "fc6c57c7-9c84-41e3-a6c9-2591b7a0ad6b",
"publishingoffices": "59687200-9328-459a-acf9-df6280c557f3",
"events": "1220ec76-729b-4b4f-9887-7f6d0541adb9",
"targets": "a3961c5f-1bb3-41ae-8e2b-1e0fafcaacba",
"Category": "668bf168-1849-44c1-83c4-72fa0b0cc8b2",
"imagetypes": "f3db9bbc-922b-4a7b-a0eb-b25afda3b769",
"departmentaltargets": "00890886-fbe5-4f2e-9d1d-27c740fc7123",
"stakeholders": "80c5f1d9-307f-456f-94ec-070b5601c0de",
"Tags": "d4843c40-4044-44fd-876b-628f46276b50",
"healthtopics": "452fd438-3fea-4a81-912d-7f2f585df94b",
"targetaudiences": "3e3085a7-d4a7-4c8c-9ae9-2b22af715661",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4b4f3b30-8cf0-4861-a57b-5c1630d2a040",
"ParentId": "8a3a3f63-d957-4f21-a936-f8aca0f2f4e2",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "fc6c57c7-9c84-41e3-a6c9-2591b7a0ad6b",
"publishingoffices": "59687200-9328-459a-acf9-df6280c557f3",
"events": "1220ec76-729b-4b4f-9887-7f6d0541adb9",
"targets": "a3961c5f-1bb3-41ae-8e2b-1e0fafcaacba",
"Category": "668bf168-1849-44c1-83c4-72fa0b0cc8b2",
"imagetypes": "f3db9bbc-922b-4a7b-a0eb-b25afda3b769",
"departmentaltargets": "00890886-fbe5-4f2e-9d1d-27c740fc7123",
"stakeholders": "80c5f1d9-307f-456f-94ec-070b5601c0de",
"Tags": "d4843c40-4044-44fd-876b-628f46276b50",
"healthtopics": "452fd438-3fea-4a81-912d-7f2f585df94b",
"targetaudiences": "3e3085a7-d4a7-4c8c-9ae9-2b22af715661",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4b4f3b30-8cf0-4861-a57b-5c1630d2a040",
"ParentId": "8a3a3f63-d957-4f21-a936-f8aca0f2f4e2",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Image relation to majorthemes item.
POST /api/multimedias/majorthemes({key})/Image/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Image from majorthemes item.
DELETE /api/multimedias/majorthemes({key})/Image/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type ThemeDefinition from majorthemes item.
GET /api/multimedias/majorthemes({key})/ThemeDefinition
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Node | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Node": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Node": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ThemeDefinition relation to majorthemes item.
POST /api/multimedias/majorthemes({key})/ThemeDefinition/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type ThemeDefinition from majorthemes item.
DELETE /api/multimedias/majorthemes({key})/ThemeDefinition/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type SpecificPage from majorthemes item.
GET /api/multimedias/majorthemes({key})/SpecificPage
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"UrlName": "sample string 2",
"organizations": "25e95e02-3609-4cf7-a79b-22ab333eb4ed",
"regionscountries": "d9c1c822-c136-4a8b-b370-1c9ff68c12ba",
"sustainabledevelopmentgoals": "a8031cac-14bb-4b86-b969-2a2ea0c2f79b",
"departmentaltargets": "9a270783-3f2d-4e1d-b10b-f8ef016a0fe0",
"healthtopics": "d20e4851-b145-4ce5-9cb8-d1c43788870d",
"events": "0e2d9458-a186-4901-bd14-e017fab2fe3b",
"publishingoffices": "47072dc7-d0b9-4c24-a209-0eeca05046b0",
"WebPageType": "sample string 10",
"targetaudiences": "ab3d062f-69e0-49da-aa2c-b2519a8dba4e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"ShowInNavigation": true,
"ParentId": "e70ff84e-0f52-46a8-a70e-105fa9119789",
"RootId": "94e8ed28-8426-4f19-8c8b-c3a6242d7bc5",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "dff1209e-3e67-47e3-a592-e2c92d0c330e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"UrlName": "sample string 2",
"organizations": "25e95e02-3609-4cf7-a79b-22ab333eb4ed",
"regionscountries": "d9c1c822-c136-4a8b-b370-1c9ff68c12ba",
"sustainabledevelopmentgoals": "a8031cac-14bb-4b86-b969-2a2ea0c2f79b",
"departmentaltargets": "9a270783-3f2d-4e1d-b10b-f8ef016a0fe0",
"healthtopics": "d20e4851-b145-4ce5-9cb8-d1c43788870d",
"events": "0e2d9458-a186-4901-bd14-e017fab2fe3b",
"publishingoffices": "47072dc7-d0b9-4c24-a209-0eeca05046b0",
"WebPageType": "sample string 10",
"targetaudiences": "ab3d062f-69e0-49da-aa2c-b2519a8dba4e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"ShowInNavigation": true,
"ParentId": "e70ff84e-0f52-46a8-a70e-105fa9119789",
"RootId": "94e8ed28-8426-4f19-8c8b-c3a6242d7bc5",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "dff1209e-3e67-47e3-a592-e2c92d0c330e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpecificPage relation to majorthemes item.
POST /api/multimedias/majorthemes({key})/SpecificPage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type SpecificPage from majorthemes item.
DELETE /api/multimedias/majorthemes({key})/SpecificPage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type MajorTopics from majorthemes item.
GET /api/multimedias/majorthemes({key})/MajorTopics
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "63ede886-06fc-41a9-ac9b-34c6f43a911f",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:43.0380821Z",
"PublicationDate": "2025-10-29T06:58:43.0380821Z",
"DateCreated": "2025-10-29T06:58:43.0380821Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "63ede886-06fc-41a9-ac9b-34c6f43a911f",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:43.0380821+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add MajorTopics relation to majorthemes item.
POST /api/multimedias/majorthemes({key})/MajorTopics/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MajorTopics from majorthemes item.
DELETE /api/multimedias/majorthemes({key})/MajorTopics/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.