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-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "eb554459-1bbb-4953-8e45-044ce55ac1b6",
"publishingoffices": "a6a53134-88d6-44b5-9fa4-890922a1c1a5",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "c903a6f5-9417-448f-9072-613b34f0fc85",
"regionscountries": "279cc783-e751-4091-8c3f-a0dd33190d08",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "bba70fd9-e02a-4bda-bd30-6e691897055f",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "5decb6d4-2003-441d-97c3-791f7e8d2867",
"events": "2252cad4-84d1-4af7-b24a-891d7c295672",
"OpenGraphDescription": "sample string 26",
"targets": "217e44a9-fa2b-4c8f-abdb-a30278caaee8",
"SpeechDuration": 28.0,
"stakeholders": "b8f91a55-de27-4b4f-bb3a-41d410b64bf9",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "eb554459-1bbb-4953-8e45-044ce55ac1b6",
"publishingoffices": "a6a53134-88d6-44b5-9fa4-890922a1c1a5",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "c903a6f5-9417-448f-9072-613b34f0fc85",
"regionscountries": "279cc783-e751-4091-8c3f-a0dd33190d08",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "bba70fd9-e02a-4bda-bd30-6e691897055f",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "5decb6d4-2003-441d-97c3-791f7e8d2867",
"events": "2252cad4-84d1-4af7-b24a-891d7c295672",
"OpenGraphDescription": "sample string 26",
"targets": "217e44a9-fa2b-4c8f-abdb-a30278caaee8",
"SpeechDuration": 28.0,
"stakeholders": "b8f91a55-de27-4b4f-bb3a-41d410b64bf9",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+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-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "624eed6d-9ee2-495b-b842-c2d313bfd46e",
"publishingoffices": "ab5da2a5-18db-4cae-bfea-6c7cbfe2f5d9",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d3a5cf4f-00da-4c13-a0b7-7d4835793409",
"regionscountries": "54024196-7938-4031-987a-fdef60278c5d",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "7f07ba97-bcdd-45c0-8592-701046ce2adb",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "5265010e-d868-437c-b636-2e64a082dd37",
"events": "c5c82e01-5a4e-42a2-a68d-a307fcda308d",
"OpenGraphDescription": "sample string 26",
"targets": "7a336653-7978-4100-904e-40383c5a64e6",
"SpeechDuration": 28.0,
"stakeholders": "e1881912-9dce-440b-bad1-3d9adabba1e3",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+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": "e7e41259-382b-45e0-8e28-e3150aed53a4"
}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-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "7c755706-dc59-4b07-a656-fe9d316ec4cb",
"publishingoffices": "c5aac711-b68d-4b60-956e-6434b80a2034",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "02353b88-0ac6-4b36-8dff-92724c02dd23",
"regionscountries": "cb222188-1ef2-4834-bfa9-81b04d1ccbb7",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "c71ee399-2bf3-4a03-bb86-549b2976f50a",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "e8ead302-5d63-4879-9bb9-8f6662a327d7",
"events": "c742e564-09ed-40a5-b23a-5f41cf03f4ce",
"OpenGraphDescription": "sample string 23",
"targets": "1eb1bd76-71ba-43f6-9d41-355f81b6f3dc",
"SpeechDuration": 25.0,
"stakeholders": "5655a716-113b-48e8-b016-8161ee5fc41d"
}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-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "07a79997-2e16-45a5-8fed-70a90324739a",
"publishingoffices": "421ce89a-df96-4051-bb72-c062fcae36f8",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d64d16fa-aada-444f-a201-92098d8cf2bb",
"regionscountries": "c7ae720c-51d5-45b2-aadd-3a8b4830eca1",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "dcf635aa-86fe-4e02-a00d-73821e6be94b",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "7bc6cf08-bf63-4dca-a009-03be640f785e",
"events": "02dfe6c0-e506-43ca-8c2e-13ab4d363764",
"OpenGraphDescription": "sample string 26",
"targets": "adc2f226-7e29-4b78-9192-2b7cee313aac",
"SpeechDuration": 28.0,
"stakeholders": "81a587ed-e43e-44f4-8cea-aa1d4f4cfa6b",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+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-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "9d38d3ec-1e6a-456b-828f-bfb8902f3496",
"publishingoffices": "2491b4a2-2d45-4763-b5d0-382837d6d4aa",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "327c9f99-b1ee-4a71-8a7c-984730473f87",
"regionscountries": "95be40ad-6484-47e6-b325-8734002ef6b5",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "d44214c4-193b-4426-9451-21b295344748",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "658767e1-bfe8-4acc-b3b6-66c184a0c80e",
"events": "7fe8b9f5-875e-4d75-a402-173a4da7e02d",
"OpenGraphDescription": "sample string 23",
"targets": "df59067f-d16f-494c-9a88-7db1d91b33ca",
"SpeechDuration": 25.0,
"stakeholders": "02806cf0-d958-4d0a-8f76-04689be9419c"
}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-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-01-12T19:39:10.6096484Z",
"targetaudiences": "fd27965d-9c4a-42ac-a154-2a95733dc7ee",
"publishingoffices": "f656456d-626e-4497-b14f-e5e53ff22831",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "3e9695a9-d12f-44c3-b96f-ca015476ca13",
"regionscountries": "1b6f8bbd-c680-4423-bd4c-af00cbbf5dee",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "1391b01d-7b25-4a0f-905a-ba003ffecd29",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "2ecf6691-6a89-41c9-a0fc-46c2cba6dd9d",
"events": "2450f370-ab3f-4a71-8df7-21d6781d929f",
"OpenGraphDescription": "sample string 23",
"targets": "cf86ea51-3dcc-4bff-bfcb-95f6d0b89d34",
"SpeechDuration": 25.0,
"stakeholders": "0122c248-2374-46fe-a9ea-49a4de25afb7"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a speeches item by Id.
DELETE /api/multimedias/speeches({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type MainImage from speeches item.
GET /api/multimedias/speeches({key})/MainImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "892d6abd-8f1c-4c03-ba96-fe43d6c597a4",
"publishingoffices": "70d99114-b749-405e-a1d2-89e3e969f3d2",
"events": "d1bc5180-5021-4eb6-aa06-e77e79835859",
"targets": "3273553d-fb70-4ff2-bfbb-b50710a47a91",
"Category": "0cee7012-2fba-4b29-ba0f-7e0fc3a2f0cb",
"imagetypes": "6433b0c5-144c-4bff-a53e-cb12e26864f0",
"departmentaltargets": "bda97ed6-63fd-4e30-a097-884c0adeb1e6",
"stakeholders": "de45db12-c6d5-4c27-8b8b-a77b4c6d01b8",
"Tags": "4335b172-a2fa-4e5f-bdb3-a0ae0f9b7282",
"healthtopics": "d1b55762-5b5a-44da-bc73-f88c888a838a",
"targetaudiences": "ba53937e-c2a4-4f96-bc95-2102d2e83fb2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "11c0a220-20da-49ba-9472-147a10e91360",
"ParentId": "c1c3ca6d-f15e-471e-8b8b-396194e235a7",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "892d6abd-8f1c-4c03-ba96-fe43d6c597a4",
"publishingoffices": "70d99114-b749-405e-a1d2-89e3e969f3d2",
"events": "d1bc5180-5021-4eb6-aa06-e77e79835859",
"targets": "3273553d-fb70-4ff2-bfbb-b50710a47a91",
"Category": "0cee7012-2fba-4b29-ba0f-7e0fc3a2f0cb",
"imagetypes": "6433b0c5-144c-4bff-a53e-cb12e26864f0",
"departmentaltargets": "bda97ed6-63fd-4e30-a097-884c0adeb1e6",
"stakeholders": "de45db12-c6d5-4c27-8b8b-a77b4c6d01b8",
"Tags": "4335b172-a2fa-4e5f-bdb3-a0ae0f9b7282",
"healthtopics": "d1b55762-5b5a-44da-bc73-f88c888a838a",
"targetaudiences": "ba53937e-c2a4-4f96-bc95-2102d2e83fb2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "11c0a220-20da-49ba-9472-147a10e91360",
"ParentId": "c1c3ca6d-f15e-471e-8b8b-396194e235a7",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to speeches item.
POST /api/multimedias/speeches({key})/MainImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MainImage from speeches item.
DELETE /api/multimedias/speeches({key})/MainImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OpenGraphImage from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "34883996-292b-4369-91cc-def1a281dc50",
"publishingoffices": "67719db3-4fab-457c-8f37-2a3cd1b30413",
"events": "4cc4d2b5-66ed-48c6-ae01-53db50e1a705",
"targets": "bfd3a998-8116-4f91-b927-0e627ffd6810",
"Category": "aeab0249-a1a3-4fd3-86e3-ea43df27e70f",
"imagetypes": "d97fd40f-86c1-4a68-8687-032a1fb384d4",
"departmentaltargets": "a1a28a69-d6dc-45cb-9743-050feda4fb89",
"stakeholders": "9207b995-b466-4bd3-b485-3f903b57a0c1",
"Tags": "c59ea5d4-4524-4b60-8c8d-ea04a8cee827",
"healthtopics": "efa1672b-3e26-4c19-a5c7-ebf48c61f954",
"targetaudiences": "c3c8e09a-610b-4161-ab5f-e0c494d6627f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9ee1193b-ca79-4ec8-be26-dc04804eb2e2",
"ParentId": "8ea5b49b-6a57-44a4-bf5d-5bbe1a98610d",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "34883996-292b-4369-91cc-def1a281dc50",
"publishingoffices": "67719db3-4fab-457c-8f37-2a3cd1b30413",
"events": "4cc4d2b5-66ed-48c6-ae01-53db50e1a705",
"targets": "bfd3a998-8116-4f91-b927-0e627ffd6810",
"Category": "aeab0249-a1a3-4fd3-86e3-ea43df27e70f",
"imagetypes": "d97fd40f-86c1-4a68-8687-032a1fb384d4",
"departmentaltargets": "a1a28a69-d6dc-45cb-9743-050feda4fb89",
"stakeholders": "9207b995-b466-4bd3-b485-3f903b57a0c1",
"Tags": "c59ea5d4-4524-4b60-8c8d-ea04a8cee827",
"healthtopics": "efa1672b-3e26-4c19-a5c7-ebf48c61f954",
"targetaudiences": "c3c8e09a-610b-4161-ab5f-e0c494d6627f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9ee1193b-ca79-4ec8-be26-dc04804eb2e2",
"ParentId": "8ea5b49b-6a57-44a4-bf5d-5bbe1a98610d",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OpenGraphImage relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphImage from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OpenGraphVideo from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphVideo
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "bc7df008-903d-4156-8527-5890ef3a127a",
"Category": "39f0b3bb-d259-4bf2-a989-afff1fae0ccf",
"Width": 18,
"Height": 19,
"FolderId": "31ce551c-c553-4f03-ad3e-4a1b7e445273",
"ParentId": "c4d10036-48b2-43c6-94bf-8259b7a6ba62",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "bc7df008-903d-4156-8527-5890ef3a127a",
"Category": "39f0b3bb-d259-4bf2-a989-afff1fae0ccf",
"Width": 18,
"Height": 19,
"FolderId": "31ce551c-c553-4f03-ad3e-4a1b7e445273",
"ParentId": "c4d10036-48b2-43c6-94bf-8259b7a6ba62",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}
]Add OpenGraphVideo relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphVideo/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphVideo from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphVideo/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Thumbnail from speeches item.
GET /api/multimedias/speeches({key})/Thumbnail
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "3e4851b9-a959-40ae-a06f-00d6d0e1ec4b",
"publishingoffices": "76045b2c-023e-4305-a794-e6957bdada6b",
"events": "ba0399e6-1efe-4a49-a085-284e71314dc4",
"targets": "176fbaf3-9f78-4ae1-b6de-67c64228d3f2",
"Category": "4bf795c6-71ac-4ceb-b4e7-ba45d804d44f",
"imagetypes": "81f3dff5-c000-458d-abaf-e905f5b51a59",
"departmentaltargets": "7af08122-fd6b-4daa-bc36-22ba2efa6c0f",
"stakeholders": "29f1d6d2-570e-45d1-a64e-e40e98139108",
"Tags": "c0cc33e3-6239-422e-b6ec-32f88cb52e58",
"healthtopics": "8b0cf50b-079f-41a7-9cf3-49e96a2afb20",
"targetaudiences": "1fa111e2-8329-4afb-b0f0-9af5cbce25f9",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7a8ac54b-0d1c-4705-9c95-6461ac2c811c",
"ParentId": "61f17165-dd80-4632-b1ed-3f15eacca3a8",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "3e4851b9-a959-40ae-a06f-00d6d0e1ec4b",
"publishingoffices": "76045b2c-023e-4305-a794-e6957bdada6b",
"events": "ba0399e6-1efe-4a49-a085-284e71314dc4",
"targets": "176fbaf3-9f78-4ae1-b6de-67c64228d3f2",
"Category": "4bf795c6-71ac-4ceb-b4e7-ba45d804d44f",
"imagetypes": "81f3dff5-c000-458d-abaf-e905f5b51a59",
"departmentaltargets": "7af08122-fd6b-4daa-bc36-22ba2efa6c0f",
"stakeholders": "29f1d6d2-570e-45d1-a64e-e40e98139108",
"Tags": "c0cc33e3-6239-422e-b6ec-32f88cb52e58",
"healthtopics": "8b0cf50b-079f-41a7-9cf3-49e96a2afb20",
"targetaudiences": "1fa111e2-8329-4afb-b0f0-9af5cbce25f9",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7a8ac54b-0d1c-4705-9c95-6461ac2c811c",
"ParentId": "61f17165-dd80-4632-b1ed-3f15eacca3a8",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to speeches item.
POST /api/multimedias/speeches({key})/Thumbnail/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Thumbnail from speeches item.
DELETE /api/multimedias/speeches({key})/Thumbnail/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OccasionTypeEvent from speeches item.
GET /api/multimedias/speeches({key})/OccasionTypeEvent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| events | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| EventStart | System.DateTimeOffset | Read only: False | |
| EventEnd | System.DateTimeOffset | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| ContactWeb | System.String | Read only: False | |
| Street | System.String | Read only: False | |
| City | System.String | Read only: False | |
| Country | System.String | Read only: False | |
| State | System.String | Read only: False | |
| ContactName | System.String | Read only: False | |
| ContactCell | System.String | Read only: False | |
| ContactPhone | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| IsRecurrent | System.Boolean | Read only: False | |
| RecurrenceExpression | System.String | Read only: False | |
| TimeZoneId | System.String | Read only: False | |
| AllDayEvent | System.Boolean | Read only: False | |
| Location | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| EventStartUtcOffset | System.Double | Read only: True | |
| EventEndUtcOffset | System.Double | Read only: True | |
| EventStartWithOffset | System.DateTimeOffset | Read only: True | |
| EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "9538ea6c-44b3-4bcd-bb37-8644dc076e13",
"EventNumberOfAdditionalItems": 13.0,
"targets": "39aedf58-822d-441c-adf2-b8b468a582ed",
"healthtopics": "19b470af-b804-47a8-8de6-daf79e32ea1a",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "58731ada-7c93-41c9-816b-60fc7b8739fe",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "136990f1-6a78-41a2-b1ec-e77faabfb656",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "97acc822-9219-4380-a26e-fb8922ccdca5",
"MetaDescription": "sample string 29",
"Category": "170f7dd2-7f18-4ae9-a53d-bf009ffb1ce7",
"Tags": "14d4db40-97b4-4c67-a22e-c45d9b659bf8",
"regionscountries": "5bc95721-37bc-41bb-a67b-7b6a0af535dc",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "a781784b-d1e9-445c-b384-b56d4b69eee3",
"AllowComments": true,
"EventStart": "2026-01-12T19:39:10.6096484Z",
"EventEnd": "2026-01-12T19:39:10.6096484Z",
"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": "bf12172c-6017-435b-bb50-fb476177c3fd",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-01-12T19:39:10.6096484Z",
"EventEndWithOffset": "2026-01-12T19:39:10.6096484Z"
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "9538ea6c-44b3-4bcd-bb37-8644dc076e13",
"EventNumberOfAdditionalItems": 13.0,
"targets": "39aedf58-822d-441c-adf2-b8b468a582ed",
"healthtopics": "19b470af-b804-47a8-8de6-daf79e32ea1a",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "58731ada-7c93-41c9-816b-60fc7b8739fe",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "136990f1-6a78-41a2-b1ec-e77faabfb656",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "97acc822-9219-4380-a26e-fb8922ccdca5",
"MetaDescription": "sample string 29",
"Category": "170f7dd2-7f18-4ae9-a53d-bf009ffb1ce7",
"Tags": "14d4db40-97b4-4c67-a22e-c45d9b659bf8",
"regionscountries": "5bc95721-37bc-41bb-a67b-7b6a0af535dc",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "a781784b-d1e9-445c-b384-b56d4b69eee3",
"AllowComments": true,
"EventStart": "2026-01-12T19:39:10.6096484Z",
"EventEnd": "2026-01-12T19:39:10.6096484Z",
"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": "bf12172c-6017-435b-bb50-fb476177c3fd",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T19:39:10.6096484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-01-12T19:39:10.6096484Z",
"EventEndWithOffset": "2026-01-12T19:39:10.6096484Z"
}
]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-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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-01-12T19:39:10.6096484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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-01-12T19:39:10.6096484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Person relation to speeches item.
POST /api/multimedias/speeches({key})/Person/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Person from speeches item.
DELETE /api/multimedias/speeches({key})/Person/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Images from speeches item.
GET /api/multimedias/speeches({key})/Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "d6288f9a-c65a-4307-adfd-1509d1f0bd22",
"publishingoffices": "f12e9d35-e1f6-4ed7-97eb-480c4028086d",
"events": "1f4f3bef-90ec-4292-b5b3-54dc79ac1f38",
"targets": "df42d09f-c672-4a22-aa4d-6d1447e963e4",
"Category": "a60efd83-d34e-4c1e-84ed-904c3b995e8f",
"imagetypes": "f535b169-ee98-4181-b980-592e1d0b7957",
"departmentaltargets": "aa038894-4de9-4e5e-b3a8-bb38daf1ad6c",
"stakeholders": "c86a3da1-c649-46b7-974d-dc1a31ff0edb",
"Tags": "b40c3103-12c7-49e0-b79c-dbe064aa40cf",
"healthtopics": "a9ac03d2-6dbc-4d87-8242-54216484f60e",
"targetaudiences": "17c8fb40-a29e-42a3-8f9c-7bf71e02c125",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "01770cd9-0065-429b-9750-dc203e1b9980",
"ParentId": "8de70cce-a721-41c8-90bd-7da5b976fd2f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-01-12T19:39:10.6096484Z",
"PublicationDate": "2026-01-12T19:39:10.6096484Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-12T19:39:10.6096484Z",
"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": "d6288f9a-c65a-4307-adfd-1509d1f0bd22",
"publishingoffices": "f12e9d35-e1f6-4ed7-97eb-480c4028086d",
"events": "1f4f3bef-90ec-4292-b5b3-54dc79ac1f38",
"targets": "df42d09f-c672-4a22-aa4d-6d1447e963e4",
"Category": "a60efd83-d34e-4c1e-84ed-904c3b995e8f",
"imagetypes": "f535b169-ee98-4181-b980-592e1d0b7957",
"departmentaltargets": "aa038894-4de9-4e5e-b3a8-bb38daf1ad6c",
"stakeholders": "c86a3da1-c649-46b7-974d-dc1a31ff0edb",
"Tags": "b40c3103-12c7-49e0-b79c-dbe064aa40cf",
"healthtopics": "a9ac03d2-6dbc-4d87-8242-54216484f60e",
"targetaudiences": "17c8fb40-a29e-42a3-8f9c-7bf71e02c125",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "01770cd9-0065-429b-9750-dc203e1b9980",
"ParentId": "8de70cce-a721-41c8-90bd-7da5b976fd2f",
"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.