Returns a set of data items of type slides.
GET /api/multimedias/slides
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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "4fab9501-80b5-4c54-8684-eec444720b70",
"healthtopics": "fe752014-9d84-4f26-ae81-8eddcde23bfc",
"Subtitle": "sample string 10",
"departmentaltargets": "35427c8b-5bec-4657-8e6a-8483f395103d",
"targetaudiences": "ea7d7fff-7ce1-4beb-b0a3-a59082ab7991",
"sustainabledevelopmentgoals": "2f3bb322-a630-469e-b233-8a11a1e0c80f",
"Title": "sample string 14",
"publishingoffices": "75605911-ddfc-4492-823a-27500e1c8dbc",
"Body": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.6512689+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "4fab9501-80b5-4c54-8684-eec444720b70",
"healthtopics": "fe752014-9d84-4f26-ae81-8eddcde23bfc",
"Subtitle": "sample string 10",
"departmentaltargets": "35427c8b-5bec-4657-8e6a-8483f395103d",
"targetaudiences": "ea7d7fff-7ce1-4beb-b0a3-a59082ab7991",
"sustainabledevelopmentgoals": "2f3bb322-a630-469e-b233-8a11a1e0c80f",
"Title": "sample string 14",
"publishingoffices": "75605911-ddfc-4492-823a-27500e1c8dbc",
"Body": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.6512689+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets slides item by id.
GET /api/multimedias/slides({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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "26b1b43a-fae9-4922-bef3-7e57ff731741",
"healthtopics": "d5b30355-7d27-4b43-9d7d-3645f66f897d",
"Subtitle": "sample string 10",
"departmentaltargets": "034fa726-e9dd-47c1-9c79-65c47d3c59a2",
"targetaudiences": "23e60b2a-db96-494e-97f5-7357d5df24c6",
"sustainabledevelopmentgoals": "64493314-7534-42fe-a896-1525c094359a",
"Title": "sample string 14",
"publishingoffices": "6922f505-a3af-444a-92e5-dd70d5913432",
"Body": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.6512689+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from slides item.
GET /api/multimedias/slides({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": "48d26883-d143-4f5a-9ad4-cdb941000502"
}Creates a slides item.
POST /api/multimedias/slides
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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "caa73844-70ab-4ccd-90db-163b0d6f24ca",
"healthtopics": "cf17dc0f-018b-4495-afe2-1fc541a76ca9",
"Subtitle": "sample string 7",
"departmentaltargets": "97e4c508-bc91-404d-a4f7-3f70a4f7c354",
"targetaudiences": "34a1892f-008d-41f4-8d00-3038e28c39ec",
"sustainabledevelopmentgoals": "6f7b68bf-b283-4cdb-931c-c6f8c4d4be23",
"Title": "sample string 11",
"publishingoffices": "fc56ebd6-6304-4f21-9f6d-5a9962c02ce5",
"Body": "sample string 13"
}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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "92031f20-6c5f-4807-9580-ea5f280e8edc",
"healthtopics": "f8125d76-6b57-43ea-9d73-0cc0a66f0464",
"Subtitle": "sample string 10",
"departmentaltargets": "709d7e6d-c65a-44c0-b283-01c5c1213a20",
"targetaudiences": "754b4100-4357-4ca8-854b-2b8519f0e804",
"sustainabledevelopmentgoals": "99e7f2ba-323e-4e3c-8ea3-eb17e17cd893",
"Title": "sample string 14",
"publishingoffices": "227c129d-f922-409c-bf09-183a0280b628",
"Body": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T15:05:06.6512689+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for slides item.
PATCH /api/multimedias/slides({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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "96275646-c9a0-45a1-8cec-aef474cf77a2",
"healthtopics": "6c1750cf-50dc-4580-b8b7-e75fe0f79002",
"Subtitle": "sample string 7",
"departmentaltargets": "3e4c6d55-d572-4bd8-9eba-fe45197c30e9",
"targetaudiences": "e6aa1a89-24f7-4c7c-9b23-6064a1183945",
"sustainabledevelopmentgoals": "e54f074b-1efb-4be2-94c1-97e4f1f9521c",
"Title": "sample string 11",
"publishingoffices": "39604028-a970-4bf5-9453-454a1dc60d38",
"Body": "sample string 13"
}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 slides item.
PUT /api/multimedias/slides({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 | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Body | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "23b7548d-81d9-423e-9e46-0af5648f8171",
"healthtopics": "b61c3d21-fbcc-4709-8c3a-02ab29dccf92",
"Subtitle": "sample string 7",
"departmentaltargets": "95f5f9f8-1622-45e9-9a0f-202e26fbe07c",
"targetaudiences": "668494f1-d146-4876-b0c4-ee2e72b47184",
"sustainabledevelopmentgoals": "7bdb08fa-533d-4427-8532-719a1755cba1",
"Title": "sample string 11",
"publishingoffices": "ba70eaf7-ce55-4c4a-acac-46685b39f27a",
"Body": "sample string 13"
}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 slides item by Id.
DELETE /api/multimedias/slides({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 Image from slides item.
GET /api/multimedias/slides({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": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"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": "12db5123-e65c-4a81-bc0e-66666f46cfea",
"publishingoffices": "070927fa-7f7f-4e8f-996a-88eb73d2d2ee",
"events": "0ce4aa32-bf23-4544-b548-2d09de73f047",
"targets": "b9740d4d-a045-42a3-87e2-77e515f58ad2",
"Category": "c3d8fd9d-4eb2-46eb-a296-e9881ca96def",
"imagetypes": "b3c873c3-bda1-466c-b4e1-73449ea340f5",
"departmentaltargets": "ac29ff76-8e0a-458b-9a77-b3cbe0cf4bd6",
"stakeholders": "97ae4d0d-ed8e-4b61-990b-ec305355cbdb",
"Tags": "f4d9c6c2-f590-48ec-bb51-d5979bab948b",
"healthtopics": "877bd0d2-9645-40f7-8ce5-04db82c40691",
"targetaudiences": "e9fc49ce-4020-4434-b0d7-98e14a3b624c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1cab3326-ce82-4c29-8d99-624cfed9bf9c",
"ParentId": "ad210080-57ff-43c7-a8cb-83684259ae77",
"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": "2026-06-27T15:05:06.6512689Z",
"PublicationDate": "2026-06-27T15:05:06.6512689Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T15:05:06.6512689Z",
"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": "12db5123-e65c-4a81-bc0e-66666f46cfea",
"publishingoffices": "070927fa-7f7f-4e8f-996a-88eb73d2d2ee",
"events": "0ce4aa32-bf23-4544-b548-2d09de73f047",
"targets": "b9740d4d-a045-42a3-87e2-77e515f58ad2",
"Category": "c3d8fd9d-4eb2-46eb-a296-e9881ca96def",
"imagetypes": "b3c873c3-bda1-466c-b4e1-73449ea340f5",
"departmentaltargets": "ac29ff76-8e0a-458b-9a77-b3cbe0cf4bd6",
"stakeholders": "97ae4d0d-ed8e-4b61-990b-ec305355cbdb",
"Tags": "f4d9c6c2-f590-48ec-bb51-d5979bab948b",
"healthtopics": "877bd0d2-9645-40f7-8ce5-04db82c40691",
"targetaudiences": "e9fc49ce-4020-4434-b0d7-98e14a3b624c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1cab3326-ce82-4c29-8d99-624cfed9bf9c",
"ParentId": "ad210080-57ff-43c7-a8cb-83684259ae77",
"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 slides item.
POST /api/multimedias/slides({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 slides item.
DELETE /api/multimedias/slides({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.