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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "fb015caf-f666-4313-9043-e3eb1cba3cd9",
"publishingoffices": "54ec3c31-f0d1-4555-a665-fecc19c8210a",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3758ae8b-aec8-4b2d-9925-abec522be32d",
"regionscountries": "6029dfce-c3c0-413c-86d9-e61454157ba8",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "c64d8b48-f0ed-430b-bbea-ac0bf5de2341",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "54bbed7c-9a1d-4d9b-bf80-c42d0312bf47",
"events": "14e7f1de-1922-4f57-a830-145b89bd5981",
"OpenGraphDescription": "sample string 26",
"targets": "9efee938-77fb-4234-95cb-b04f2b396f79",
"SpeechDuration": 28.0,
"stakeholders": "ecfbfa8d-83d2-4802-aa5d-ec2128d91e52",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "fb015caf-f666-4313-9043-e3eb1cba3cd9",
"publishingoffices": "54ec3c31-f0d1-4555-a665-fecc19c8210a",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3758ae8b-aec8-4b2d-9925-abec522be32d",
"regionscountries": "6029dfce-c3c0-413c-86d9-e61454157ba8",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "c64d8b48-f0ed-430b-bbea-ac0bf5de2341",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "54bbed7c-9a1d-4d9b-bf80-c42d0312bf47",
"events": "14e7f1de-1922-4f57-a830-145b89bd5981",
"OpenGraphDescription": "sample string 26",
"targets": "9efee938-77fb-4234-95cb-b04f2b396f79",
"SpeechDuration": 28.0,
"stakeholders": "ecfbfa8d-83d2-4802-aa5d-ec2128d91e52",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "d4e49149-be36-42c4-9dde-e3de8c618507",
"publishingoffices": "00c9c686-ca86-4880-9428-2d10bdd6a4ff",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "954e5345-df53-482f-8efe-582a4dfd9ea7",
"regionscountries": "e5e46b2f-cca4-4135-8e56-14d60f08f77a",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "d580fe0d-0ea2-425f-81ee-6e6d0651ad00",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "9b14f8bb-bf46-414b-863f-060d681823e3",
"events": "6d352983-0c73-4c9f-b170-d3775532d394",
"OpenGraphDescription": "sample string 26",
"targets": "37e51a1a-ae7c-4ea6-b110-b23cc440e1ca",
"SpeechDuration": 28.0,
"stakeholders": "929a099f-f1b7-4ccf-8e45-5b52f33d7592",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+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": "e4b680b0-c7d5-4945-aa25-d855813ef3eb"
}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-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "141677f4-8941-4a69-8d98-45a74bda146b",
"publishingoffices": "b24fc871-610c-46ff-ba92-22b236efa738",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "0704ed4f-41ce-4700-bf9b-cb0abc86e125",
"regionscountries": "7d223eb5-c992-4f01-a674-18e27168f5d8",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "7bb4fb0a-fbe3-4bda-83cb-af0ef033b5db",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "fe09c28f-3895-47c2-98e7-c6fd945f7018",
"events": "a938bca5-9134-4623-b371-5fb6f9b4922f",
"OpenGraphDescription": "sample string 23",
"targets": "b955e9bb-8a0c-4290-bfc9-59c3b10db502",
"SpeechDuration": 25.0,
"stakeholders": "3703833a-b23d-49fc-9e08-01f43c9ad507"
}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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "444588b8-b960-4c72-a069-b0c5de2dc562",
"publishingoffices": "584114e3-8d02-4978-8a27-1d786199a4ea",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "7c1f0c87-4e21-4583-b555-1b1dcee8fc35",
"regionscountries": "0e1cd088-b245-4b30-a55d-6ddef75315a2",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "7abbaa84-243d-4dc6-a3c8-15e49f05bbcf",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "9bf6375b-e11b-425a-a0bd-8d27a5ca9de7",
"events": "a4165d4e-0927-4953-8f03-bc75ed874a0a",
"OpenGraphDescription": "sample string 26",
"targets": "701259e5-43d3-4814-ba75-22b3da437886",
"SpeechDuration": 28.0,
"stakeholders": "bbe3ccbf-8542-41f2-be27-abba893284aa",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+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-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "6e47778f-561d-4bfb-968c-8518237cc8a9",
"publishingoffices": "c7b267c9-e9a8-4e69-984a-c8c0d7a9fc81",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "e986a155-58f8-4279-8e36-a620654ef60c",
"regionscountries": "25d90240-adef-44cf-976a-3bf1b1b8702e",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "49ea226d-b6d0-4aad-9704-fef1557a8e01",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "7b15ef40-d8d3-4a9b-ba69-a650d60eec64",
"events": "55886551-6d11-4233-a625-aa2e36a0138e",
"OpenGraphDescription": "sample string 23",
"targets": "43bda354-b70f-4961-b948-518d841024dd",
"SpeechDuration": 25.0,
"stakeholders": "a36dde24-4fb5-444f-893f-5618e6447fe2"
}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-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-08-29T02:09:42.2860414Z",
"targetaudiences": "477be5ab-612d-43dc-a758-933463fcefa1",
"publishingoffices": "7f9de9fc-e4eb-474c-8537-9e5105135dd3",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "d71ee154-b1f6-4569-8ced-8f7c59a6df96",
"regionscountries": "6921b416-175d-40db-882b-08ccb9bbdc79",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "9dc1851e-96ed-4506-9c97-f6c3776385da",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "c431308e-e5c9-463d-83a6-1f21d9451241",
"events": "b5ec2823-8960-4703-94dc-1bb3c4e40b9d",
"OpenGraphDescription": "sample string 23",
"targets": "6b72898b-7b45-43a8-a48a-e24d5b819af6",
"SpeechDuration": 25.0,
"stakeholders": "40cf8039-9420-4a15-80c2-563d8cf023cf"
}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 | |
| JoomlaArticleId | System.String | 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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "f7100b80-7bcf-40a6-9821-78604d61f7d7",
"publishingoffices": "236ea4ee-c851-4197-b2a3-39f8779be012",
"events": "c858a0eb-002a-4ea0-bb75-601179e01201",
"targets": "f49f5309-76be-4ab9-b5cf-cf1c6598cceb",
"Category": "544a24d1-639f-4144-8458-d140b7426036",
"imagetypes": "083a715e-7b22-46b1-8721-acc8349cce3b",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f732265a-e2ad-4026-abdf-46d41b741dd8",
"stakeholders": "4bbd0127-b262-4641-89ed-5ac49466b799",
"Tags": "55a0be57-c657-486a-bd56-c99b85a9afa9",
"healthtopics": "a73db034-9634-4277-a398-5d037f7d2a76",
"targetaudiences": "b7b2a120-43c5-40ea-a495-5b216507c916",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c353883e-dffe-4634-a87a-61521a93bc73",
"ParentId": "630c256f-2cd6-4f6d-94d7-4cb2eeb0e70e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "f7100b80-7bcf-40a6-9821-78604d61f7d7",
"publishingoffices": "236ea4ee-c851-4197-b2a3-39f8779be012",
"events": "c858a0eb-002a-4ea0-bb75-601179e01201",
"targets": "f49f5309-76be-4ab9-b5cf-cf1c6598cceb",
"Category": "544a24d1-639f-4144-8458-d140b7426036",
"imagetypes": "083a715e-7b22-46b1-8721-acc8349cce3b",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f732265a-e2ad-4026-abdf-46d41b741dd8",
"stakeholders": "4bbd0127-b262-4641-89ed-5ac49466b799",
"Tags": "55a0be57-c657-486a-bd56-c99b85a9afa9",
"healthtopics": "a73db034-9634-4277-a398-5d037f7d2a76",
"targetaudiences": "b7b2a120-43c5-40ea-a495-5b216507c916",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c353883e-dffe-4634-a87a-61521a93bc73",
"ParentId": "630c256f-2cd6-4f6d-94d7-4cb2eeb0e70e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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 | |
| JoomlaArticleId | System.String | 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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "65b108dd-afcb-45da-af7d-0fd5699b79e5",
"publishingoffices": "e0f0fc06-a67f-4c1b-ba3e-7deb7b9c911a",
"events": "1130ccdb-232d-4779-af53-87cd78cd6531",
"targets": "26e23863-8275-4a81-bd24-fa85fcc063b8",
"Category": "7bc97846-cdab-4156-af6d-54957d33c012",
"imagetypes": "79bc1d15-56dd-4da0-8dec-789204a4cfc9",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "84a5f240-29d8-46bc-98c7-c3cafba29a5d",
"stakeholders": "57750d8b-7522-40f1-8a1c-8fd025dd2cb9",
"Tags": "2ca006bf-5de6-46ec-b0d9-e46acd59e5cc",
"healthtopics": "6b06a477-6410-421c-8937-5bac93938e05",
"targetaudiences": "b26dd9a6-8015-4818-b272-a56511836a85",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "60c24df0-5522-4a62-b648-2934f18545ea",
"ParentId": "957f0e87-5527-4d36-9bc4-e1071d39ccff",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "65b108dd-afcb-45da-af7d-0fd5699b79e5",
"publishingoffices": "e0f0fc06-a67f-4c1b-ba3e-7deb7b9c911a",
"events": "1130ccdb-232d-4779-af53-87cd78cd6531",
"targets": "26e23863-8275-4a81-bd24-fa85fcc063b8",
"Category": "7bc97846-cdab-4156-af6d-54957d33c012",
"imagetypes": "79bc1d15-56dd-4da0-8dec-789204a4cfc9",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "84a5f240-29d8-46bc-98c7-c3cafba29a5d",
"stakeholders": "57750d8b-7522-40f1-8a1c-8fd025dd2cb9",
"Tags": "2ca006bf-5de6-46ec-b0d9-e46acd59e5cc",
"healthtopics": "6b06a477-6410-421c-8937-5bac93938e05",
"targetaudiences": "b26dd9a6-8015-4818-b272-a56511836a85",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "60c24df0-5522-4a62-b648-2934f18545ea",
"ParentId": "957f0e87-5527-4d36-9bc4-e1071d39ccff",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "837bec47-84d2-444c-a56a-890cbabc8457",
"Category": "b7f8678d-e8bf-40b3-89fe-6f0ee1c64de7",
"Width": 18,
"Height": 19,
"FolderId": "091c4fc8-a4ca-4a2e-9a67-42f8747b4008",
"ParentId": "038e177c-b426-4496-ab10-b2eadfb0ca1b",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "837bec47-84d2-444c-a56a-890cbabc8457",
"Category": "b7f8678d-e8bf-40b3-89fe-6f0ee1c64de7",
"Width": 18,
"Height": 19,
"FolderId": "091c4fc8-a4ca-4a2e-9a67-42f8747b4008",
"ParentId": "038e177c-b426-4496-ab10-b2eadfb0ca1b",
"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 | |
| JoomlaArticleId | System.String | 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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "1226f1dc-b400-4467-bcc4-d04942233e60",
"publishingoffices": "6118d9f3-f862-4ac8-a4f5-30f785217a72",
"events": "98be094a-a687-4128-b90e-dbac6184a919",
"targets": "bc315410-e01b-4100-b87e-928b91381ffa",
"Category": "98845360-83c0-4313-af91-8ac5a3d70fbd",
"imagetypes": "2451f715-b7cd-4992-9444-cb7e6efc9855",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "514f8c23-239a-4b35-b6c4-74e128ecd1c7",
"stakeholders": "b656ff5a-c317-4f50-92fb-44758e3c9538",
"Tags": "c8b60e9a-e3c9-43a4-ac91-513215443c8e",
"healthtopics": "649d98cd-1014-44d9-b452-be7af20aefd9",
"targetaudiences": "a9039200-a8a7-4631-b860-c8000de72200",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2210f5d1-6751-4047-bf49-04016b144393",
"ParentId": "a370cec3-d5ce-431d-84b5-458ce7510362",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "1226f1dc-b400-4467-bcc4-d04942233e60",
"publishingoffices": "6118d9f3-f862-4ac8-a4f5-30f785217a72",
"events": "98be094a-a687-4128-b90e-dbac6184a919",
"targets": "bc315410-e01b-4100-b87e-928b91381ffa",
"Category": "98845360-83c0-4313-af91-8ac5a3d70fbd",
"imagetypes": "2451f715-b7cd-4992-9444-cb7e6efc9855",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "514f8c23-239a-4b35-b6c4-74e128ecd1c7",
"stakeholders": "b656ff5a-c317-4f50-92fb-44758e3c9538",
"Tags": "c8b60e9a-e3c9-43a4-ac91-513215443c8e",
"healthtopics": "649d98cd-1014-44d9-b452-be7af20aefd9",
"targetaudiences": "a9039200-a8a7-4631-b860-c8000de72200",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2210f5d1-6751-4047-bf49-04016b144393",
"ParentId": "a370cec3-d5ce-431d-84b5-458ce7510362",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "0b99e98e-1af0-4af1-9def-a3084edfb6d4",
"EventNumberOfAdditionalItems": 13.0,
"targets": "997d8791-dbd3-4dbe-8a6e-f4ef5f19d111",
"healthtopics": "5f383c94-f22d-4480-b1e2-45d28c990dbd",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "31365d24-62b5-40fd-baf9-b00c28c5e96d",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "fdd83765-78bb-4272-b657-4c14f9a60143",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "c2a3d402-319f-481c-a0a8-d421d0d4ec12",
"MetaDescription": "sample string 29",
"Category": "11c05331-76c0-429b-b91b-42a6b7a39f2f",
"Tags": "c6b6d29f-f236-4761-95b3-ed1a756b8309",
"regionscountries": "083d787a-ecd9-4adf-adfc-b025e7b935da",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "1cafc36d-b16c-468c-a4f5-5be21832e81b",
"AllowComments": true,
"EventStart": "2026-08-29T02:09:42.2860414Z",
"EventEnd": "2026-08-29T02:09:42.2860414Z",
"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": "00a07d75-081f-4bff-814e-f25477504af1",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-08-29T02:09:42.2860414Z",
"EventEndWithOffset": "2026-08-29T02:09:42.2860414Z"
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "0b99e98e-1af0-4af1-9def-a3084edfb6d4",
"EventNumberOfAdditionalItems": 13.0,
"targets": "997d8791-dbd3-4dbe-8a6e-f4ef5f19d111",
"healthtopics": "5f383c94-f22d-4480-b1e2-45d28c990dbd",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "31365d24-62b5-40fd-baf9-b00c28c5e96d",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "fdd83765-78bb-4272-b657-4c14f9a60143",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "c2a3d402-319f-481c-a0a8-d421d0d4ec12",
"MetaDescription": "sample string 29",
"Category": "11c05331-76c0-429b-b91b-42a6b7a39f2f",
"Tags": "c6b6d29f-f236-4761-95b3-ed1a756b8309",
"regionscountries": "083d787a-ecd9-4adf-adfc-b025e7b935da",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "1cafc36d-b16c-468c-a4f5-5be21832e81b",
"AllowComments": true,
"EventStart": "2026-08-29T02:09:42.2860414Z",
"EventEnd": "2026-08-29T02:09:42.2860414Z",
"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": "00a07d75-081f-4bff-814e-f25477504af1",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T02:09:42.2860414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-08-29T02:09:42.2860414Z",
"EventEndWithOffset": "2026-08-29T02:09:42.2860414Z"
}
]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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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-08-29T02:09:42.2860414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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-08-29T02:09:42.2860414+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 | |
| JoomlaArticleId | System.String | 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-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "3b2180b4-995e-4900-af40-452e5fccfa89",
"publishingoffices": "46eca7f6-598a-404d-a8b2-e82014b89f10",
"events": "30b18917-cbd7-4b01-9d7d-8ac534f6d6ad",
"targets": "54ef4f6f-a763-4242-bb8d-4ebcc8d8001c",
"Category": "ef200b25-4010-46ca-b60b-a69923aa8fc3",
"imagetypes": "37c4de24-15da-41ef-bfc6-9e308ee607ec",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "74f39ce6-2abb-4ddf-8482-ff130cbca160",
"stakeholders": "df814854-e63c-4f39-8565-98b47b7af098",
"Tags": "93bcdd64-ee2b-4bf3-b6d0-ee1e73538000",
"healthtopics": "7f866d7d-ae0e-494c-b8aa-f523099d1f07",
"targetaudiences": "d18dd71e-9391-4cb9-8ac9-3ed54f0a8f7c",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b527b89a-6e57-4ca6-bae6-97aa7cac9fd1",
"ParentId": "abdbdacd-2800-4f53-a6f4-b4ced80b354d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T02:09:42.2860414Z",
"PublicationDate": "2026-08-29T02:09:42.2860414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T02:09:42.2860414Z",
"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": "3b2180b4-995e-4900-af40-452e5fccfa89",
"publishingoffices": "46eca7f6-598a-404d-a8b2-e82014b89f10",
"events": "30b18917-cbd7-4b01-9d7d-8ac534f6d6ad",
"targets": "54ef4f6f-a763-4242-bb8d-4ebcc8d8001c",
"Category": "ef200b25-4010-46ca-b60b-a69923aa8fc3",
"imagetypes": "37c4de24-15da-41ef-bfc6-9e308ee607ec",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "74f39ce6-2abb-4ddf-8482-ff130cbca160",
"stakeholders": "df814854-e63c-4f39-8565-98b47b7af098",
"Tags": "93bcdd64-ee2b-4bf3-b6d0-ee1e73538000",
"healthtopics": "7f866d7d-ae0e-494c-b8aa-f523099d1f07",
"targetaudiences": "d18dd71e-9391-4cb9-8ac9-3ed54f0a8f7c",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b527b89a-6e57-4ca6-bae6-97aa7cac9fd1",
"ParentId": "abdbdacd-2800-4f53-a6f4-b4ced80b354d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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.