Returns a set of data items of type topics.
GET /api/multimedias/topics
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 | |
| 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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "c2beab0c-f014-4d6d-9b66-084b460c8ea4",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "c2beab0c-f014-4d6d-9b66-084b460c8ea4",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets topics item by id.
GET /api/multimedias/topics({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 | |
| 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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "db9f0752-bb7a-483f-9fbc-b5ff06747293",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from topics item.
GET /api/multimedias/topics({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": "d569d754-cd78-41a4-8c2d-d7a059a5e3cf"
}Creates a topics item.
POST /api/multimedias/topics
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 | |
| 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
{
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"PriorityLevelWHO": 6.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"ParentId": "f7af4c79-32b7-405e-9c3a-8ebc560f6285"
}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 | |
| 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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "96d290dd-9658-4c4b-b500-5084066edc1f",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for topics item.
PATCH /api/multimedias/topics({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 | |
| 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
{
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"PriorityLevelWHO": 6.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"ParentId": "5f54096e-4fa6-42b5-8e2d-bdd6e726051a"
}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 topics item.
PUT /api/multimedias/topics({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 | |
| 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
{
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Description": "sample string 5",
"PriorityLevelWHO": 6.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 8",
"ParentId": "036d2300-ba36-47cc-9614-b1eb4d36883f"
}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 topics item by Id.
DELETE /api/multimedias/topics({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 topics item.
GET /api/multimedias/topics({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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to topics item.
POST /api/multimedias/topics({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 topics item.
DELETE /api/multimedias/topics({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 TopicDefinition from topics item.
GET /api/multimedias/topics({key})/TopicDefinition
| 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 | |
| Node | System.String | Read only: False | |
| 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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Node": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Node": "sample string 8",
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add TopicDefinition relation to topics item.
POST /api/multimedias/topics({key})/TopicDefinition/$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 TopicDefinition from topics item.
DELETE /api/multimedias/topics({key})/TopicDefinition/$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 topics item.
GET /api/multimedias/topics({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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "89994337-215e-4dd7-9740-55a3a1c05bbc",
"publishingoffices": "9a2095fd-409d-4b94-bd3c-3ace0e894698",
"events": "97758eb5-d7e4-4e4e-ad45-d4fe5e98bf61",
"targets": "d2722730-dab4-49f5-b7c0-c2b2df6c901b",
"Category": "d04efd0d-33ef-4219-82a8-ae88c65f7f81",
"imagetypes": "de9e6d0d-4c51-41ec-b14d-aaae07672311",
"departmentaltargets": "d7ea593a-1a80-4043-a9cc-fc770f1a8073",
"stakeholders": "428a0132-2fe9-48e3-80e4-69d7c0de41eb",
"Tags": "26b2c140-fd13-455a-ba75-b1818bc4c691",
"healthtopics": "4cd53e69-4617-485f-8aba-98c93a2c7e7a",
"targetaudiences": "b5b81549-4dfe-47f2-8afa-cea2842211a4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7f157f0b-7565-4abc-9150-9d9cdae759c2",
"ParentId": "a808e58b-aa12-4c3d-872d-f7ec6e76a8d4",
"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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "89994337-215e-4dd7-9740-55a3a1c05bbc",
"publishingoffices": "9a2095fd-409d-4b94-bd3c-3ace0e894698",
"events": "97758eb5-d7e4-4e4e-ad45-d4fe5e98bf61",
"targets": "d2722730-dab4-49f5-b7c0-c2b2df6c901b",
"Category": "d04efd0d-33ef-4219-82a8-ae88c65f7f81",
"imagetypes": "de9e6d0d-4c51-41ec-b14d-aaae07672311",
"departmentaltargets": "d7ea593a-1a80-4043-a9cc-fc770f1a8073",
"stakeholders": "428a0132-2fe9-48e3-80e4-69d7c0de41eb",
"Tags": "26b2c140-fd13-455a-ba75-b1818bc4c691",
"healthtopics": "4cd53e69-4617-485f-8aba-98c93a2c7e7a",
"targetaudiences": "b5b81549-4dfe-47f2-8afa-cea2842211a4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7f157f0b-7565-4abc-9150-9d9cdae759c2",
"ParentId": "a808e58b-aa12-4c3d-872d-f7ec6e76a8d4",
"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 topics item.
POST /api/multimedias/topics({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 topics item.
DELETE /api/multimedias/topics({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 Image from topics item.
GET /api/multimedias/topics({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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "54f3ffc8-4249-4d21-802e-1ba76010b672",
"publishingoffices": "584e3cb9-17ef-4613-a39c-69d5ea7e79b6",
"events": "d00c460d-3b24-4b88-920c-ddbc08fc359f",
"targets": "014fe6a3-a24e-4095-8c06-cd65b4e57701",
"Category": "b136ad30-0c87-4f41-bcd6-7da79506074a",
"imagetypes": "50be741b-3432-4e14-8031-97ac4e0014be",
"departmentaltargets": "c0acf823-d814-4263-88b4-74ad428635ec",
"stakeholders": "917a4cd9-6803-4da1-b407-52d43a1a6223",
"Tags": "a56b6186-abd1-4b00-9245-83385e0c2d77",
"healthtopics": "9f722ce2-1596-4230-b7ea-3b5b84cd1494",
"targetaudiences": "1d21588f-4dff-4eb7-8f91-8ce590eed050",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f0085d02-c983-43c7-a808-adb5409fb7a3",
"ParentId": "8be9b2a6-51cf-439e-a633-4edd9fdbfac7",
"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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "54f3ffc8-4249-4d21-802e-1ba76010b672",
"publishingoffices": "584e3cb9-17ef-4613-a39c-69d5ea7e79b6",
"events": "d00c460d-3b24-4b88-920c-ddbc08fc359f",
"targets": "014fe6a3-a24e-4095-8c06-cd65b4e57701",
"Category": "b136ad30-0c87-4f41-bcd6-7da79506074a",
"imagetypes": "50be741b-3432-4e14-8031-97ac4e0014be",
"departmentaltargets": "c0acf823-d814-4263-88b4-74ad428635ec",
"stakeholders": "917a4cd9-6803-4da1-b407-52d43a1a6223",
"Tags": "a56b6186-abd1-4b00-9245-83385e0c2d77",
"healthtopics": "9f722ce2-1596-4230-b7ea-3b5b84cd1494",
"targetaudiences": "1d21588f-4dff-4eb7-8f91-8ce590eed050",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f0085d02-c983-43c7-a808-adb5409fb7a3",
"ParentId": "8be9b2a6-51cf-439e-a633-4edd9fdbfac7",
"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 topics item.
POST /api/multimedias/topics({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 topics item.
DELETE /api/multimedias/topics({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 SpecificPage from topics item.
GET /api/multimedias/topics({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-28T10:09:32.7910094Z",
"UrlName": "sample string 2",
"organizations": "3912255e-dc8b-440c-9e2c-f9884d57766f",
"regionscountries": "69c32f80-38ea-420c-bf83-a8bed7a6bb81",
"sustainabledevelopmentgoals": "c2b2368a-63fd-4ed2-b35d-995a40e1373e",
"departmentaltargets": "217186d2-859d-46cb-81a3-bd4c711231cd",
"healthtopics": "01e9322f-dd58-43ba-8c57-54e15abd1104",
"events": "ba28b560-16f5-4bb0-8554-22a9c7d28d71",
"publishingoffices": "c4f5025c-f300-49da-9ba1-ad92f6ccfec7",
"WebPageType": "sample string 10",
"targetaudiences": "0271b732-5b0f-4bfc-92a5-02e756933117",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"ShowInNavigation": true,
"ParentId": "2e5f57a4-b98a-4df2-b9c1-77b574568294",
"RootId": "fad8eb29-8555-4bf0-8472-5a1cf1d3eec7",
"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": "f6d58507-0887-4757-a97b-832c72833bdb",
"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-28T10:09:32.7910094Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-28T10:09:32.7910094Z",
"UrlName": "sample string 2",
"organizations": "3912255e-dc8b-440c-9e2c-f9884d57766f",
"regionscountries": "69c32f80-38ea-420c-bf83-a8bed7a6bb81",
"sustainabledevelopmentgoals": "c2b2368a-63fd-4ed2-b35d-995a40e1373e",
"departmentaltargets": "217186d2-859d-46cb-81a3-bd4c711231cd",
"healthtopics": "01e9322f-dd58-43ba-8c57-54e15abd1104",
"events": "ba28b560-16f5-4bb0-8554-22a9c7d28d71",
"publishingoffices": "c4f5025c-f300-49da-9ba1-ad92f6ccfec7",
"WebPageType": "sample string 10",
"targetaudiences": "0271b732-5b0f-4bfc-92a5-02e756933117",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"ShowInNavigation": true,
"ParentId": "2e5f57a4-b98a-4df2-b9c1-77b574568294",
"RootId": "fad8eb29-8555-4bf0-8472-5a1cf1d3eec7",
"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": "f6d58507-0887-4757-a97b-832c72833bdb",
"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-28T10:09:32.7910094Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpecificPage relation to topics item.
POST /api/multimedias/topics({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 topics item.
DELETE /api/multimedias/topics({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 ThumbnailImage from topics item.
GET /api/multimedias/topics({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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "d674efa6-c8cc-4645-94a5-9e2b2281b96c",
"publishingoffices": "b339113c-d910-4b46-9a7e-99c2f69cbcfc",
"events": "37c04ab8-a656-4e02-a079-841915a4c61f",
"targets": "db7beb1a-0e8b-45a8-a1f3-30e9b0d0b866",
"Category": "ff0b625d-69d4-4034-aaa0-ac799d5f11b9",
"imagetypes": "b1f116a9-3e70-4461-8f7c-761a4b7e0dae",
"departmentaltargets": "a5a2b261-4e6e-4cf3-bdc0-d1394fe63af4",
"stakeholders": "e086dfab-39de-42d8-b4e8-9b3dd43416a3",
"Tags": "32a0b486-72ee-49f9-b5b1-13e767c668bf",
"healthtopics": "68550540-c769-4119-a8c7-801233f6d9c2",
"targetaudiences": "628b622e-9524-4137-8cdd-98cfac7f7be3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9555d520-9380-4057-8a55-e0d1a3c3764e",
"ParentId": "f14912ce-65cd-479b-98e5-56460364bc89",
"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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"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": "d674efa6-c8cc-4645-94a5-9e2b2281b96c",
"publishingoffices": "b339113c-d910-4b46-9a7e-99c2f69cbcfc",
"events": "37c04ab8-a656-4e02-a079-841915a4c61f",
"targets": "db7beb1a-0e8b-45a8-a1f3-30e9b0d0b866",
"Category": "ff0b625d-69d4-4034-aaa0-ac799d5f11b9",
"imagetypes": "b1f116a9-3e70-4461-8f7c-761a4b7e0dae",
"departmentaltargets": "a5a2b261-4e6e-4cf3-bdc0-d1394fe63af4",
"stakeholders": "e086dfab-39de-42d8-b4e8-9b3dd43416a3",
"Tags": "32a0b486-72ee-49f9-b5b1-13e767c668bf",
"healthtopics": "68550540-c769-4119-a8c7-801233f6d9c2",
"targetaudiences": "628b622e-9524-4137-8cdd-98cfac7f7be3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9555d520-9380-4057-8a55-e0d1a3c3764e",
"ParentId": "f14912ce-65cd-479b-98e5-56460364bc89",
"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 topics item.
POST /api/multimedias/topics({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 topics item.
DELETE /api/multimedias/topics({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 IndicatorGroups from topics item.
GET /api/multimedias/topics({key})/IndicatorGroups
| 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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | 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-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"Title": "sample string 9",
"PriorityLevelWHO": 10.0,
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "cadde74a-b4df-4b8d-b86f-d7e313c0fd49",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T10:09:32.7910094Z",
"PublicationDate": "2025-10-28T10:09:32.7910094Z",
"DateCreated": "2025-10-28T10:09:32.7910094Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Description": "sample string 8",
"Title": "sample string 9",
"PriorityLevelWHO": 10.0,
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "cadde74a-b4df-4b8d-b86f-d7e313c0fd49",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T10:09:32.7910094+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add IndicatorGroups relation to topics item.
POST /api/multimedias/topics({key})/IndicatorGroups/$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 IndicatorGroups from topics item.
DELETE /api/multimedias/topics({key})/IndicatorGroups/$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.