Returns a set of data items of type speeches.
GET /api/multimedias/speeches
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:13.993607Z",
"PublicationDate": "2025-10-07T20:24:13.993607Z",
"DateCreated": "2025-10-07T20:24:13.993607Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:13.993607Z",
"targetaudiences": "5b35fd55-b7e0-4ce9-b624-5699203a343e",
"publishingoffices": "2c5d8ffa-98d1-4f7b-9d5f-311c92035132",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a0027731-4eb9-4575-8481-ca9f4fd6a5bc",
"regionscountries": "90c61eb0-05fe-42f7-b655-5dc53a12267d",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "2794a577-3201-40a5-8edc-be02e1703498",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "b39919cc-a7e0-444f-9c54-ac74d6395a81",
"events": "07350191-1569-47a4-baa0-59ab0b9f8fc7",
"OpenGraphDescription": "sample string 26",
"targets": "dbf60a75-8547-4230-a853-4e96ea918c92",
"SpeechDuration": 28.0,
"stakeholders": "c2319f6a-cbad-4ee0-b13a-ac728cf03ef4",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.993607Z",
"PublicationDate": "2025-10-07T20:24:13.993607Z",
"DateCreated": "2025-10-07T20:24:13.993607Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:13.993607Z",
"targetaudiences": "5b35fd55-b7e0-4ce9-b624-5699203a343e",
"publishingoffices": "2c5d8ffa-98d1-4f7b-9d5f-311c92035132",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a0027731-4eb9-4575-8481-ca9f4fd6a5bc",
"regionscountries": "90c61eb0-05fe-42f7-b655-5dc53a12267d",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "2794a577-3201-40a5-8edc-be02e1703498",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "b39919cc-a7e0-444f-9c54-ac74d6395a81",
"events": "07350191-1569-47a4-baa0-59ab0b9f8fc7",
"OpenGraphDescription": "sample string 26",
"targets": "dbf60a75-8547-4230-a853-4e96ea918c92",
"SpeechDuration": 28.0,
"stakeholders": "c2319f6a-cbad-4ee0-b13a-ac728cf03ef4",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets speeches item by id.
GET /api/multimedias/speeches({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:14.009234Z",
"targetaudiences": "d59c3af2-6283-4522-9a9a-fda80d79f9d0",
"publishingoffices": "aff5de1f-f5fe-423a-b4a6-03d9e347623b",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "1f647d39-1f4c-42c8-9183-26cde251fce6",
"regionscountries": "1e99f24b-295e-44da-a298-12f9d0f67961",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "475b253e-db80-430a-aaf5-8c11a95c4ef2",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "4a218507-f71f-446c-9e99-96498ce989db",
"events": "4148477d-afab-4d1d-beb2-27be55cea2d3",
"OpenGraphDescription": "sample string 26",
"targets": "564ed0fb-544c-4102-8a5b-8d8b951c6d5a",
"SpeechDuration": 28.0,
"stakeholders": "67cb2a38-aa22-4545-8a0b-9edd426b141c",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+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": "135bf152-8759-402a-8061-29d2890521f5"
}
Creates a speeches item.
POST /api/multimedias/speeches
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-07T20:24:14.009234Z",
"targetaudiences": "358e693e-34b5-41c8-9f8c-df3ae7199802",
"publishingoffices": "d1f759bf-76ee-4ec5-af4c-ad3eb2cc6287",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "83ced96a-f0b4-48fc-a8be-e4ced9f2c80d",
"regionscountries": "c92d2226-310b-4dc7-ad54-10894b3018ab",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "26003377-3071-4521-89a7-08957b03d0ec",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "ed6ab503-8be4-47df-8263-ef75d5d9ce5c",
"events": "67abc4ea-f98e-4990-8009-459c9d68d474",
"OpenGraphDescription": "sample string 23",
"targets": "4c138ed7-6e43-4e9b-bf1b-20df855bb2dc",
"SpeechDuration": 25.0,
"stakeholders": "5e58ba1d-9b7e-43dd-9a38-5d2310fd955d"
}
Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:14.009234Z",
"targetaudiences": "33edd82b-787b-4d7c-9858-965f96bae23f",
"publishingoffices": "ad3ea52a-e2aa-4ad4-8eab-123eff48aa14",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "5c122f3d-aac5-4a22-8129-478e8fab117a",
"regionscountries": "a28ec0f6-fde5-4fe2-98d2-a25f573c16b2",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "a7d67a89-85a7-4626-89be-42a61d6a6443",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1256c7c8-7418-4364-ad9a-b7785e0cec75",
"events": "011c278e-aee6-48ac-b26b-b3d8c5d48684",
"OpenGraphDescription": "sample string 26",
"targets": "b2528f27-89ae-48be-a48b-04dd2ba40641",
"SpeechDuration": 28.0,
"stakeholders": "44740da9-af09-48fc-8dc4-b25dd3ea2636",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for speeches item.
PATCH /api/multimedias/speeches({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-07T20:24:14.009234Z",
"targetaudiences": "169308fe-553c-4121-b84c-c5169af0d0fe",
"publishingoffices": "c2955837-c90c-44fe-8f14-9d0f093b6c08",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "527b5f2d-cbee-453b-bf63-7607a2e4d579",
"regionscountries": "49b59e7c-bc58-40e2-adce-5c3967f7f381",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "4594f65c-dfca-4e61-a9c4-99c97cea5fc0",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "cd72de4a-91b5-4f6b-ba62-c6a2029c7647",
"events": "389d9252-8867-4b30-9aa9-1b6b5f1324ba",
"OpenGraphDescription": "sample string 23",
"targets": "7dc4d586-a995-422a-ba6e-378246e7f3a3",
"SpeechDuration": 25.0,
"stakeholders": "836826de-5dd6-4cf1-bf44-1465676b86db"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for speeches item.
PUT /api/multimedias/speeches({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-07T20:24:14.009234Z",
"targetaudiences": "ad71e0b6-96fa-402d-991f-ef9f161df5f3",
"publishingoffices": "0593626c-849c-4f19-9909-bc9bcd605f78",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "bd49696f-29e7-4a3c-af11-96bb5f218e2a",
"regionscountries": "323ffb48-3677-477e-b66f-0d72f0328643",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "68de7211-bc0e-4194-ab64-1ade0298e809",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "5e00f6fc-bbe8-4bc1-9bf2-a117711be555",
"events": "6d8cc0af-ecfa-4e95-8d73-33ee6be67a97",
"OpenGraphDescription": "sample string 23",
"targets": "6e3f8ff7-a5d2-4df8-a2db-86bc3f3e4b59",
"SpeechDuration": 25.0,
"stakeholders": "cbdf648e-0551-4bbc-ad36-5c5001b20271"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a speeches item by Id.
DELETE /api/multimedias/speeches({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type MainImage from speeches item.
GET /api/multimedias/speeches({key})/MainImage
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "b405fcca-e47b-47e1-8661-91d18d020dea",
"publishingoffices": "59856dd6-3638-4823-8e71-1865d5cdba8d",
"events": "52110d7f-4e55-4079-a0f2-757f3d2b9dee",
"targets": "69d5ffa6-b8cc-404a-829d-6c656ff5dcff",
"Category": "81169952-8310-4638-ad1e-015a9469c73e",
"imagetypes": "b756ac23-3af0-4822-b0db-2259467b2581",
"departmentaltargets": "74124d29-5d01-4767-a141-346fcd88b677",
"stakeholders": "6d78fff3-9e96-48c2-bd50-64cc3ddd5d67",
"Tags": "b44963c3-5f36-44f8-baba-bba9d663627e",
"healthtopics": "d9c3f6ca-1297-41b1-9853-ad0ead299b45",
"targetaudiences": "94372918-48f9-414e-9852-e9ee33d325a0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "88772054-b968-493c-be58-bb1500d26c1b",
"ParentId": "f141523b-e4d5-4aba-a7a1-e8453a909d59",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "b405fcca-e47b-47e1-8661-91d18d020dea",
"publishingoffices": "59856dd6-3638-4823-8e71-1865d5cdba8d",
"events": "52110d7f-4e55-4079-a0f2-757f3d2b9dee",
"targets": "69d5ffa6-b8cc-404a-829d-6c656ff5dcff",
"Category": "81169952-8310-4638-ad1e-015a9469c73e",
"imagetypes": "b756ac23-3af0-4822-b0db-2259467b2581",
"departmentaltargets": "74124d29-5d01-4767-a141-346fcd88b677",
"stakeholders": "6d78fff3-9e96-48c2-bd50-64cc3ddd5d67",
"Tags": "b44963c3-5f36-44f8-baba-bba9d663627e",
"healthtopics": "d9c3f6ca-1297-41b1-9853-ad0ead299b45",
"targetaudiences": "94372918-48f9-414e-9852-e9ee33d325a0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "88772054-b968-493c-be58-bb1500d26c1b",
"ParentId": "f141523b-e4d5-4aba-a7a1-e8453a909d59",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add MainImage relation to speeches item.
POST /api/multimedias/speeches({key})/MainImage/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MainImage from speeches item.
DELETE /api/multimedias/speeches({key})/MainImage/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OpenGraphImage from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphImage
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "f4df0450-6a0e-4345-9d16-99573a185e63",
"publishingoffices": "748f1d68-556e-4961-88b9-8bb81a98f17b",
"events": "9c40d226-8169-4a95-9bca-a2ba8b3430f7",
"targets": "f30e6a12-729b-481a-894e-72f08b2ecd06",
"Category": "b678de77-3711-4b53-a6db-a3fc00fc4f42",
"imagetypes": "b5183d0d-2f49-4a8c-8114-5d8eaa70e4b0",
"departmentaltargets": "541b3fd2-29a1-4662-94bc-72afdb459deb",
"stakeholders": "0192004c-8860-4ab1-ba97-2b3fdc71e74b",
"Tags": "000f8901-c0cd-4f29-88f5-131de35ae439",
"healthtopics": "ba064d08-7bf0-4686-bff7-a8ad2496ad60",
"targetaudiences": "796383aa-bcee-449e-b64d-e8998e775907",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c58ed817-be85-4cb9-b79a-ab6852d32963",
"ParentId": "1b142fe6-3f7f-40a8-92f4-8a86a2374a48",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "f4df0450-6a0e-4345-9d16-99573a185e63",
"publishingoffices": "748f1d68-556e-4961-88b9-8bb81a98f17b",
"events": "9c40d226-8169-4a95-9bca-a2ba8b3430f7",
"targets": "f30e6a12-729b-481a-894e-72f08b2ecd06",
"Category": "b678de77-3711-4b53-a6db-a3fc00fc4f42",
"imagetypes": "b5183d0d-2f49-4a8c-8114-5d8eaa70e4b0",
"departmentaltargets": "541b3fd2-29a1-4662-94bc-72afdb459deb",
"stakeholders": "0192004c-8860-4ab1-ba97-2b3fdc71e74b",
"Tags": "000f8901-c0cd-4f29-88f5-131de35ae439",
"healthtopics": "ba064d08-7bf0-4686-bff7-a8ad2496ad60",
"targetaudiences": "796383aa-bcee-449e-b64d-e8998e775907",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c58ed817-be85-4cb9-b79a-ab6852d32963",
"ParentId": "1b142fe6-3f7f-40a8-92f4-8a86a2374a48",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add OpenGraphImage relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphImage/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphImage from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphImage/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OpenGraphVideo from speeches item.
GET /api/multimedias/speeches({key})/OpenGraphVideo
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
Width | System.Int32 | Read only: False | |
Height | System.Int32 | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "c759b576-7908-4893-91da-16c06bea209b",
"Category": "b9acaf38-9d8a-4fcd-9d37-53cc9ade9a86",
"Width": 18,
"Height": 19,
"FolderId": "4b7efa3d-a734-44e2-b05b-5fb6ed1f9be1",
"ParentId": "3c35e6f0-075a-4327-ad21-3b58bb921ff5",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "c759b576-7908-4893-91da-16c06bea209b",
"Category": "b9acaf38-9d8a-4fcd-9d37-53cc9ade9a86",
"Width": 18,
"Height": 19,
"FolderId": "4b7efa3d-a734-44e2-b05b-5fb6ed1f9be1",
"ParentId": "3c35e6f0-075a-4327-ad21-3b58bb921ff5",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}
]
Add OpenGraphVideo relation to speeches item.
POST /api/multimedias/speeches({key})/OpenGraphVideo/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphVideo from speeches item.
DELETE /api/multimedias/speeches({key})/OpenGraphVideo/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Thumbnail from speeches item.
GET /api/multimedias/speeches({key})/Thumbnail
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "82f925d1-3fc3-43d1-babd-2d7b97f75618",
"publishingoffices": "f10202b7-4fa2-4857-83f5-889e1d84831b",
"events": "c342dde1-656a-4ef1-bccc-7c874bfd8a31",
"targets": "20bcc007-64d2-434b-8adc-b6a299c15acd",
"Category": "e36b2bdb-9a83-421d-bcd7-b77841512065",
"imagetypes": "14b3375d-a299-46e4-a4f2-2701f5365aa4",
"departmentaltargets": "f69c7422-b21e-46cc-8c1f-2e0228ff2fa7",
"stakeholders": "f78ad333-bac5-4b2a-92d4-2b957f4befe0",
"Tags": "8b13c45a-bd51-48ef-ab32-d90168022833",
"healthtopics": "9b48e8a5-948f-47a0-95a9-0ca69695e057",
"targetaudiences": "d9c68f42-79be-42d0-bf16-57e42b80f410",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1d210436-77c5-4d31-ae6c-0a7ad7ef6935",
"ParentId": "eb32f5b4-60af-43f9-87cb-c0932c336534",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "82f925d1-3fc3-43d1-babd-2d7b97f75618",
"publishingoffices": "f10202b7-4fa2-4857-83f5-889e1d84831b",
"events": "c342dde1-656a-4ef1-bccc-7c874bfd8a31",
"targets": "20bcc007-64d2-434b-8adc-b6a299c15acd",
"Category": "e36b2bdb-9a83-421d-bcd7-b77841512065",
"imagetypes": "14b3375d-a299-46e4-a4f2-2701f5365aa4",
"departmentaltargets": "f69c7422-b21e-46cc-8c1f-2e0228ff2fa7",
"stakeholders": "f78ad333-bac5-4b2a-92d4-2b957f4befe0",
"Tags": "8b13c45a-bd51-48ef-ab32-d90168022833",
"healthtopics": "9b48e8a5-948f-47a0-95a9-0ca69695e057",
"targetaudiences": "d9c68f42-79be-42d0-bf16-57e42b80f410",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1d210436-77c5-4d31-ae6c-0a7ad7ef6935",
"ParentId": "eb32f5b4-60af-43f9-87cb-c0932c336534",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add Thumbnail relation to speeches item.
POST /api/multimedias/speeches({key})/Thumbnail/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Thumbnail from speeches item.
DELETE /api/multimedias/speeches({key})/Thumbnail/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OccasionTypeEvent from speeches item.
GET /api/multimedias/speeches({key})/OccasionTypeEvent
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
targets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
OtherRelated | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Highlight | System.String | Read only: False | |
PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
events | System.Guid | Read only: False | |
AllowComments | System.Boolean | Read only: False | |
EventStart | System.DateTimeOffset | Read only: False | |
EventEnd | System.DateTimeOffset | Read only: False | |
ContactEmail | System.String | Read only: False | |
ContactWeb | System.String | Read only: False | |
Street | System.String | Read only: False | |
City | System.String | Read only: False | |
Country | System.String | Read only: False | |
State | System.String | Read only: False | |
ContactName | System.String | Read only: False | |
ContactCell | System.String | Read only: False | |
ContactPhone | System.String | Read only: False | |
Content | System.String | Read only: False | |
Summary | System.String | Read only: False | |
IsRecurrent | System.Boolean | Read only: False | |
RecurrenceExpression | System.String | Read only: False | |
TimeZoneId | System.String | Read only: False | |
AllDayEvent | System.Boolean | Read only: False | |
Location | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
EventStartUtcOffset | System.Double | Read only: True | |
EventEndUtcOffset | System.Double | Read only: True | |
EventStartWithOffset | System.DateTimeOffset | Read only: True | |
EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "1e014819-d80e-4532-a8fc-77b5b6198fa3",
"EventNumberOfAdditionalItems": 13.0,
"targets": "58be5263-3516-46ee-b168-6075f923ca08",
"healthtopics": "6a07df2d-2d13-479c-bed6-97741aa8a0da",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "9e6d90a5-b043-4011-8b31-8f579bf36ba2",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "2d10e9a6-8d20-4607-8780-8f4594b8ff39",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "d38de408-4e63-4a7d-b3e5-fd2c7018587e",
"MetaDescription": "sample string 29",
"Category": "8e3fb48c-a0fa-450e-b71b-702f5043b84a",
"Tags": "ac0f8371-97c2-4efc-a458-b4b2b67f244f",
"regionscountries": "f3ea9eff-883e-4d21-891b-28a4531a8a23",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "561bdb6b-c0c5-48c3-9de6-679f89c1e197",
"AllowComments": true,
"EventStart": "2025-10-07T20:24:14.009234Z",
"EventEnd": "2025-10-07T20:24:14.009234Z",
"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": "a1111e8b-f00f-4e80-a772-dac5475436ee",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-07T20:24:14.009234Z",
"EventEndWithOffset": "2025-10-07T20:24:14.009234Z"
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "1e014819-d80e-4532-a8fc-77b5b6198fa3",
"EventNumberOfAdditionalItems": 13.0,
"targets": "58be5263-3516-46ee-b168-6075f923ca08",
"healthtopics": "6a07df2d-2d13-479c-bed6-97741aa8a0da",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "9e6d90a5-b043-4011-8b31-8f579bf36ba2",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "2d10e9a6-8d20-4607-8780-8f4594b8ff39",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "d38de408-4e63-4a7d-b3e5-fd2c7018587e",
"MetaDescription": "sample string 29",
"Category": "8e3fb48c-a0fa-450e-b71b-702f5043b84a",
"Tags": "ac0f8371-97c2-4efc-a458-b4b2b67f244f",
"regionscountries": "f3ea9eff-883e-4d21-891b-28a4531a8a23",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "561bdb6b-c0c5-48c3-9de6-679f89c1e197",
"AllowComments": true,
"EventStart": "2025-10-07T20:24:14.009234Z",
"EventEnd": "2025-10-07T20:24:14.009234Z",
"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": "a1111e8b-f00f-4e80-a772-dac5475436ee",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-07T20:24:14.009234Z",
"EventEndWithOffset": "2025-10-07T20:24:14.009234Z"
}
]
Add OccasionTypeEvent relation to speeches item.
POST /api/multimedias/speeches({key})/OccasionTypeEvent/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OccasionTypeEvent from speeches item.
DELETE /api/multimedias/speeches({key})/OccasionTypeEvent/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Person from speeches item.
GET /api/multimedias/speeches({key})/Person
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
FullName | System.String | Read only: False | |
FirstName | System.String | Read only: False | |
Department | System.String | Read only: False | |
TwitterUserName | System.String | Read only: False | |
Location | System.String | Read only: False | |
LastName | System.String | Read only: False | |
Organization | System.String | Read only: False | |
System.String | Read only: False | ||
Role | System.String | Read only: False | |
Position | System.String | Read only: False | |
KeepProfilePrivate | System.Boolean | Read only: False | |
Mobile | System.String | Read only: False | |
Telephone | System.String | Read only: False | |
Title | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:14.009234+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Person relation to speeches item.
POST /api/multimedias/speeches({key})/Person/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Person from speeches item.
DELETE /api/multimedias/speeches({key})/Person/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Images from speeches item.
GET /api/multimedias/speeches({key})/Images
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
regionscountries | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
Category | System.Guid | Read only: False | |
imagetypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
IsOptimized | System.Boolean | Read only: False | |
OptImgStatus | System.String | Read only: False | |
Width | System.Int32 | Read only: True | |
Height | System.Int32 | Read only: True | |
AlternativeText | System.String | Read only: False | |
FolderId | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Url | System.String | Read only: True | |
ThumbnailUrl | System.String | Read only: True | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "3523a1ed-4724-459d-9de0-775b62675f1d",
"publishingoffices": "db026be1-0f29-408c-b65a-f8eaaef5c3eb",
"events": "679b326d-9618-4802-80f7-b75391226441",
"targets": "68e32a0c-4f4d-4a33-bde8-f3282816b386",
"Category": "b7931caa-75aa-4be6-aa7d-ca3f8f09f7fb",
"imagetypes": "bb6da3df-678f-4a07-8856-66e5821b9700",
"departmentaltargets": "2d06be8c-e7f1-4d06-a3d3-195c18c3e5e6",
"stakeholders": "1deace93-694d-4870-9b87-7609addbfc30",
"Tags": "d30cc65a-ee31-4ec5-bddb-ea66a5873a40",
"healthtopics": "389645e9-e539-4bb1-b959-bc3cde213f0b",
"targetaudiences": "20871789-cc29-4512-b53e-d2b6404513e7",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bd7854cc-112e-4d19-9024-53bccf177ef5",
"ParentId": "a1d83ffa-6f4c-40f5-99aa-69d7c4b6da05",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:14.009234Z",
"PublicationDate": "2025-10-07T20:24:14.009234Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:14.009234Z",
"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": "3523a1ed-4724-459d-9de0-775b62675f1d",
"publishingoffices": "db026be1-0f29-408c-b65a-f8eaaef5c3eb",
"events": "679b326d-9618-4802-80f7-b75391226441",
"targets": "68e32a0c-4f4d-4a33-bde8-f3282816b386",
"Category": "b7931caa-75aa-4be6-aa7d-ca3f8f09f7fb",
"imagetypes": "bb6da3df-678f-4a07-8856-66e5821b9700",
"departmentaltargets": "2d06be8c-e7f1-4d06-a3d3-195c18c3e5e6",
"stakeholders": "1deace93-694d-4870-9b87-7609addbfc30",
"Tags": "d30cc65a-ee31-4ec5-bddb-ea66a5873a40",
"healthtopics": "389645e9-e539-4bb1-b959-bc3cde213f0b",
"targetaudiences": "20871789-cc29-4512-b53e-d2b6404513e7",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bd7854cc-112e-4d19-9024-53bccf177ef5",
"ParentId": "a1d83ffa-6f4c-40f5-99aa-69d7c4b6da05",
"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.