Returns a set of data items of type speeches.
GET /api/multimedias/speeches
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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "289e3dbe-3fa7-46f0-9b59-bd92dc620e06",
"publishingoffices": "945c15e7-dcbe-47e8-a243-74e1bebe44f5",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a416dc32-e50e-4420-aadd-8d429ecec503",
"regionscountries": "8c6b4e25-cad7-4da8-98d6-ce83c22e7d64",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ce7a0e52-ee1a-46a1-8a4a-6ec3d183318d",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "ad3518cb-b6c8-45da-985a-c0f1147a2a13",
"events": "18a3e609-5d9b-410c-8913-ab509eaddfd0",
"OpenGraphDescription": "sample string 26",
"targets": "39ecf955-658f-418f-b858-4afd7f4596ba",
"SpeechDuration": 28.0,
"stakeholders": "c3a98d37-589e-44f1-b057-41b14c1110e6",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5056781+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "289e3dbe-3fa7-46f0-9b59-bd92dc620e06",
"publishingoffices": "945c15e7-dcbe-47e8-a243-74e1bebe44f5",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a416dc32-e50e-4420-aadd-8d429ecec503",
"regionscountries": "8c6b4e25-cad7-4da8-98d6-ce83c22e7d64",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ce7a0e52-ee1a-46a1-8a4a-6ec3d183318d",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "ad3518cb-b6c8-45da-985a-c0f1147a2a13",
"events": "18a3e609-5d9b-410c-8913-ab509eaddfd0",
"OpenGraphDescription": "sample string 26",
"targets": "39ecf955-658f-418f-b858-4afd7f4596ba",
"SpeechDuration": 28.0,
"stakeholders": "c3a98d37-589e-44f1-b057-41b14c1110e6",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5056781+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets speeches item by id.
GET /api/multimedias/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "167fc625-0499-4c78-9d44-fc17ebb97d3b",
"publishingoffices": "ef1b1e94-13bc-4be9-8cdc-6096b67f761b",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3284b228-e6ea-4a08-b729-233f4642a113",
"regionscountries": "b5290fb8-1d2c-46f8-bd46-d04e3fbb798e",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "5f3ffb09-c084-45b5-83f5-d4f12cff1b84",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "5b0042b3-0b03-4420-80c4-3233ec9b52c5",
"events": "11a0ab46-423a-4bbd-93ac-f7e8d9568b5f",
"OpenGraphDescription": "sample string 26",
"targets": "b9bc51d8-4dd2-4444-a90d-ee85513d3792",
"SpeechDuration": 28.0,
"stakeholders": "cccf18d3-19ae-419a-82bc-676efdb3ebe1",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5056781+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from speeches item.
GET /api/multimedias/speeches({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": "bd07a141-6972-4707-9286-0e7ce56214d5"
}Creates a speeches item.
POST /api/multimedias/speeches
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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "07490272-6238-4660-835f-5a1df6d321a7",
"publishingoffices": "340ed04d-fad7-4034-bf51-81b1ad845a70",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "5db0529a-42ae-4725-8a37-605b50fab51d",
"regionscountries": "528bf941-621c-4d08-8459-518079191d00",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "dda30662-a4fd-4fa9-a5f2-7b9eb7986a5d",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "f0e5e177-d6f1-43f2-a52b-75fa772e6bdc",
"events": "68249591-8d26-4315-8b9b-4ad0ace12f84",
"OpenGraphDescription": "sample string 23",
"targets": "845cca4d-9f08-4ae4-a268-5115d49698bc",
"SpeechDuration": 25.0,
"stakeholders": "9e76e3d2-93a9-4303-8814-3c631a8e7dc9"
}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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "881e2ce3-b2ec-4a21-8ae7-8cf7dace09c1",
"publishingoffices": "3b2309e2-0330-498b-b12d-702536eb6112",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "66c4af1d-4b8a-4051-a5f7-4e2620ef2a41",
"regionscountries": "e4b17b6d-3229-4e2f-9ab9-068c99da4adc",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "4985a389-edb1-4f03-beed-8451f2ce1b32",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "85800a84-acdc-40c1-80b4-2b51573c420f",
"events": "8d9011e4-e67c-44b2-a7e0-e5ccf62e1fc8",
"OpenGraphDescription": "sample string 26",
"targets": "01c320db-a465-468a-8ba8-3d0b67899742",
"SpeechDuration": 28.0,
"stakeholders": "7c79c12f-244f-4a24-b4dc-16acd209e282",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5056781+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for speeches item.
PATCH /api/multimedias/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "988601fb-8eec-4768-9aff-ec68fe715af9",
"publishingoffices": "c3625891-5857-4757-9518-4e77bd3dc408",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "48986bf2-bf4c-4e61-9131-dd7f97521d54",
"regionscountries": "fa6aa54c-48e6-4baa-bfad-f943ad829da6",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "8384f75c-e801-455d-8010-8de509d0063d",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "8ca9aeb4-ce0a-4536-8b1e-747c406d0709",
"events": "14a46e1f-bed1-4419-b1c8-af4e84df95c3",
"OpenGraphDescription": "sample string 23",
"targets": "c28cbda6-b2a3-4c97-b3d1-b7602c7087ca",
"SpeechDuration": 25.0,
"stakeholders": "f503fa23-4ba4-4cca-b0b9-088441d0b246"
}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 speeches item.
PUT /api/multimedias/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-06T01:18:11.5056781Z",
"targetaudiences": "52620c28-4a84-4970-a9b3-d6d82dd2d8e7",
"publishingoffices": "6205ac54-3c90-46a7-a6ba-68bef7fa5d79",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "f705abdd-d55a-4ba7-9722-83059a4a29b6",
"regionscountries": "d03f4618-9bfd-40ad-bc89-17da88df9bf8",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "b75857e0-6802-4016-b4cf-c9fd5bf3db31",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "eaa37f44-10b7-466a-ac6c-472d19ec3a9d",
"events": "9fdaabb6-9680-4317-9211-364ac0c82378",
"OpenGraphDescription": "sample string 23",
"targets": "ec1b8182-2f0b-4631-9b3d-599a138d1bc8",
"SpeechDuration": 25.0,
"stakeholders": "3186088e-8250-4c14-88c3-963ae5ef8f68"
}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 speeches item by Id.
DELETE /api/multimedias/speeches({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 MainImage from speeches item.
GET /api/multimedias/speeches({key})/MainImage
| 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-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"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": "0a82d8d1-7451-444a-86bc-564dd24d7380",
"publishingoffices": "c543cb71-6437-41a1-903c-68e3fe9a90bf",
"events": "09ed6c48-d852-4329-a8a7-b4afea027d7e",
"targets": "59c01cd1-744c-4aa2-bcb2-25519ea3c752",
"Category": "a950f673-aca6-4b4e-bc02-301309416ca6",
"imagetypes": "53d8c150-3363-4afa-a940-436f3a844636",
"departmentaltargets": "8633e554-5218-4089-89f9-0177942b0e2b",
"stakeholders": "17ad1a01-452f-469e-b27e-6b2e5623b765",
"Tags": "b4d3b673-88c1-4a89-a911-4c54bde74c16",
"healthtopics": "6cab8b9e-378e-4536-85f6-8a191393d380",
"targetaudiences": "8d622e8f-11d1-424d-bba3-a1dc201e26d1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6a984337-f5ce-4a56-80c9-63009df9d8b5",
"ParentId": "22274333-95e0-4374-840c-fa0f9da61377",
"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-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"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": "0a82d8d1-7451-444a-86bc-564dd24d7380",
"publishingoffices": "c543cb71-6437-41a1-903c-68e3fe9a90bf",
"events": "09ed6c48-d852-4329-a8a7-b4afea027d7e",
"targets": "59c01cd1-744c-4aa2-bcb2-25519ea3c752",
"Category": "a950f673-aca6-4b4e-bc02-301309416ca6",
"imagetypes": "53d8c150-3363-4afa-a940-436f3a844636",
"departmentaltargets": "8633e554-5218-4089-89f9-0177942b0e2b",
"stakeholders": "17ad1a01-452f-469e-b27e-6b2e5623b765",
"Tags": "b4d3b673-88c1-4a89-a911-4c54bde74c16",
"healthtopics": "6cab8b9e-378e-4536-85f6-8a191393d380",
"targetaudiences": "8d622e8f-11d1-424d-bba3-a1dc201e26d1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6a984337-f5ce-4a56-80c9-63009df9d8b5",
"ParentId": "22274333-95e0-4374-840c-fa0f9da61377",
"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 MainImage relation to speeches item.
POST /api/multimedias/speeches({key})/MainImage/$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 MainImage from speeches item.
DELETE /api/multimedias/speeches({key})/MainImage/$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 OpenGraphImage from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphImage
| 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-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"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": "d256a831-0337-4b44-99ac-43e14ade990d",
"publishingoffices": "3bde2594-2297-4000-8e81-1ee3b00a809c",
"events": "12a2dea3-d4d6-4359-b8c1-6fe397ea1ce6",
"targets": "0629a846-f019-4c12-86bb-01542df94ad8",
"Category": "32d5f31d-6d6a-45a9-ad3c-de6d167fabbf",
"imagetypes": "6ec3c80b-fca4-4776-9b7d-5d420b6be8e8",
"departmentaltargets": "58dafaf5-d824-4c94-8ed0-607030146fd0",
"stakeholders": "1b26a165-9144-4960-bea3-d2e6f8a56827",
"Tags": "fb123afd-20b2-4fca-9f20-8c579ff14624",
"healthtopics": "2a396b50-7e8d-4349-a475-9a714df2cceb",
"targetaudiences": "a631c7c7-9c9a-4e12-8a8a-740e5edb80ff",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c141c1ac-755f-4145-89fc-f7f8647ba14d",
"ParentId": "8d0d2f5b-623e-4c26-a6a4-9ca7d9852dfb",
"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-03-06T01:18:11.5056781Z",
"PublicationDate": "2026-03-06T01:18:11.5056781Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5056781Z",
"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": "d256a831-0337-4b44-99ac-43e14ade990d",
"publishingoffices": "3bde2594-2297-4000-8e81-1ee3b00a809c",
"events": "12a2dea3-d4d6-4359-b8c1-6fe397ea1ce6",
"targets": "0629a846-f019-4c12-86bb-01542df94ad8",
"Category": "32d5f31d-6d6a-45a9-ad3c-de6d167fabbf",
"imagetypes": "6ec3c80b-fca4-4776-9b7d-5d420b6be8e8",
"departmentaltargets": "58dafaf5-d824-4c94-8ed0-607030146fd0",
"stakeholders": "1b26a165-9144-4960-bea3-d2e6f8a56827",
"Tags": "fb123afd-20b2-4fca-9f20-8c579ff14624",
"healthtopics": "2a396b50-7e8d-4349-a475-9a714df2cceb",
"targetaudiences": "a631c7c7-9c9a-4e12-8a8a-740e5edb80ff",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c141c1ac-755f-4145-89fc-f7f8647ba14d",
"ParentId": "8d0d2f5b-623e-4c26-a6a4-9ca7d9852dfb",
"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 OpenGraphImage relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphImage/$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 OpenGraphImage from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphImage/$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 OpenGraphVideo from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphVideo
| 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 | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | 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 | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"ThumbnailUrl": "sample string 11",
"Author": "sample string 12",
"Extension": "sample string 13",
"MimeType": "sample string 14",
"TotalSize": 15,
"Tags": "1bf72e96-2d76-40a2-b5d0-41133e41850a",
"Category": "e0fb07e1-965a-4763-baba-d116359caadb",
"Width": 18,
"Height": 19,
"FolderId": "9915ab3a-4a4b-4ddc-976d-090216b89ccd",
"ParentId": "a9be482e-efbc-48d7-8491-ce19d45f5d28",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"ThumbnailUrl": "sample string 11",
"Author": "sample string 12",
"Extension": "sample string 13",
"MimeType": "sample string 14",
"TotalSize": 15,
"Tags": "1bf72e96-2d76-40a2-b5d0-41133e41850a",
"Category": "e0fb07e1-965a-4763-baba-d116359caadb",
"Width": 18,
"Height": 19,
"FolderId": "9915ab3a-4a4b-4ddc-976d-090216b89ccd",
"ParentId": "a9be482e-efbc-48d7-8491-ce19d45f5d28",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}
]Add OpenGraphVideo relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphVideo/$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 OpenGraphVideo from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphVideo/$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 Thumbnail from speeches item.
GET /api/multimedias/speeches({key})/Thumbnail
| 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-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"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": "b2d29e2e-55a8-4652-961b-f63298c8575e",
"publishingoffices": "b8dfa5d0-2ff5-4144-9621-eb1fef3c48fc",
"events": "dec4974c-fe21-44d6-a8d0-25e53996b5f9",
"targets": "1b9c74d0-2f3c-4787-894c-946443bd2819",
"Category": "0ae5f073-00e3-44e2-9ae0-70619b71c47d",
"imagetypes": "87432bf7-9df5-4ea2-9b6c-147476b1c8a6",
"departmentaltargets": "1ddb5131-0066-43b9-98c0-1cfc898117d6",
"stakeholders": "56d05e8a-cc89-4ee4-a785-c5513bc8affc",
"Tags": "ba78c4b9-6127-4020-9e9f-0609c995e0ac",
"healthtopics": "f271c8c8-2c10-4a5f-8f08-83124dfe0142",
"targetaudiences": "317c6a97-42a4-476e-85e4-ce4180c6a3e6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ef6c1c65-0c4e-4dc9-9bc5-ed659bae918f",
"ParentId": "ad8b6fa3-6dc8-4b5b-b3f9-547d23f73769",
"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-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"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": "b2d29e2e-55a8-4652-961b-f63298c8575e",
"publishingoffices": "b8dfa5d0-2ff5-4144-9621-eb1fef3c48fc",
"events": "dec4974c-fe21-44d6-a8d0-25e53996b5f9",
"targets": "1b9c74d0-2f3c-4787-894c-946443bd2819",
"Category": "0ae5f073-00e3-44e2-9ae0-70619b71c47d",
"imagetypes": "87432bf7-9df5-4ea2-9b6c-147476b1c8a6",
"departmentaltargets": "1ddb5131-0066-43b9-98c0-1cfc898117d6",
"stakeholders": "56d05e8a-cc89-4ee4-a785-c5513bc8affc",
"Tags": "ba78c4b9-6127-4020-9e9f-0609c995e0ac",
"healthtopics": "f271c8c8-2c10-4a5f-8f08-83124dfe0142",
"targetaudiences": "317c6a97-42a4-476e-85e4-ce4180c6a3e6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ef6c1c65-0c4e-4dc9-9bc5-ed659bae918f",
"ParentId": "ad8b6fa3-6dc8-4b5b-b3f9-547d23f73769",
"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 Thumbnail relation to speeches item.
POST /api/multimedias/speeches({key})/Thumbnail/$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 Thumbnail from speeches item.
DELETE /api/multimedias/speeches({key})/Thumbnail/$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 OccasionTypeEvent from speeches item.
GET /api/multimedias/speeches({key})/OccasionTypeEvent
| 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 | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| events | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| EventStart | System.DateTimeOffset | Read only: False | |
| EventEnd | System.DateTimeOffset | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| ContactWeb | System.String | Read only: False | |
| Street | System.String | Read only: False | |
| City | System.String | Read only: False | |
| Country | System.String | Read only: False | |
| State | System.String | Read only: False | |
| ContactName | System.String | Read only: False | |
| ContactCell | System.String | Read only: False | |
| ContactPhone | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| IsRecurrent | System.Boolean | Read only: False | |
| RecurrenceExpression | System.String | Read only: False | |
| TimeZoneId | System.String | Read only: False | |
| AllDayEvent | System.Boolean | Read only: False | |
| Location | 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 | |
| EventStartUtcOffset | System.Double | Read only: True | |
| EventEndUtcOffset | System.Double | Read only: True | |
| EventStartWithOffset | System.DateTimeOffset | Read only: True | |
| EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "3ad47d76-3339-46c8-a754-6051ea5dbcd8",
"EventNumberOfAdditionalItems": 13.0,
"targets": "bef68a4b-5dd2-4a86-9c4c-cb324a20bba3",
"healthtopics": "3e149a69-f280-4c36-9353-7ffee6b68988",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "f58b61b3-1c54-40ae-bb18-a4ca580dce6e",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "f03ef6c7-2542-4de5-8cc9-1cdc73bc3dae",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "397fc5d0-208d-4f53-b403-f928a9f17030",
"MetaDescription": "sample string 29",
"Category": "42bbe1de-9490-4ffe-8d6c-8c97a76a7a30",
"Tags": "b5af047c-8d92-4019-a8d1-e3e243bfe7bd",
"regionscountries": "17ad7a10-16c4-4360-9612-9c9a216f4319",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "c2164fe2-6ad4-4ae0-bfc4-d722d36379dd",
"AllowComments": true,
"EventStart": "2026-03-06T01:18:11.5212328Z",
"EventEnd": "2026-03-06T01:18:11.5212328Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "9d1ebd4c-a5ac-42df-9656-9bdf7afaf4ba",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5212328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-03-06T01:18:11.5212328Z",
"EventEndWithOffset": "2026-03-06T01:18:11.5212328Z"
},
{
"LastModified": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "3ad47d76-3339-46c8-a754-6051ea5dbcd8",
"EventNumberOfAdditionalItems": 13.0,
"targets": "bef68a4b-5dd2-4a86-9c4c-cb324a20bba3",
"healthtopics": "3e149a69-f280-4c36-9353-7ffee6b68988",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "f58b61b3-1c54-40ae-bb18-a4ca580dce6e",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "f03ef6c7-2542-4de5-8cc9-1cdc73bc3dae",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "397fc5d0-208d-4f53-b403-f928a9f17030",
"MetaDescription": "sample string 29",
"Category": "42bbe1de-9490-4ffe-8d6c-8c97a76a7a30",
"Tags": "b5af047c-8d92-4019-a8d1-e3e243bfe7bd",
"regionscountries": "17ad7a10-16c4-4360-9612-9c9a216f4319",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "c2164fe2-6ad4-4ae0-bfc4-d722d36379dd",
"AllowComments": true,
"EventStart": "2026-03-06T01:18:11.5212328Z",
"EventEnd": "2026-03-06T01:18:11.5212328Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "9d1ebd4c-a5ac-42df-9656-9bdf7afaf4ba",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5212328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-03-06T01:18:11.5212328Z",
"EventEndWithOffset": "2026-03-06T01:18:11.5212328Z"
}
]Add OccasionTypeEvent relation to speeches item.
POST /api/multimedias/speeches({key})/OccasionTypeEvent/$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 OccasionTypeEvent from speeches item.
DELETE /api/multimedias/speeches({key})/OccasionTypeEvent/$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 Person from speeches item.
GET /api/multimedias/speeches({key})/Person
| 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 | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | 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": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5212328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T01:18:11.5212328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Person relation to speeches item.
POST /api/multimedias/speeches({key})/Person/$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 Person from speeches item.
DELETE /api/multimedias/speeches({key})/Person/$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 Images from speeches item.
GET /api/multimedias/speeches({key})/Images
| 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-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"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": "15e57ddf-ee43-425c-bf79-1eabfa9b8465",
"publishingoffices": "83b185ff-9449-4a83-a90d-d22eac0261ce",
"events": "13766941-fd01-418c-ab4a-948aefa10204",
"targets": "a06569e1-b0a9-4188-aa15-3a19b2345db3",
"Category": "3b6cda87-818b-49fe-8850-9b83bc323728",
"imagetypes": "a586a859-38c5-462b-ad23-a435e666b88f",
"departmentaltargets": "540e38f4-d09b-4785-96c4-538b1b6900f6",
"stakeholders": "3e96b4ee-a116-4354-82e5-f9f2b051e63d",
"Tags": "3d60edc3-d004-4128-b430-a3cb205c3776",
"healthtopics": "d5989f00-1d15-4873-b3f9-55a8170b90d7",
"targetaudiences": "da122719-c5bc-437e-993e-73a65c6e8c34",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dba44781-fe4b-4c9f-97bb-f461b683626b",
"ParentId": "72c1dc7d-6a7c-409d-bbec-09bbe65bc715",
"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-03-06T01:18:11.5212328Z",
"PublicationDate": "2026-03-06T01:18:11.5212328Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T01:18:11.5212328Z",
"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": "15e57ddf-ee43-425c-bf79-1eabfa9b8465",
"publishingoffices": "83b185ff-9449-4a83-a90d-d22eac0261ce",
"events": "13766941-fd01-418c-ab4a-948aefa10204",
"targets": "a06569e1-b0a9-4188-aa15-3a19b2345db3",
"Category": "3b6cda87-818b-49fe-8850-9b83bc323728",
"imagetypes": "a586a859-38c5-462b-ad23-a435e666b88f",
"departmentaltargets": "540e38f4-d09b-4785-96c4-538b1b6900f6",
"stakeholders": "3e96b4ee-a116-4354-82e5-f9f2b051e63d",
"Tags": "3d60edc3-d004-4128-b430-a3cb205c3776",
"healthtopics": "d5989f00-1d15-4873-b3f9-55a8170b90d7",
"targetaudiences": "da122719-c5bc-437e-993e-73a65c6e8c34",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dba44781-fe4b-4c9f-97bb-f461b683626b",
"ParentId": "72c1dc7d-6a7c-409d-bbec-09bbe65bc715",
"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 Images relation to speeches item.
POST /api/multimedias/speeches({key})/Images/$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 Images from speeches item.
DELETE /api/multimedias/speeches({key})/Images/$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.