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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "680e635a-b2cb-44e0-af86-7be57cf9d52a",
"publishingoffices": "b2fdc120-f5fc-42f3-9fd7-05a0a75cfc7b",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "562e309f-9eb8-4df9-9b7c-ed6d1bda8703",
"regionscountries": "92e4a740-1c3d-443c-bd6a-1e1a4f2b51ec",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "54702b2b-2c9c-4f5b-a5f1-29c5fdc9c3d1",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "a80f3508-8dde-4a34-bbd4-67a39827fd81",
"events": "e4d50f3f-a08c-4c5e-89c0-c2e5947182fa",
"OpenGraphDescription": "sample string 26",
"targets": "f11cfe82-a52c-447b-87e9-2ca4304d7e62",
"SpeechDuration": 28.0,
"stakeholders": "62659b12-b494-456f-8ea3-44c6296c95fa",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "680e635a-b2cb-44e0-af86-7be57cf9d52a",
"publishingoffices": "b2fdc120-f5fc-42f3-9fd7-05a0a75cfc7b",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "562e309f-9eb8-4df9-9b7c-ed6d1bda8703",
"regionscountries": "92e4a740-1c3d-443c-bd6a-1e1a4f2b51ec",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "54702b2b-2c9c-4f5b-a5f1-29c5fdc9c3d1",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "a80f3508-8dde-4a34-bbd4-67a39827fd81",
"events": "e4d50f3f-a08c-4c5e-89c0-c2e5947182fa",
"OpenGraphDescription": "sample string 26",
"targets": "f11cfe82-a52c-447b-87e9-2ca4304d7e62",
"SpeechDuration": 28.0,
"stakeholders": "62659b12-b494-456f-8ea3-44c6296c95fa",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "56cd2f7f-0f15-4931-83ca-dc6acbf9034d",
"publishingoffices": "2cc93ec2-257a-4311-95b9-e8a08cdb14cd",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "65691b9d-e8ed-49ab-9742-3a45ccf397b2",
"regionscountries": "db1c0661-c93d-4131-862b-22f3233d2098",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "05ffc8cd-0b79-4e10-a25f-4ed45cb201d2",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "f0b2e5c4-0b36-4204-a546-4eb7c25d6de0",
"events": "26a23cd6-718b-444f-af35-ca63935ad673",
"OpenGraphDescription": "sample string 26",
"targets": "74e562d8-8c21-42d5-bc93-2e749a306e85",
"SpeechDuration": 28.0,
"stakeholders": "3ccc5abd-78b1-406b-a1e0-d1c20bca5c29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+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": "c81d448f-7b93-496f-b00e-1470039c2235"
}
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-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "07053615-11ce-4c09-b893-9d6ab203238b",
"publishingoffices": "3061ae0d-42b3-4c41-8859-f58da82db7ef",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "373cefcf-f855-41c6-96ec-fdc9bd0f1c5f",
"regionscountries": "fc6e6c40-2d06-43a4-830b-3704c15ca3f6",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "c5b76543-ecec-47ca-bfcf-6d8e90c6f081",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "2c9da920-6bf7-405e-b779-b41e91278b19",
"events": "0e383fcd-1c74-4d00-aabf-bbfbcb37b9c7",
"OpenGraphDescription": "sample string 23",
"targets": "33391bcb-3627-45c8-ba98-4de5a32107cc",
"SpeechDuration": 25.0,
"stakeholders": "dc186b5e-2ae6-4253-8e01-64ac5e554840"
}
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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "4c70ae5c-7984-4dfc-af01-7e4a4868e04c",
"publishingoffices": "aa30e205-b3f3-4a75-beba-07479abf98b7",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "1f6ce8cb-c5e2-49a2-b645-c12e32399955",
"regionscountries": "e4ea3a1d-c8bf-4c00-8f17-0e32c1747e0f",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "f7c190f7-d049-42e9-b9cf-257f36563ee7",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "4f9b6836-77b0-4661-a23c-308bec5ba456",
"events": "ea703db1-e910-4f82-bd03-4b2b47e03d09",
"OpenGraphDescription": "sample string 26",
"targets": "8ff62f80-d0a1-4194-8312-959524090aa7",
"SpeechDuration": 28.0,
"stakeholders": "ed04c197-5be9-4388-948f-c84eb28e7d68",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+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-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "ae8d1004-b365-4166-a593-e67bec3cd564",
"publishingoffices": "cf0007bd-9fbd-420f-adb5-1772678a2be5",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "d44dcd2f-2e22-4fd4-8e27-a56fb7ec67fb",
"regionscountries": "ffed672d-9ac0-4869-bcbf-267c3ce0b67c",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "4f16f192-85d0-4049-bdd1-14907a6ff622",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "6b2af073-8e3b-4273-975a-dbceb8cda2cd",
"events": "f28f4767-e6bc-479d-b657-5f5403c869c4",
"OpenGraphDescription": "sample string 23",
"targets": "b11ce557-8112-4df5-a3e0-a8e831b69700",
"SpeechDuration": 25.0,
"stakeholders": "d55a1d95-3a54-4b43-9833-a9ade168ef31"
}
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-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-13T01:24:35.25979Z",
"targetaudiences": "d55a0638-8245-4b81-9350-59cbd16711f1",
"publishingoffices": "fe25b074-bb05-47ff-adc1-6ba5f5a78dd7",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "1147004a-fab8-4ad0-a97a-0bb59312182b",
"regionscountries": "a5bdbedf-7e79-4201-8880-861669b6631c",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "6ece39d7-8450-4084-a44b-15c94db83b61",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "015e29ce-825e-40b8-a781-79ad84e52658",
"events": "cb04d46e-abe2-408d-8c07-2574610722cb",
"OpenGraphDescription": "sample string 23",
"targets": "31401818-3910-46e6-89d6-9cb3633bf296",
"SpeechDuration": 25.0,
"stakeholders": "6f808ea9-6d07-462d-9236-4de12aae3664"
}
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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "48ecba72-1e09-482e-8ca9-ce5c06424b5d",
"publishingoffices": "f4aa813c-acc7-43ac-b82b-f52cb0d450e4",
"events": "522a0929-ead8-4575-92f3-4918ece8dabe",
"targets": "77dc347c-7abb-47ad-a646-7787703dbb59",
"Category": "e360f922-a1b3-4969-97ce-1fb3c942d70c",
"imagetypes": "aa93fb02-78c1-49ea-a39d-f4dcb6c130cf",
"departmentaltargets": "1a9f144e-67df-472f-ba8e-b4a84ba34055",
"stakeholders": "585a658c-8962-4f70-8991-22a93a084bb3",
"Tags": "57d20156-8194-4efa-8ef3-a96582e03390",
"healthtopics": "f22e6d0f-200e-4d56-915d-849014fef010",
"targetaudiences": "095b6117-9608-41b7-bffb-602eda573ead",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4b916a9c-65cd-41bc-b107-db535db1e84d",
"ParentId": "421143a5-148c-4efd-8431-486ee1f80ab7",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "48ecba72-1e09-482e-8ca9-ce5c06424b5d",
"publishingoffices": "f4aa813c-acc7-43ac-b82b-f52cb0d450e4",
"events": "522a0929-ead8-4575-92f3-4918ece8dabe",
"targets": "77dc347c-7abb-47ad-a646-7787703dbb59",
"Category": "e360f922-a1b3-4969-97ce-1fb3c942d70c",
"imagetypes": "aa93fb02-78c1-49ea-a39d-f4dcb6c130cf",
"departmentaltargets": "1a9f144e-67df-472f-ba8e-b4a84ba34055",
"stakeholders": "585a658c-8962-4f70-8991-22a93a084bb3",
"Tags": "57d20156-8194-4efa-8ef3-a96582e03390",
"healthtopics": "f22e6d0f-200e-4d56-915d-849014fef010",
"targetaudiences": "095b6117-9608-41b7-bffb-602eda573ead",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4b916a9c-65cd-41bc-b107-db535db1e84d",
"ParentId": "421143a5-148c-4efd-8431-486ee1f80ab7",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "fd032c6e-fcad-4e4f-a5f7-6072ba0f3d6a",
"publishingoffices": "cf2f13a3-ef9e-491b-819c-74638d18cfe7",
"events": "cb2ca17d-c502-4c39-92e7-c73b8d452917",
"targets": "a49126ac-27e1-4e84-92a3-3366d7ecd40b",
"Category": "881f0c80-1462-49f1-9d1d-b0a76828c4c9",
"imagetypes": "7f5cee88-9b72-4633-add0-ac09c847e07e",
"departmentaltargets": "98b64c55-dee7-4a8d-a178-a8227ecb4a3e",
"stakeholders": "6d39d646-0f54-4599-927e-aa91e6a41042",
"Tags": "9bb2f1b7-0456-4cd9-9e60-423f62241eb8",
"healthtopics": "e666aae6-b097-42be-9d37-b7015f1266f1",
"targetaudiences": "76c637b7-eea3-4a08-80e0-ec662c83c39c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2c1affe2-84c9-439d-832c-5649d77d311d",
"ParentId": "f0fdb26b-b98c-42c0-954a-b453eb6ee8dd",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "fd032c6e-fcad-4e4f-a5f7-6072ba0f3d6a",
"publishingoffices": "cf2f13a3-ef9e-491b-819c-74638d18cfe7",
"events": "cb2ca17d-c502-4c39-92e7-c73b8d452917",
"targets": "a49126ac-27e1-4e84-92a3-3366d7ecd40b",
"Category": "881f0c80-1462-49f1-9d1d-b0a76828c4c9",
"imagetypes": "7f5cee88-9b72-4633-add0-ac09c847e07e",
"departmentaltargets": "98b64c55-dee7-4a8d-a178-a8227ecb4a3e",
"stakeholders": "6d39d646-0f54-4599-927e-aa91e6a41042",
"Tags": "9bb2f1b7-0456-4cd9-9e60-423f62241eb8",
"healthtopics": "e666aae6-b097-42be-9d37-b7015f1266f1",
"targetaudiences": "76c637b7-eea3-4a08-80e0-ec662c83c39c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2c1affe2-84c9-439d-832c-5649d77d311d",
"ParentId": "f0fdb26b-b98c-42c0-954a-b453eb6ee8dd",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "d9958406-a541-4e35-b467-edbbb4882b21",
"Category": "6c6c0456-29da-4b95-8ecd-f0d06ea7449a",
"Width": 18,
"Height": 19,
"FolderId": "7a48b5d1-dd0a-4f72-a346-16d6d82a0aee",
"ParentId": "0477a576-3a69-4471-8b33-cc5e07b4f248",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2025-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "d9958406-a541-4e35-b467-edbbb4882b21",
"Category": "6c6c0456-29da-4b95-8ecd-f0d06ea7449a",
"Width": 18,
"Height": 19,
"FolderId": "7a48b5d1-dd0a-4f72-a346-16d6d82a0aee",
"ParentId": "0477a576-3a69-4471-8b33-cc5e07b4f248",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "5f785df4-5e6f-4aa3-86fc-451b92fa575e",
"publishingoffices": "6c053417-56eb-438e-b675-a7f069870a17",
"events": "12a223f2-020c-498c-b6db-0a37ff6339fd",
"targets": "3284c9f6-3104-4aaf-8872-a834f62df38e",
"Category": "5b3e9e08-6d93-4961-b11c-339c57eba3ee",
"imagetypes": "13883fab-2895-49a4-80b1-49fd227d1d5c",
"departmentaltargets": "27b5672c-f30b-4b29-90bf-70683131f440",
"stakeholders": "201a96ec-1a0a-4660-87a7-a8ccba4dde68",
"Tags": "10883e35-07ee-4ee0-bbb0-e14b6453318c",
"healthtopics": "c2b13438-9ddd-44ae-8cee-edd7747f5723",
"targetaudiences": "6cbe7ff8-9411-4116-9a50-9503b5387713",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "af791213-b582-4b2f-9715-9c8703c26a5b",
"ParentId": "6ec7fdc9-2f78-447c-a6ce-76c73a801789",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "5f785df4-5e6f-4aa3-86fc-451b92fa575e",
"publishingoffices": "6c053417-56eb-438e-b675-a7f069870a17",
"events": "12a223f2-020c-498c-b6db-0a37ff6339fd",
"targets": "3284c9f6-3104-4aaf-8872-a834f62df38e",
"Category": "5b3e9e08-6d93-4961-b11c-339c57eba3ee",
"imagetypes": "13883fab-2895-49a4-80b1-49fd227d1d5c",
"departmentaltargets": "27b5672c-f30b-4b29-90bf-70683131f440",
"stakeholders": "201a96ec-1a0a-4660-87a7-a8ccba4dde68",
"Tags": "10883e35-07ee-4ee0-bbb0-e14b6453318c",
"healthtopics": "c2b13438-9ddd-44ae-8cee-edd7747f5723",
"targetaudiences": "6cbe7ff8-9411-4116-9a50-9503b5387713",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "af791213-b582-4b2f-9715-9c8703c26a5b",
"ParentId": "6ec7fdc9-2f78-447c-a6ce-76c73a801789",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "e5f9c580-a705-4bc1-a084-edcc840c9f2e",
"EventNumberOfAdditionalItems": 13.0,
"targets": "a83528e0-fa0a-497c-bfcc-8d03a2ab1842",
"healthtopics": "9c26a86a-dbf2-4721-99ed-360882d73c0a",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "ae3ba549-f818-413f-8713-5b3e95ec9e73",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "6c2bf545-6b01-4217-9251-f3faae242260",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "9534f6f6-6a45-40e3-8a9b-16e3a356f94d",
"MetaDescription": "sample string 29",
"Category": "e9fa41b6-9e32-4a05-a4a8-4d813bfa8e6d",
"Tags": "3f8825f1-a5a9-455b-89c6-ff03a4fdea02",
"regionscountries": "fd1db71a-0651-46ac-a549-c0a7be6f523c",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "bd0a1a3f-50f1-4fb5-a293-0132e5faa45b",
"AllowComments": true,
"EventStart": "2025-09-13T01:24:35.25979Z",
"EventEnd": "2025-09-13T01:24:35.25979Z",
"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": "374649c6-369b-40ea-b4f7-7b054c4fcde9",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-09-13T01:24:35.25979Z",
"EventEndWithOffset": "2025-09-13T01:24:35.25979Z"
},
{
"LastModified": "2025-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "e5f9c580-a705-4bc1-a084-edcc840c9f2e",
"EventNumberOfAdditionalItems": 13.0,
"targets": "a83528e0-fa0a-497c-bfcc-8d03a2ab1842",
"healthtopics": "9c26a86a-dbf2-4721-99ed-360882d73c0a",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "ae3ba549-f818-413f-8713-5b3e95ec9e73",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "6c2bf545-6b01-4217-9251-f3faae242260",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "9534f6f6-6a45-40e3-8a9b-16e3a356f94d",
"MetaDescription": "sample string 29",
"Category": "e9fa41b6-9e32-4a05-a4a8-4d813bfa8e6d",
"Tags": "3f8825f1-a5a9-455b-89c6-ff03a4fdea02",
"regionscountries": "fd1db71a-0651-46ac-a549-c0a7be6f523c",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "bd0a1a3f-50f1-4fb5-a293-0132e5faa45b",
"AllowComments": true,
"EventStart": "2025-09-13T01:24:35.25979Z",
"EventEnd": "2025-09-13T01:24:35.25979Z",
"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": "374649c6-369b-40ea-b4f7-7b054c4fcde9",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T01:24:35.25979+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-09-13T01:24:35.25979Z",
"EventEndWithOffset": "2025-09-13T01:24:35.25979Z"
}
]
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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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-09-13T01:24:35.25979+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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-09-13T01:24:35.25979+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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "dca26347-347e-4347-ada7-7d7f8709b998",
"publishingoffices": "0a88b7ad-7f47-4388-8073-911f7ae4d40b",
"events": "c30f04eb-d411-4531-ab20-74ca7940ee10",
"targets": "4af74727-94d0-4140-9768-8ff6fd9bb414",
"Category": "a55584bc-ff87-4e7f-9862-f22a43373468",
"imagetypes": "f5489826-fce8-4b89-85f5-f7adb4b00a71",
"departmentaltargets": "42b1297f-80a9-4a08-a19a-a97a2d842917",
"stakeholders": "c3b0804a-b85b-429f-b3ac-fdd4dd7d8673",
"Tags": "32055e2f-e11a-41e5-999d-b215e6578d5d",
"healthtopics": "eba12de8-31f9-4369-94df-143f15b6085f",
"targetaudiences": "03f502f5-9b68-46e4-a4aa-8b0a7d06c0dd",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "58a25a64-1cf4-494f-9002-4a51f45f0e9b",
"ParentId": "1a7476da-6523-48eb-92c7-8f0fdb2865f5",
"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-09-13T01:24:35.25979Z",
"PublicationDate": "2025-09-13T01:24:35.25979Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T01:24:35.25979Z",
"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": "dca26347-347e-4347-ada7-7d7f8709b998",
"publishingoffices": "0a88b7ad-7f47-4388-8073-911f7ae4d40b",
"events": "c30f04eb-d411-4531-ab20-74ca7940ee10",
"targets": "4af74727-94d0-4140-9768-8ff6fd9bb414",
"Category": "a55584bc-ff87-4e7f-9862-f22a43373468",
"imagetypes": "f5489826-fce8-4b89-85f5-f7adb4b00a71",
"departmentaltargets": "42b1297f-80a9-4a08-a19a-a97a2d842917",
"stakeholders": "c3b0804a-b85b-429f-b3ac-fdd4dd7d8673",
"Tags": "32055e2f-e11a-41e5-999d-b215e6578d5d",
"healthtopics": "eba12de8-31f9-4369-94df-143f15b6085f",
"targetaudiences": "03f502f5-9b68-46e4-a4aa-8b0a7d06c0dd",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "58a25a64-1cf4-494f-9002-4a51f45f0e9b",
"ParentId": "1a7476da-6523-48eb-92c7-8f0fdb2865f5",
"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.