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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "f5794b40-dfa9-43c9-9af2-9b8ab8a0e6e0",
"publishingoffices": "cc838b2c-ceb2-4bb0-8870-1e8612ff402f",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d4642076-e61b-42b3-8f96-8b9310725879",
"regionscountries": "88a695e4-f26b-41ee-9a9c-328322ba28f0",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "e4ddceda-815b-4136-8b7c-648e0224f147",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0c59ee21-04e2-4fcc-9e01-1b716d3824c7",
"events": "06d37e4b-213c-43df-8e08-391e60658e3b",
"OpenGraphDescription": "sample string 26",
"targets": "e54f16ad-6825-41ed-ae76-380379ca6185",
"SpeechDuration": 28.0,
"stakeholders": "f7a162cd-e9c4-46e7-9d14-5f6e480fe467",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "f5794b40-dfa9-43c9-9af2-9b8ab8a0e6e0",
"publishingoffices": "cc838b2c-ceb2-4bb0-8870-1e8612ff402f",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d4642076-e61b-42b3-8f96-8b9310725879",
"regionscountries": "88a695e4-f26b-41ee-9a9c-328322ba28f0",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "e4ddceda-815b-4136-8b7c-648e0224f147",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0c59ee21-04e2-4fcc-9e01-1b716d3824c7",
"events": "06d37e4b-213c-43df-8e08-391e60658e3b",
"OpenGraphDescription": "sample string 26",
"targets": "e54f16ad-6825-41ed-ae76-380379ca6185",
"SpeechDuration": 28.0,
"stakeholders": "f7a162cd-e9c4-46e7-9d14-5f6e480fe467",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "a88eba60-dc52-49e9-8f8d-323850b054f1",
"publishingoffices": "3e381b6b-6634-4147-86e2-9cb489ff1bd6",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "cd5764ac-16bc-42cd-b68f-46071269197d",
"regionscountries": "045da042-7d80-4a56-a98e-860a1376a5f0",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "42f001c4-efc0-4dad-aacb-3a5c8d8170a5",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "fadb9048-c3f5-4520-b840-d1c024220ad3",
"events": "8c6f50ef-0f9b-444a-b591-37024d14dc83",
"OpenGraphDescription": "sample string 26",
"targets": "ed5a819d-d19d-49cb-b965-0616f8e51ea6",
"SpeechDuration": 28.0,
"stakeholders": "2430ef69-3ce2-4b5e-bfd7-aef8b5e0f27b",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+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": "416f0690-56c9-49e7-93c5-ad28bbbbc62f"
}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": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "e54a5129-f5a1-4eab-b613-8e5a14f07d4f",
"publishingoffices": "9a09222a-7172-492e-8889-d7fefb92cf77",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "76a3daff-62b4-4e06-8ed8-8270ae058882",
"regionscountries": "fb4fb840-a470-45ae-b245-5f504d7b4455",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "d0dde0e4-4d11-4b01-a19c-de5a7e0faa9c",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "4380c68c-478e-485e-b6a3-73e72f160329",
"events": "78ca3483-5a00-441c-8164-c5676ca013db",
"OpenGraphDescription": "sample string 23",
"targets": "f5c6d0a2-11de-4799-bdc4-11e9cb34736c",
"SpeechDuration": 25.0,
"stakeholders": "41000ec7-95db-49ea-adfc-7420f2174e7f"
}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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "e3f15ff0-426f-4429-8fd0-b1d203d44efb",
"publishingoffices": "58f91a02-f18d-48db-bc0f-8c4743e1a47e",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "fa7b0b10-8d2e-4b98-ad38-a3ef06b26e3e",
"regionscountries": "92de3d44-10cd-4cc9-aa02-84c528c3da10",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "d84f9f00-8ab5-4741-a94d-5909ef0d00d6",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "6de7de55-e60b-4247-96dd-daae651271c0",
"events": "e4307cb0-8a1a-4da0-bee1-82cad77d41a9",
"OpenGraphDescription": "sample string 26",
"targets": "b2a03b51-7ea4-4902-bd96-6d1aa2ff8cc7",
"SpeechDuration": 28.0,
"stakeholders": "5f01e044-44dd-4323-9183-90664fe0b356",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+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": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "02a4b3cd-7ca4-49a9-b392-cea8a919b90e",
"publishingoffices": "d226ee43-ea4d-4b86-8450-abe69f9e9af6",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "71a4a026-b9ad-4257-a1d2-b58a2beaac32",
"regionscountries": "12566366-96d3-442a-921f-ec58c7677bf5",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "0444d716-31af-4888-9c7c-235088060e9f",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "9bdbce10-eae2-4e17-b538-cabd7b1e5b1f",
"events": "186270ba-be4a-4214-a0c0-72a5eccbc22c",
"OpenGraphDescription": "sample string 23",
"targets": "c35db003-003b-41e8-b676-4a5fc6fd3aa2",
"SpeechDuration": 25.0,
"stakeholders": "cd32045d-b52a-406a-84b4-1890917c6b69"
}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": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-28T18:42:28.7994385Z",
"targetaudiences": "1086e0a5-3cdd-46a8-9b36-2d30fd9dddeb",
"publishingoffices": "1f601738-7cfb-4b0c-aed4-0219efd45f58",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "9575fd80-4273-41c2-9d7e-c62407cdd6fe",
"regionscountries": "358e6c4d-e4ae-4f78-a084-eed62c6f45b8",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "9c34aa12-a898-45e4-a8c0-1a83bc304c4c",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "0e0cc301-2cf2-43af-b4df-4225cb395d45",
"events": "492c1553-318b-48dc-af08-f265bfb0364e",
"OpenGraphDescription": "sample string 23",
"targets": "a022d1b5-5c43-46e8-965b-a5f429196e79",
"SpeechDuration": 25.0,
"stakeholders": "19cab851-dfb8-49f1-b808-d25cfd58919b"
}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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "b58e1411-435d-4a7e-954e-4178b6fba456",
"publishingoffices": "fb0ef439-0179-41bb-a3b2-4c3a398f89bd",
"events": "67ea0ca1-54ae-4a63-a1c3-28380cdf3785",
"targets": "e18d7d2f-dbeb-4e2e-89ae-883a5b733795",
"Category": "0018ec8c-2cd1-4a52-812e-115f41ee3ed7",
"imagetypes": "2b9c3414-305b-4ac0-97aa-1231b4ba2c41",
"departmentaltargets": "76546baa-ade2-4822-bc4c-97e6da820d73",
"stakeholders": "122b5ee2-3cd4-4f58-9fd8-7c61c7c06f9c",
"Tags": "3fa39d9c-b4b6-48d0-987c-156d5b8aad8b",
"healthtopics": "682a3b13-e235-40cb-81db-1ee2c75c952c",
"targetaudiences": "e54f6bf3-0b09-4c4e-8099-df984e434a23",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5693886f-a86b-417c-9043-80d2e7b9d5cb",
"ParentId": "4054f82b-18fe-413c-9698-8777385dcf5c",
"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-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "b58e1411-435d-4a7e-954e-4178b6fba456",
"publishingoffices": "fb0ef439-0179-41bb-a3b2-4c3a398f89bd",
"events": "67ea0ca1-54ae-4a63-a1c3-28380cdf3785",
"targets": "e18d7d2f-dbeb-4e2e-89ae-883a5b733795",
"Category": "0018ec8c-2cd1-4a52-812e-115f41ee3ed7",
"imagetypes": "2b9c3414-305b-4ac0-97aa-1231b4ba2c41",
"departmentaltargets": "76546baa-ade2-4822-bc4c-97e6da820d73",
"stakeholders": "122b5ee2-3cd4-4f58-9fd8-7c61c7c06f9c",
"Tags": "3fa39d9c-b4b6-48d0-987c-156d5b8aad8b",
"healthtopics": "682a3b13-e235-40cb-81db-1ee2c75c952c",
"targetaudiences": "e54f6bf3-0b09-4c4e-8099-df984e434a23",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5693886f-a86b-417c-9043-80d2e7b9d5cb",
"ParentId": "4054f82b-18fe-413c-9698-8777385dcf5c",
"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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "c1f3e810-51cc-45fa-973b-fd9d1757b375",
"publishingoffices": "52cf6cfa-ffcf-4ebc-9e84-cd3d2058dd23",
"events": "a67489fa-2059-4679-8258-fb028608b955",
"targets": "5cba5430-0655-4e26-8a89-e63116e7e2ea",
"Category": "606dda4a-81c3-407c-a7ac-e2c5d2c16edd",
"imagetypes": "9bc46ba7-96d8-4e07-ad71-f13297be427d",
"departmentaltargets": "d11c0a5d-3c2a-428d-a5a6-35ff6c43379e",
"stakeholders": "ffb2beff-32f1-480d-bfe7-c2f89bfcf4ad",
"Tags": "cc90e433-b19f-47a6-9ff9-804dcbc0264d",
"healthtopics": "d2961b55-7d92-4689-a965-67a883e810d5",
"targetaudiences": "05017b82-9fb1-4743-9255-028f0460caea",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6700dcaf-b5a1-4d7e-a759-0b3f74b3a51f",
"ParentId": "3bb26354-e221-4648-959a-1c29f41e9747",
"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-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "c1f3e810-51cc-45fa-973b-fd9d1757b375",
"publishingoffices": "52cf6cfa-ffcf-4ebc-9e84-cd3d2058dd23",
"events": "a67489fa-2059-4679-8258-fb028608b955",
"targets": "5cba5430-0655-4e26-8a89-e63116e7e2ea",
"Category": "606dda4a-81c3-407c-a7ac-e2c5d2c16edd",
"imagetypes": "9bc46ba7-96d8-4e07-ad71-f13297be427d",
"departmentaltargets": "d11c0a5d-3c2a-428d-a5a6-35ff6c43379e",
"stakeholders": "ffb2beff-32f1-480d-bfe7-c2f89bfcf4ad",
"Tags": "cc90e433-b19f-47a6-9ff9-804dcbc0264d",
"healthtopics": "d2961b55-7d92-4689-a965-67a883e810d5",
"targetaudiences": "05017b82-9fb1-4743-9255-028f0460caea",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6700dcaf-b5a1-4d7e-a759-0b3f74b3a51f",
"ParentId": "3bb26354-e221-4648-959a-1c29f41e9747",
"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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "c5c5b5df-7236-4282-9f04-ea4de39df4cd",
"Category": "f48cdc87-f78c-4743-9d9d-3813c59996dc",
"Width": 18,
"Height": 19,
"FolderId": "8011e6ee-0e1b-44cd-ad69-ed184cd0fb33",
"ParentId": "ad00d8f6-d7bb-4529-8f5e-a09be7778dc5",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "c5c5b5df-7236-4282-9f04-ea4de39df4cd",
"Category": "f48cdc87-f78c-4743-9d9d-3813c59996dc",
"Width": 18,
"Height": 19,
"FolderId": "8011e6ee-0e1b-44cd-ad69-ed184cd0fb33",
"ParentId": "ad00d8f6-d7bb-4529-8f5e-a09be7778dc5",
"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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "20027c06-c239-4634-8a02-a951a42d59c0",
"publishingoffices": "5290e5cf-bf41-4c21-9d54-a680a7fc04fb",
"events": "9fd96178-c3df-4143-882c-a96642f4afe7",
"targets": "a404e035-1057-461e-9401-e951b828b8f5",
"Category": "579ca33d-77b3-447a-b731-d9fa6d9d3edb",
"imagetypes": "5057fd80-fc69-45b4-96e1-7108a4103395",
"departmentaltargets": "d88438e2-acaf-4316-b4c2-96b9994b3201",
"stakeholders": "89465afb-caaf-465e-ac06-70fa3b4ebae9",
"Tags": "48cf6865-a2aa-45da-9117-ad10df2ef788",
"healthtopics": "60495780-4426-406e-ae1f-f987e13ac460",
"targetaudiences": "acd873ca-c150-4453-877e-2ba4c980b96e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dbe7012e-7fb1-4954-8fc0-66566647271e",
"ParentId": "5b7fe502-662b-4da0-a94b-fb71f7e98359",
"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-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "20027c06-c239-4634-8a02-a951a42d59c0",
"publishingoffices": "5290e5cf-bf41-4c21-9d54-a680a7fc04fb",
"events": "9fd96178-c3df-4143-882c-a96642f4afe7",
"targets": "a404e035-1057-461e-9401-e951b828b8f5",
"Category": "579ca33d-77b3-447a-b731-d9fa6d9d3edb",
"imagetypes": "5057fd80-fc69-45b4-96e1-7108a4103395",
"departmentaltargets": "d88438e2-acaf-4316-b4c2-96b9994b3201",
"stakeholders": "89465afb-caaf-465e-ac06-70fa3b4ebae9",
"Tags": "48cf6865-a2aa-45da-9117-ad10df2ef788",
"healthtopics": "60495780-4426-406e-ae1f-f987e13ac460",
"targetaudiences": "acd873ca-c150-4453-877e-2ba4c980b96e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dbe7012e-7fb1-4954-8fc0-66566647271e",
"ParentId": "5b7fe502-662b-4da0-a94b-fb71f7e98359",
"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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "f80a6736-6e90-40b5-ac8b-5e61c854870a",
"EventNumberOfAdditionalItems": 13.0,
"targets": "b676c41a-ad85-436c-862a-125604cfc310",
"healthtopics": "1ac2f712-e430-462f-af26-b1a8f76e92f7",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "eb1ad51e-cab1-426e-a784-48032abf9c51",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "b15e39b5-f4ae-492c-8bdc-8768c44dce67",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "05d7f599-70b4-48cc-a4ad-28a4403e9769",
"MetaDescription": "sample string 29",
"Category": "42659107-be2a-4edc-92d7-48f1062fc19f",
"Tags": "3315499a-1f14-4b86-9db6-fb094bf3b1c7",
"regionscountries": "84bccd39-17e2-4f5a-8677-28636226070d",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "87c36e17-61a8-4b76-870e-35a0a85936e0",
"AllowComments": true,
"EventStart": "2025-10-28T18:42:28.7994385Z",
"EventEnd": "2025-10-28T18:42:28.7994385Z",
"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": "5ad87ea1-91b3-44ed-8fbd-8f3a8039b414",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-28T18:42:28.7994385Z",
"EventEndWithOffset": "2025-10-28T18:42:28.7994385Z"
},
{
"LastModified": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "f80a6736-6e90-40b5-ac8b-5e61c854870a",
"EventNumberOfAdditionalItems": 13.0,
"targets": "b676c41a-ad85-436c-862a-125604cfc310",
"healthtopics": "1ac2f712-e430-462f-af26-b1a8f76e92f7",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "eb1ad51e-cab1-426e-a784-48032abf9c51",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "b15e39b5-f4ae-492c-8bdc-8768c44dce67",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "05d7f599-70b4-48cc-a4ad-28a4403e9769",
"MetaDescription": "sample string 29",
"Category": "42659107-be2a-4edc-92d7-48f1062fc19f",
"Tags": "3315499a-1f14-4b86-9db6-fb094bf3b1c7",
"regionscountries": "84bccd39-17e2-4f5a-8677-28636226070d",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "87c36e17-61a8-4b76-870e-35a0a85936e0",
"AllowComments": true,
"EventStart": "2025-10-28T18:42:28.7994385Z",
"EventEnd": "2025-10-28T18:42:28.7994385Z",
"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": "5ad87ea1-91b3-44ed-8fbd-8f3a8039b414",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T18:42:28.7994385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-28T18:42:28.7994385Z",
"EventEndWithOffset": "2025-10-28T18:42:28.7994385Z"
}
]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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "2025-10-28T18:42:28.7994385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "2025-10-28T18:42:28.7994385+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": "2025-10-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "04ab1590-aa6c-4b6f-ad02-1e657cbc558a",
"publishingoffices": "c556d5a2-b40c-4249-9af2-7122ce0378d4",
"events": "9c4086b7-3519-4a4a-9d1e-c171767e5851",
"targets": "313ac77f-a7d5-4a5b-8cda-ff59861002d7",
"Category": "2cc00157-311a-4806-99a7-69603424f7a8",
"imagetypes": "cb330283-8304-4513-8fae-d2be6092b65b",
"departmentaltargets": "dd79ed4c-4789-49e7-b3b1-cfac6edfe692",
"stakeholders": "8f8e4edd-946b-4893-8faf-8fa5ba1fc2a1",
"Tags": "d0d06b56-a378-4875-84f0-82adcdde0305",
"healthtopics": "cb24fdfc-e726-463e-9bbf-c2761b3246c7",
"targetaudiences": "ac164b9d-80af-4ace-87ce-9ac5bfd9022e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6999063-b163-49f4-994e-0f9ac8c750ff",
"ParentId": "43af6bc2-0b7a-482e-944c-3408bf77302a",
"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-28T18:42:28.7994385Z",
"PublicationDate": "2025-10-28T18:42:28.7994385Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T18:42:28.7994385Z",
"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": "04ab1590-aa6c-4b6f-ad02-1e657cbc558a",
"publishingoffices": "c556d5a2-b40c-4249-9af2-7122ce0378d4",
"events": "9c4086b7-3519-4a4a-9d1e-c171767e5851",
"targets": "313ac77f-a7d5-4a5b-8cda-ff59861002d7",
"Category": "2cc00157-311a-4806-99a7-69603424f7a8",
"imagetypes": "cb330283-8304-4513-8fae-d2be6092b65b",
"departmentaltargets": "dd79ed4c-4789-49e7-b3b1-cfac6edfe692",
"stakeholders": "8f8e4edd-946b-4893-8faf-8fa5ba1fc2a1",
"Tags": "d0d06b56-a378-4875-84f0-82adcdde0305",
"healthtopics": "cb24fdfc-e726-463e-9bbf-c2761b3246c7",
"targetaudiences": "ac164b9d-80af-4ace-87ce-9ac5bfd9022e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6999063-b163-49f4-994e-0f9ac8c750ff",
"ParentId": "43af6bc2-0b7a-482e-944c-3408bf77302a",
"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.