Returns a set of data items of type themes.
GET /api/multimedias/themes
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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"AlternateTitle": "sample string 9",
"PriorityLevelWHO": 10.0,
"Title": "sample string 11",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "1b72b6a7-b745-4f36-bfe2-387560dbfad7",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"AlternateTitle": "sample string 9",
"PriorityLevelWHO": 10.0,
"Title": "sample string 11",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "1b72b6a7-b745-4f36-bfe2-387560dbfad7",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets themes item by id.
GET /api/multimedias/themes({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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"AlternateTitle": "sample string 9",
"PriorityLevelWHO": 10.0,
"Title": "sample string 11",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "28668efa-759f-4244-9471-6b02af71406a",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from themes item.
GET /api/multimedias/themes({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": "b3164d28-e623-4c95-be6d-27654e966f39"
}Creates a themes item.
POST /api/multimedias/themes
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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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
{
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"AlternateTitle": "sample string 6",
"PriorityLevelWHO": 7.0,
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "b4af1f6e-a13d-48e4-8aa6-043422f00a59"
}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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"AlternateTitle": "sample string 9",
"PriorityLevelWHO": 10.0,
"Title": "sample string 11",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "3c0608fe-6880-478d-92a9-84ab02f2469d",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for themes item.
PATCH /api/multimedias/themes({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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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
{
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"AlternateTitle": "sample string 6",
"PriorityLevelWHO": 7.0,
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "a976fb88-ec4b-448a-b6d5-c87cb028e00f"
}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 themes item.
PUT /api/multimedias/themes({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 | |
| Description | System.String | Read only: False | |
| AlternateTitle | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| 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
{
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"AlternateTitle": "sample string 6",
"PriorityLevelWHO": 7.0,
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "0a779f26-da59-4376-9d84-bd5bc60a20b4"
}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 themes item by Id.
DELETE /api/multimedias/themes({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 themes item.
GET /api/multimedias/themes({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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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:38.6530234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to themes item.
POST /api/multimedias/themes({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 themes item.
DELETE /api/multimedias/themes({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 Icon from themes item.
GET /api/multimedias/themes({key})/Icon
| 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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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": "3a44317d-1a2e-4fc0-aa7e-feffc6b0c1f2",
"publishingoffices": "42df05ae-5d37-4c7d-992c-d25ebccbdc9c",
"events": "bf5a854e-cf00-4d6b-b44d-851b3f9d5f3e",
"targets": "d99d0546-f59a-4116-98ce-c12caf2a42ea",
"Category": "fb6d9cea-5aba-4024-9e77-dada38154b33",
"imagetypes": "56232144-9fdf-4a16-8f76-fffb25b25cf4",
"departmentaltargets": "b7115da5-5a29-4d6d-b31e-a86af9a74481",
"stakeholders": "8965154b-f785-4b25-acd5-6128874c88bb",
"Tags": "308251d9-40f1-4619-8945-00427705b9d6",
"healthtopics": "ef2b90f4-f80a-4855-bb27-33f964259c41",
"targetaudiences": "9149bfb3-abbf-4f94-a6a2-e5c703f0d2e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e4a89d0e-a164-4024-9cbd-7f9b4bf82193",
"ParentId": "318f9dc1-ecef-4231-920a-6fae8718547d",
"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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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": "3a44317d-1a2e-4fc0-aa7e-feffc6b0c1f2",
"publishingoffices": "42df05ae-5d37-4c7d-992c-d25ebccbdc9c",
"events": "bf5a854e-cf00-4d6b-b44d-851b3f9d5f3e",
"targets": "d99d0546-f59a-4116-98ce-c12caf2a42ea",
"Category": "fb6d9cea-5aba-4024-9e77-dada38154b33",
"imagetypes": "56232144-9fdf-4a16-8f76-fffb25b25cf4",
"departmentaltargets": "b7115da5-5a29-4d6d-b31e-a86af9a74481",
"stakeholders": "8965154b-f785-4b25-acd5-6128874c88bb",
"Tags": "308251d9-40f1-4619-8945-00427705b9d6",
"healthtopics": "ef2b90f4-f80a-4855-bb27-33f964259c41",
"targetaudiences": "9149bfb3-abbf-4f94-a6a2-e5c703f0d2e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e4a89d0e-a164-4024-9cbd-7f9b4bf82193",
"ParentId": "318f9dc1-ecef-4231-920a-6fae8718547d",
"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 Icon relation to themes item.
POST /api/multimedias/themes({key})/Icon/$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 Icon from themes item.
DELETE /api/multimedias/themes({key})/Icon/$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 ThumbnailImage from themes item.
GET /api/multimedias/themes({key})/ThumbnailImage
| 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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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": "f4006e80-0dd4-412b-bb81-9cfa10cc93fc",
"publishingoffices": "7f5afb56-5025-4ade-ac2a-7ac147fd13e2",
"events": "6938a5c9-f5f7-4dd7-9dce-abbadb6cf6eb",
"targets": "3fdff693-ee66-48b4-a285-20063f71b043",
"Category": "990404ff-8224-49ac-8a61-0c96721d420f",
"imagetypes": "e90b49e0-ba93-4298-ab5e-21b63612d1fc",
"departmentaltargets": "9ce16436-37d7-40a2-addf-3ff5e4c4c482",
"stakeholders": "7189ec9b-7528-4baa-a6e4-b45da0e5fb09",
"Tags": "fb096e95-5e1e-49f4-a5cd-0a3a4d8b8966",
"healthtopics": "9b99fa65-c153-4049-9b1b-d0d4fd8f3c5d",
"targetaudiences": "c5271be4-f0e6-46be-9134-30c6f6a679c1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4e331008-215a-4b47-8e6d-3702bf405e85",
"ParentId": "5c272e8c-ec51-447d-aa15-331f40b930dc",
"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:38.6530234Z",
"PublicationDate": "2025-10-29T06:58:38.6530234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6530234Z",
"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": "f4006e80-0dd4-412b-bb81-9cfa10cc93fc",
"publishingoffices": "7f5afb56-5025-4ade-ac2a-7ac147fd13e2",
"events": "6938a5c9-f5f7-4dd7-9dce-abbadb6cf6eb",
"targets": "3fdff693-ee66-48b4-a285-20063f71b043",
"Category": "990404ff-8224-49ac-8a61-0c96721d420f",
"imagetypes": "e90b49e0-ba93-4298-ab5e-21b63612d1fc",
"departmentaltargets": "9ce16436-37d7-40a2-addf-3ff5e4c4c482",
"stakeholders": "7189ec9b-7528-4baa-a6e4-b45da0e5fb09",
"Tags": "fb096e95-5e1e-49f4-a5cd-0a3a4d8b8966",
"healthtopics": "9b99fa65-c153-4049-9b1b-d0d4fd8f3c5d",
"targetaudiences": "c5271be4-f0e6-46be-9134-30c6f6a679c1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4e331008-215a-4b47-8e6d-3702bf405e85",
"ParentId": "5c272e8c-ec51-447d-aa15-331f40b930dc",
"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 ThumbnailImage relation to themes item.
POST /api/multimedias/themes({key})/ThumbnailImage/$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 ThumbnailImage from themes item.
DELETE /api/multimedias/themes({key})/ThumbnailImage/$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 themes item.
GET /api/multimedias/themes({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:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"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:38.6686443+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"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:38.6686443+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ThemeDefinition relation to themes item.
POST /api/multimedias/themes({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 themes item.
DELETE /api/multimedias/themes({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 Image from themes item.
GET /api/multimedias/themes({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:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"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": "5bf1ba37-893d-4bce-aa9a-98f14d0fccc0",
"publishingoffices": "0daaa5a8-dbac-4823-a9eb-dd881f54a271",
"events": "906f3993-eb19-41c3-987d-fc788a14641a",
"targets": "e2b54cbf-3d5f-4f07-a567-9fe192b82f63",
"Category": "c9b296c5-23de-45a5-984c-f137e9944578",
"imagetypes": "d6019d95-3c80-4e06-8247-0112c6a8d2d6",
"departmentaltargets": "71fbb280-6eb4-4eba-8335-f93d10e938ba",
"stakeholders": "3a7fc8f3-a797-49a9-8e48-ec96c1d60f0e",
"Tags": "511b4717-6754-46d3-8a34-eaa9a42302b7",
"healthtopics": "212b2507-cae7-4997-8091-ba6f61fbbc69",
"targetaudiences": "0667aa54-c3b5-4ec4-8d63-dd09bf3a5a40",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "986d2915-516c-40b9-b3ad-5a776846d965",
"ParentId": "dede1957-e956-4766-8f45-808570b7b840",
"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:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"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": "5bf1ba37-893d-4bce-aa9a-98f14d0fccc0",
"publishingoffices": "0daaa5a8-dbac-4823-a9eb-dd881f54a271",
"events": "906f3993-eb19-41c3-987d-fc788a14641a",
"targets": "e2b54cbf-3d5f-4f07-a567-9fe192b82f63",
"Category": "c9b296c5-23de-45a5-984c-f137e9944578",
"imagetypes": "d6019d95-3c80-4e06-8247-0112c6a8d2d6",
"departmentaltargets": "71fbb280-6eb4-4eba-8335-f93d10e938ba",
"stakeholders": "3a7fc8f3-a797-49a9-8e48-ec96c1d60f0e",
"Tags": "511b4717-6754-46d3-8a34-eaa9a42302b7",
"healthtopics": "212b2507-cae7-4997-8091-ba6f61fbbc69",
"targetaudiences": "0667aa54-c3b5-4ec4-8d63-dd09bf3a5a40",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "986d2915-516c-40b9-b3ad-5a776846d965",
"ParentId": "dede1957-e956-4766-8f45-808570b7b840",
"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 themes item.
POST /api/multimedias/themes({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 themes item.
DELETE /api/multimedias/themes({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 Topics from themes item.
GET /api/multimedias/themes({key})/Topics
| 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 | |
| Description | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
| Title | 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:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"PriorityLevelWHO": 9.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"ParentId": "cfc3c6e0-ec55-48e2-be41-47bce8c623a7",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6686443+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-29T06:58:38.6686443Z",
"PublicationDate": "2025-10-29T06:58:38.6686443Z",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"PriorityLevelWHO": 9.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 11",
"ParentId": "cfc3c6e0-ec55-48e2-be41-47bce8c623a7",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-29T06:58:38.6686443+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Topics relation to themes item.
POST /api/multimedias/themes({key})/Topics/$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 Topics from themes item.
DELETE /api/multimedias/themes({key})/Topics/$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 Links from themes item.
GET /api/multimedias/themes({key})/Links
| 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:38.6686443Z",
"UrlName": "sample string 2",
"organizations": "8f91a92b-7546-4516-8732-5ea263b15b06",
"regionscountries": "f26df531-9932-417c-b7ad-65f14147f449",
"sustainabledevelopmentgoals": "d1843c1b-7f26-4462-a649-0c1ddc6e5033",
"departmentaltargets": "ce62bb41-4a97-4df7-ae9f-bb9c17c74647",
"healthtopics": "70fc111e-a7a3-447d-81f8-dff9ebf75497",
"events": "07eacfc8-2552-4042-ba18-97eddc8558a2",
"publishingoffices": "299b0daf-af6e-440c-b98a-50c728dd7f57",
"WebPageType": "sample string 10",
"targetaudiences": "de1e4529-1709-4444-b890-f0d668717aa3",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"ShowInNavigation": true,
"ParentId": "b9ba0e8a-c8c2-48b4-83ad-732c3c1c6fcc",
"RootId": "f511097b-b0e7-4ba9-a3a2-f541d9b50944",
"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": "9e804b82-2133-42c8-a78c-86793484f976",
"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:38.6686443Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-29T06:58:38.6686443Z",
"UrlName": "sample string 2",
"organizations": "8f91a92b-7546-4516-8732-5ea263b15b06",
"regionscountries": "f26df531-9932-417c-b7ad-65f14147f449",
"sustainabledevelopmentgoals": "d1843c1b-7f26-4462-a649-0c1ddc6e5033",
"departmentaltargets": "ce62bb41-4a97-4df7-ae9f-bb9c17c74647",
"healthtopics": "70fc111e-a7a3-447d-81f8-dff9ebf75497",
"events": "07eacfc8-2552-4042-ba18-97eddc8558a2",
"publishingoffices": "299b0daf-af6e-440c-b98a-50c728dd7f57",
"WebPageType": "sample string 10",
"targetaudiences": "de1e4529-1709-4444-b890-f0d668717aa3",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"ShowInNavigation": true,
"ParentId": "b9ba0e8a-c8c2-48b4-83ad-732c3c1c6fcc",
"RootId": "f511097b-b0e7-4ba9-a3a2-f541d9b50944",
"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": "9e804b82-2133-42c8-a78c-86793484f976",
"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:38.6686443Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add Links relation to themes item.
POST /api/multimedias/themes({key})/Links/$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 Links from themes item.
DELETE /api/multimedias/themes({key})/Links/$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 themes item.
GET /api/multimedias/themes({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:38.6686443Z",
"UrlName": "sample string 2",
"organizations": "9aa24f0f-b0bd-4c34-bf04-01c50d807232",
"regionscountries": "d8d40512-9c9e-4ced-9b20-9e1cb642f311",
"sustainabledevelopmentgoals": "0ea3053a-ec89-4b08-b6c9-1f302b121971",
"departmentaltargets": "853436f9-5d7b-4dbd-bf2a-63ee2fac08f9",
"healthtopics": "5cbafe37-e418-4ff5-8dd4-659e478d3b12",
"events": "f1cd4e88-8aa7-4417-83f7-a22f4b8fcd96",
"publishingoffices": "88c6114e-57d6-420e-8bc6-c610e8d21e36",
"WebPageType": "sample string 10",
"targetaudiences": "2e362ee3-6bd8-4769-8e7a-5bc6b6acc8b8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"ShowInNavigation": true,
"ParentId": "2d93c3b0-9767-439c-8626-4812b1f9a049",
"RootId": "f7f230d8-a443-4b24-9b38-ab12fee8df7a",
"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": "e373f293-7508-4766-9521-8f669ef3ed9b",
"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:38.6686443Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-29T06:58:38.6686443Z",
"UrlName": "sample string 2",
"organizations": "9aa24f0f-b0bd-4c34-bf04-01c50d807232",
"regionscountries": "d8d40512-9c9e-4ced-9b20-9e1cb642f311",
"sustainabledevelopmentgoals": "0ea3053a-ec89-4b08-b6c9-1f302b121971",
"departmentaltargets": "853436f9-5d7b-4dbd-bf2a-63ee2fac08f9",
"healthtopics": "5cbafe37-e418-4ff5-8dd4-659e478d3b12",
"events": "f1cd4e88-8aa7-4417-83f7-a22f4b8fcd96",
"publishingoffices": "88c6114e-57d6-420e-8bc6-c610e8d21e36",
"WebPageType": "sample string 10",
"targetaudiences": "2e362ee3-6bd8-4769-8e7a-5bc6b6acc8b8",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-29T06:58:38.6686443Z",
"ShowInNavigation": true,
"ParentId": "2d93c3b0-9767-439c-8626-4812b1f9a049",
"RootId": "f7f230d8-a443-4b24-9b38-ab12fee8df7a",
"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": "e373f293-7508-4766-9521-8f669ef3ed9b",
"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:38.6686443Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpecificPage relation to themes item.
POST /api/multimedias/themes({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 themes item.
DELETE /api/multimedias/themes({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.