Returns a set of data items of type speeches.
GET /api/default/speeches
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "647a5ed2-ab7f-4b17-af52-0b06425fca8b",
"publishingoffices": "1918c1e6-6558-4830-8737-cf945b75995a",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3a0cab9b-6c47-4b29-9f71-8fdf1ff7d1ff",
"regionscountries": "4b206c2e-dc36-413c-a5fa-3dedc409f255",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ca5a8f6b-3a8b-4f5b-b7b2-9d31dcdc1a60",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "7ac342ad-f30a-4625-a925-bf96ec3feacd",
"events": "e42d99e7-5f9a-4aee-a8ab-9a51586e1534",
"OpenGraphDescription": "sample string 26",
"targets": "aeb88f3c-cc06-47b2-9b35-37fca188792d",
"SpeechDuration": 28.0,
"stakeholders": "56303582-8dd0-4f38-8b80-073b465f820a",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "647a5ed2-ab7f-4b17-af52-0b06425fca8b",
"publishingoffices": "1918c1e6-6558-4830-8737-cf945b75995a",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3a0cab9b-6c47-4b29-9f71-8fdf1ff7d1ff",
"regionscountries": "4b206c2e-dc36-413c-a5fa-3dedc409f255",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ca5a8f6b-3a8b-4f5b-b7b2-9d31dcdc1a60",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "7ac342ad-f30a-4625-a925-bf96ec3feacd",
"events": "e42d99e7-5f9a-4aee-a8ab-9a51586e1534",
"OpenGraphDescription": "sample string 26",
"targets": "aeb88f3c-cc06-47b2-9b35-37fca188792d",
"SpeechDuration": 28.0,
"stakeholders": "56303582-8dd0-4f38-8b80-073b465f820a",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets speeches item by id.
GET /api/default/speeches({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "5a4442d2-801f-47e2-ae82-ea0416e171fc",
"publishingoffices": "1da87a32-dc8f-4d4c-b1c4-0c9d70b0fe55",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "cb4061ac-0593-4f7c-bf0c-fe8945902bf0",
"regionscountries": "3f5bf82d-9b40-4931-87ee-7aaeebc5af35",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ddf4a813-ebcb-4ac1-b7e9-6d0999927f39",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "3ef87ff6-16e1-4b5e-a37e-eba95e4dbb51",
"events": "5326caf6-babf-47c4-b538-352c95d36bd2",
"OpenGraphDescription": "sample string 26",
"targets": "b4137ee8-9418-4dd8-a767-6aba4f6b6ce5",
"SpeechDuration": 28.0,
"stakeholders": "45f4a65f-081d-4d17-9a05-7d7996c34598",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from speeches item.
GET /api/default/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": "372703c3-dbff-4ed5-bce8-bf39e3b8de24"
}Creates a speeches item.
POST /api/default/speeches
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "2c6cd45b-b9df-4540-ad0d-534c0b5bda5c",
"publishingoffices": "e283de25-1000-47ac-bd71-7d14240af75d",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "6ba98b0b-2f95-4df6-b9ae-684a142487fa",
"regionscountries": "a4449fe5-e085-432e-949c-0e25121174dc",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "bf48d94c-4582-4dbc-9f43-eec63c7279f5",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "02bbb9cd-2ef2-47c4-87f7-af3010382e61",
"events": "e5ea108a-05ea-4dd5-9a6c-514e1db0d9c7",
"OpenGraphDescription": "sample string 23",
"targets": "b3d89907-81b6-4c4a-9c3b-3cb3c758f375",
"SpeechDuration": 25.0,
"stakeholders": "735c7235-8da4-475f-86a2-cde3df1ae3ec"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "901c3bbd-249c-4c7d-924d-80f4942e2d9b",
"publishingoffices": "d0951aef-6754-4f5c-ac8c-e577ce5beaa3",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a4fc43cc-3e9a-4436-8aa4-43f6463e3e91",
"regionscountries": "e36d0e93-6657-4131-8f72-7376fb1e984f",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "af6cd088-4698-465a-a80c-ad209c107bd6",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "249dd0b2-2f94-4d4d-8a87-d14b8a9ea302",
"events": "29ab7c9b-5f74-4eae-ba6f-ba69c0752352",
"OpenGraphDescription": "sample string 26",
"targets": "0af30914-f109-43e4-a58f-f79d6e4228a2",
"SpeechDuration": 28.0,
"stakeholders": "33ba08c5-5dcf-4cad-9ad5-a96d8ffe4159",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for speeches item.
PATCH /api/default/speeches({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "096d0ed5-5c84-4af6-ba6f-b31415012a4f",
"publishingoffices": "7c07a5c0-a13f-453e-9c73-32897f2f52f2",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "beaeb247-579f-4a6d-bd6d-bf363657c34c",
"regionscountries": "22367f43-e967-403d-b2a1-887922a9e1d3",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "08668664-c0d3-4344-a374-6dfdb39c5c00",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "cdb1ddc8-9183-46aa-be53-cb38ba8c5452",
"events": "4a3e0c84-824c-4488-93c3-01473d2b45d1",
"OpenGraphDescription": "sample string 23",
"targets": "5044b9fd-b088-44e5-8dcd-9f12ad6e0b7e",
"SpeechDuration": 25.0,
"stakeholders": "66b60566-08b4-479e-b188-e8c0f143bc13"
}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/default/speeches({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-09-18T20:19:48.5225619Z",
"targetaudiences": "ec2f3d36-dc4a-4558-92d3-e1b09b06aac8",
"publishingoffices": "ce91f0ad-007d-4c20-bbb6-fa0d34455edd",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "80d959d0-a24a-46e3-bbfd-2208c435afa1",
"regionscountries": "536bd466-7d0b-4410-b853-0c8808bb2149",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "dabc963b-a788-44e7-89a4-1097a628b045",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "5dd76891-bee1-4e78-a7a4-adad48ce5ed7",
"events": "30cce082-3732-40cc-bcfb-41c30b738021",
"OpenGraphDescription": "sample string 23",
"targets": "5c65fd80-88a3-4f52-8840-61567b185a46",
"SpeechDuration": 25.0,
"stakeholders": "5f3bdcdf-0f52-42c5-9eec-7167f7549957"
}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/default/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/default/speeches({key})/MainImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "537a4282-9a69-4553-ab31-351d363e02ce",
"publishingoffices": "aa5c92fb-1066-45f4-a6d3-17d2d08e1115",
"events": "1cdb8bb5-22fb-465d-80c4-94f0d58565f3",
"targets": "2c437fdd-120e-4d9b-9721-ab5a5d0adbeb",
"Category": "8dbf57c2-c795-4741-8d58-2d5b5b318f19",
"imagetypes": "50253429-07fb-4136-860f-8bbdefd6f874",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "5e803a2f-f88d-429b-9739-9599567a7066",
"stakeholders": "8bc4b9ee-bc9e-4f6c-9da3-d217cafb8f65",
"Tags": "29a7f0c6-ed37-478a-bbb5-dd4f8ced1063",
"healthtopics": "f6db8a21-d93c-49a3-91ca-06661b1db2ef",
"targetaudiences": "3967e8bb-6444-42b3-80cc-51d303a375a5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "32215b79-5933-4081-92fa-756def2d574c",
"ParentId": "de2a638b-5863-40f3-ab66-91f61da188ea",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "537a4282-9a69-4553-ab31-351d363e02ce",
"publishingoffices": "aa5c92fb-1066-45f4-a6d3-17d2d08e1115",
"events": "1cdb8bb5-22fb-465d-80c4-94f0d58565f3",
"targets": "2c437fdd-120e-4d9b-9721-ab5a5d0adbeb",
"Category": "8dbf57c2-c795-4741-8d58-2d5b5b318f19",
"imagetypes": "50253429-07fb-4136-860f-8bbdefd6f874",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "5e803a2f-f88d-429b-9739-9599567a7066",
"stakeholders": "8bc4b9ee-bc9e-4f6c-9da3-d217cafb8f65",
"Tags": "29a7f0c6-ed37-478a-bbb5-dd4f8ced1063",
"healthtopics": "f6db8a21-d93c-49a3-91ca-06661b1db2ef",
"targetaudiences": "3967e8bb-6444-42b3-80cc-51d303a375a5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "32215b79-5933-4081-92fa-756def2d574c",
"ParentId": "de2a638b-5863-40f3-ab66-91f61da188ea",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/OpenGraphImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "7222b2c0-eade-493f-80a9-23eac7dee372",
"publishingoffices": "25e1362f-b1da-43ca-87a3-ef3ad8fdfb3e",
"events": "2a894c10-7d83-4b80-bd2a-59af58c2c273",
"targets": "856fe9c9-26da-4732-a63b-06f0fd23e6cd",
"Category": "222fcc27-97de-4536-a53c-03e7cf2f8b70",
"imagetypes": "f43646f3-a328-4156-a2f4-e367ef36fde5",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "73866e9d-8583-48f1-a867-2d98fcf3e11f",
"stakeholders": "c9005449-9730-444c-b04d-15cc0360b3f1",
"Tags": "df830ad4-fa2a-4ba6-940f-9b9787a32b82",
"healthtopics": "670c96b9-9d2b-494e-9aa9-42f73847632d",
"targetaudiences": "ec4715c5-5064-473a-9f12-83b7060ea160",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c9febf6f-ce05-4dcd-a084-acafba5e1c67",
"ParentId": "1e7f1c2b-fa23-4296-85d1-5bbc063dd8f8",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "7222b2c0-eade-493f-80a9-23eac7dee372",
"publishingoffices": "25e1362f-b1da-43ca-87a3-ef3ad8fdfb3e",
"events": "2a894c10-7d83-4b80-bd2a-59af58c2c273",
"targets": "856fe9c9-26da-4732-a63b-06f0fd23e6cd",
"Category": "222fcc27-97de-4536-a53c-03e7cf2f8b70",
"imagetypes": "f43646f3-a328-4156-a2f4-e367ef36fde5",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "73866e9d-8583-48f1-a867-2d98fcf3e11f",
"stakeholders": "c9005449-9730-444c-b04d-15cc0360b3f1",
"Tags": "df830ad4-fa2a-4ba6-940f-9b9787a32b82",
"healthtopics": "670c96b9-9d2b-494e-9aa9-42f73847632d",
"targetaudiences": "ec4715c5-5064-473a-9f12-83b7060ea160",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c9febf6f-ce05-4dcd-a084-acafba5e1c67",
"ParentId": "1e7f1c2b-fa23-4296-85d1-5bbc063dd8f8",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OpenGraphImage relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/OpenGraphVideo
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| Tags | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Width | System.Int32 | Read only: False | |
| Height | System.Int32 | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "ab2d87a8-067c-4ca8-b509-fc8e11ed5292",
"Category": "e5d44ed3-0a35-4120-96dd-61dc00ec4392",
"Width": 18,
"Height": 19,
"FolderId": "33459cfe-d1d6-4592-a89c-99ff022c97b2",
"ParentId": "ba644e7b-43ad-41d1-b131-6e110e1b4c0a",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "ab2d87a8-067c-4ca8-b509-fc8e11ed5292",
"Category": "e5d44ed3-0a35-4120-96dd-61dc00ec4392",
"Width": 18,
"Height": 19,
"FolderId": "33459cfe-d1d6-4592-a89c-99ff022c97b2",
"ParentId": "ba644e7b-43ad-41d1-b131-6e110e1b4c0a",
"Provider": "sample string 22",
"Url": "sample string 23",
"IsDamMedia": true
}
]Add OpenGraphVideo relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/Thumbnail
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "f40368e0-2bc5-4799-a991-37665376dae7",
"publishingoffices": "325253cb-cda5-4431-a7ad-48114a945b70",
"events": "8dcdc75e-9b89-47eb-aeb8-a1d96382e264",
"targets": "55ba0258-2e8b-45f4-8291-ea52212f4c35",
"Category": "abafc49e-206e-4849-9ed2-a3b7c6760950",
"imagetypes": "ac7243e0-52cc-4510-9a86-b44d1b289984",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "70a623da-f474-4e66-b5e5-ebd1ea174b31",
"stakeholders": "90008008-1445-4dfd-9a22-6d2de3eec678",
"Tags": "4a139dfe-8c49-4262-bc09-24b341951bfc",
"healthtopics": "149d7019-fa94-4803-93f6-632c5e33e75f",
"targetaudiences": "54f6fc0a-bedd-4736-8a51-fac7c143f6e5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "cca46688-2910-475d-9a42-f6988209b103",
"ParentId": "8f555cf1-a4f5-4b53-8e69-aa0713cee4b4",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"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": "f40368e0-2bc5-4799-a991-37665376dae7",
"publishingoffices": "325253cb-cda5-4431-a7ad-48114a945b70",
"events": "8dcdc75e-9b89-47eb-aeb8-a1d96382e264",
"targets": "55ba0258-2e8b-45f4-8291-ea52212f4c35",
"Category": "abafc49e-206e-4849-9ed2-a3b7c6760950",
"imagetypes": "ac7243e0-52cc-4510-9a86-b44d1b289984",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "70a623da-f474-4e66-b5e5-ebd1ea174b31",
"stakeholders": "90008008-1445-4dfd-9a22-6d2de3eec678",
"Tags": "4a139dfe-8c49-4262-bc09-24b341951bfc",
"healthtopics": "149d7019-fa94-4803-93f6-632c5e33e75f",
"targetaudiences": "54f6fc0a-bedd-4736-8a51-fac7c143f6e5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "cca46688-2910-475d-9a42-f6988209b103",
"ParentId": "8f555cf1-a4f5-4b53-8e69-aa0713cee4b4",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/OccasionTypeEvent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| events | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| EventStart | System.DateTimeOffset | Read only: False | |
| EventEnd | System.DateTimeOffset | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| ContactWeb | System.String | Read only: False | |
| Street | System.String | Read only: False | |
| City | System.String | Read only: False | |
| Country | System.String | Read only: False | |
| State | System.String | Read only: False | |
| ContactName | System.String | Read only: False | |
| ContactCell | System.String | Read only: False | |
| ContactPhone | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| IsRecurrent | System.Boolean | Read only: False | |
| RecurrenceExpression | System.String | Read only: False | |
| TimeZoneId | System.String | Read only: False | |
| AllDayEvent | System.Boolean | Read only: False | |
| Location | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| EventStartUtcOffset | System.Double | Read only: True | |
| EventEndUtcOffset | System.Double | Read only: True | |
| EventStartWithOffset | System.DateTimeOffset | Read only: True | |
| EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "a7dd3e22-41f3-4624-9e32-cabd87302a76",
"EventNumberOfAdditionalItems": 13.0,
"targets": "22e87c56-46b2-4cd3-8bde-96c61532f809",
"healthtopics": "8bda0910-62cc-4ac4-af2a-049543a23d7b",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "def3205e-8f35-45a5-a4cd-6c91ac18d117",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "4535277c-cb57-43c7-9350-2a53a821fafa",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "716e9952-edcf-4caf-ad87-90276c692679",
"MetaDescription": "sample string 29",
"Category": "bfb42bd7-4f4f-43bf-b715-568640d7a6af",
"Tags": "a6fb2cd8-64b0-4e67-b0f5-447078825ec3",
"regionscountries": "cf6b7636-a884-40da-a2d8-080c0d4464f9",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "0df1bdc2-f632-4e20-a7d5-ada7a0b41659",
"AllowComments": true,
"EventStart": "2026-09-18T20:19:48.5225619Z",
"EventEnd": "2026-09-18T20:19:48.5225619Z",
"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": "9875d7db-05b2-45f4-9eac-7d04d0efc229",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-09-18T20:19:48.5225619Z",
"EventEndWithOffset": "2026-09-18T20:19:48.5225619Z"
},
{
"LastModified": "2026-09-18T20:19:48.5225619Z",
"PublicationDate": "2026-09-18T20:19:48.5225619Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5225619Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "a7dd3e22-41f3-4624-9e32-cabd87302a76",
"EventNumberOfAdditionalItems": 13.0,
"targets": "22e87c56-46b2-4cd3-8bde-96c61532f809",
"healthtopics": "8bda0910-62cc-4ac4-af2a-049543a23d7b",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "def3205e-8f35-45a5-a4cd-6c91ac18d117",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "4535277c-cb57-43c7-9350-2a53a821fafa",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "716e9952-edcf-4caf-ad87-90276c692679",
"MetaDescription": "sample string 29",
"Category": "bfb42bd7-4f4f-43bf-b715-568640d7a6af",
"Tags": "a6fb2cd8-64b0-4e67-b0f5-447078825ec3",
"regionscountries": "cf6b7636-a884-40da-a2d8-080c0d4464f9",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "0df1bdc2-f632-4e20-a7d5-ada7a0b41659",
"AllowComments": true,
"EventStart": "2026-09-18T20:19:48.5225619Z",
"EventEnd": "2026-09-18T20:19:48.5225619Z",
"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": "9875d7db-05b2-45f4-9eac-7d04d0efc229",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5225619+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-09-18T20:19:48.5225619Z",
"EventEndWithOffset": "2026-09-18T20:19:48.5225619Z"
}
]Add OccasionTypeEvent relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/Person
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5326897Z",
"PublicationDate": "2026-09-18T20:19:48.5326897Z",
"DateCreated": "2026-09-18T20:19:48.5326897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5326897+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T20:19:48.5326897Z",
"PublicationDate": "2026-09-18T20:19:48.5326897Z",
"DateCreated": "2026-09-18T20:19:48.5326897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T20:19:48.5326897+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Person relation to speeches item.
POST /api/default/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/default/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/default/speeches({key})/Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T20:19:48.5326897Z",
"PublicationDate": "2026-09-18T20:19:48.5326897Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5326897Z",
"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": "7a156eaa-edff-4d65-afce-317a9a22ac74",
"publishingoffices": "2d0d184c-f261-41d6-a97b-60dd6a8d163f",
"events": "e3b063e8-51fb-4cde-bbad-51c9d0abe800",
"targets": "82084c2c-3b5c-43b7-abd6-c7212f49e865",
"Category": "8b1a77a7-1f20-4ee0-b049-53d66113e532",
"imagetypes": "f0179ef1-cf9b-4b73-a53d-7b7f99c2fc0e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f7a22853-8db9-463d-8419-a847566e17cb",
"stakeholders": "23e2b8ec-c62c-4985-ace6-13ea0305c6cf",
"Tags": "206acb56-e59c-4dc4-984b-331da91bb0ff",
"healthtopics": "e31632b0-69dd-4e7e-b0b9-78480fae31be",
"targetaudiences": "00cb9f3d-0478-49d9-957c-1e1b47f7aa9a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c567c8b1-f33b-4cc2-bd32-86dd6ee00555",
"ParentId": "044b588e-9d76-472c-b25a-a4fb468eaa7e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T20:19:48.5326897Z",
"PublicationDate": "2026-09-18T20:19:48.5326897Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T20:19:48.5326897Z",
"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": "7a156eaa-edff-4d65-afce-317a9a22ac74",
"publishingoffices": "2d0d184c-f261-41d6-a97b-60dd6a8d163f",
"events": "e3b063e8-51fb-4cde-bbad-51c9d0abe800",
"targets": "82084c2c-3b5c-43b7-abd6-c7212f49e865",
"Category": "8b1a77a7-1f20-4ee0-b049-53d66113e532",
"imagetypes": "f0179ef1-cf9b-4b73-a53d-7b7f99c2fc0e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f7a22853-8db9-463d-8419-a847566e17cb",
"stakeholders": "23e2b8ec-c62c-4985-ace6-13ea0305c6cf",
"Tags": "206acb56-e59c-4dc4-984b-331da91bb0ff",
"healthtopics": "e31632b0-69dd-4e7e-b0b9-78480fae31be",
"targetaudiences": "00cb9f3d-0478-49d9-957c-1e1b47f7aa9a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c567c8b1-f33b-4cc2-bd32-86dd6ee00555",
"ParentId": "044b588e-9d76-472c-b25a-a4fb468eaa7e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Images relation to speeches item.
POST /api/default/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/default/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.