Returns a set of data items of type activities.
GET /api/multimedias/activities
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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c641a02e-2a8a-4a9e-9bc9-8a02e1df8a44",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ad4a0203-b823-4bb0-983f-73e2724aa1cd",
"Title": "sample string 17",
"publishingoffices": "f25e337b-5d7d-48d3-8292-f3930280fde3",
"targets": "db1a7633-e9e0-4714-9e50-c19d1121c20f",
"departmentaltargets": "518763d7-c10e-4c5e-b557-a30e43f7c243",
"regionscountries": "4e53e06a-7e28-4cb3-aa6d-b026810840f3",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c641a02e-2a8a-4a9e-9bc9-8a02e1df8a44",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ad4a0203-b823-4bb0-983f-73e2724aa1cd",
"Title": "sample string 17",
"publishingoffices": "f25e337b-5d7d-48d3-8292-f3930280fde3",
"targets": "db1a7633-e9e0-4714-9e50-c19d1121c20f",
"departmentaltargets": "518763d7-c10e-4c5e-b557-a30e43f7c243",
"regionscountries": "4e53e06a-7e28-4cb3-aa6d-b026810840f3",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets activities item by id.
GET /api/multimedias/activities({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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "4d506e3d-1a1a-48d5-8207-e6f1d8e4f8d0",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 15",
"targetaudiences": "73030220-1575-40b4-98b7-d24c0bd0543c",
"Title": "sample string 17",
"publishingoffices": "f705bdfd-d3e1-4357-980f-7cab8f0f975c",
"targets": "5b64b04f-246a-4d15-a95b-fc452577e82a",
"departmentaltargets": "335eca08-d535-4f53-aafc-c255e83e106d",
"regionscountries": "59b84bc1-e27f-43e0-b98d-642c19d32d6b",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from activities item.
GET /api/multimedias/activities({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": "a964d8c0-c30c-47ef-885f-c374cf4e8119"
}Creates a activities item.
POST /api/multimedias/activities
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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "bfda3af7-d3b6-40aa-adc3-4cf7980cddc7",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 12",
"targetaudiences": "f4c45b1c-bc50-4dd0-ab16-0c686f73325f",
"Title": "sample string 14",
"publishingoffices": "e7bdad32-7253-43fe-b827-65a775752178",
"targets": "327b9eee-68c7-4f6f-83ca-0e709376a183",
"departmentaltargets": "15899bfb-7a8e-43d8-ac62-875870a02686",
"regionscountries": "e49f4230-5169-4b4a-b3bb-d3261d218dbc"
}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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "32f22eab-40c0-437b-b99a-87a29a7f1314",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 15",
"targetaudiences": "900e6ae6-9a5d-4bb2-bb99-e156db869fe8",
"Title": "sample string 17",
"publishingoffices": "ff091ec0-4a29-4ef3-a9e0-4e8724ea109a",
"targets": "57b64cfa-b003-447c-8985-d530009ab16e",
"departmentaltargets": "fb7c8a97-bd59-41a8-82c4-fe9b8949d6b4",
"regionscountries": "e4d5a9ab-3952-4490-8ab5-f6385a410110",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for activities item.
PATCH /api/multimedias/activities({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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "560cfa2d-5182-49df-9ef9-32cd6dcebfd4",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 12",
"targetaudiences": "52e8c730-f7f0-4cf7-a763-3ef7e44f6fb7",
"Title": "sample string 14",
"publishingoffices": "cf7690aa-8089-4bf4-a238-8106c5725b1a",
"targets": "4d557b70-2676-499c-86de-e706e8546e21",
"departmentaltargets": "328d545d-9cbc-4277-96c6-7d090ad291be",
"regionscountries": "08472264-2bda-4ba0-96df-447c750610ab"
}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 activities item.
PUT /api/multimedias/activities({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 | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| ImpactStatistics | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "a80a3153-baaa-404e-b3ac-a05a0df6dcc6",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"MetaDescription": "sample string 12",
"targetaudiences": "ac0b9dee-bde8-45ff-b436-ea17968c1694",
"Title": "sample string 14",
"publishingoffices": "57eef70d-1add-42b1-9e36-c8121768460a",
"targets": "96c95e74-15e2-451e-bc07-b790ddf40849",
"departmentaltargets": "26644ae1-3b38-4de5-9e33-f19c649e8415",
"regionscountries": "73850dcc-f3f6-41ac-ab9c-d8a054f0fcbe"
}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 activities item by Id.
DELETE /api/multimedias/activities({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 Thumbnail from activities item.
GET /api/multimedias/activities({key})/Thumbnail
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "1a1219d1-ec23-424d-8ee6-692d09d36097",
"publishingoffices": "629d4c3a-90ed-4ecd-8cfc-e2a30d3313c4",
"events": "50bb294c-c760-4b7c-85f1-0d706683924b",
"targets": "4ba541f5-f6d8-49aa-b59d-dd948a4b6871",
"Category": "721650f7-268d-4d01-ab80-0bae69d14e28",
"imagetypes": "c74444fc-a3d2-4174-a9b4-7e04afc8a550",
"departmentaltargets": "e5e03861-09db-449a-b0bc-a3346f7d2d73",
"stakeholders": "768f3564-f1b2-4718-ab7a-dc7466f2e412",
"Tags": "60ae0966-df41-4c77-a284-fc8c637cef51",
"healthtopics": "28b4d91c-45bc-40af-9a54-232fd2b5f396",
"targetaudiences": "419b4822-1592-43a3-befc-174ae289e8ea",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "71d583d7-46ef-416b-bded-2363284c97d1",
"ParentId": "f957cae3-fbfa-439d-8a7b-1e161da8364c",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "1a1219d1-ec23-424d-8ee6-692d09d36097",
"publishingoffices": "629d4c3a-90ed-4ecd-8cfc-e2a30d3313c4",
"events": "50bb294c-c760-4b7c-85f1-0d706683924b",
"targets": "4ba541f5-f6d8-49aa-b59d-dd948a4b6871",
"Category": "721650f7-268d-4d01-ab80-0bae69d14e28",
"imagetypes": "c74444fc-a3d2-4174-a9b4-7e04afc8a550",
"departmentaltargets": "e5e03861-09db-449a-b0bc-a3346f7d2d73",
"stakeholders": "768f3564-f1b2-4718-ab7a-dc7466f2e412",
"Tags": "60ae0966-df41-4c77-a284-fc8c637cef51",
"healthtopics": "28b4d91c-45bc-40af-9a54-232fd2b5f396",
"targetaudiences": "419b4822-1592-43a3-befc-174ae289e8ea",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "71d583d7-46ef-416b-bded-2363284c97d1",
"ParentId": "f957cae3-fbfa-439d-8a7b-1e161da8364c",
"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 activities item.
POST /api/multimedias/activities({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 activities item.
DELETE /api/multimedias/activities({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 OpenGraphImage from activities item.
GET /api/multimedias/activities({key})/OpenGraphImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "83ee8800-18bd-4eb8-b1f6-38b6e937eec7",
"publishingoffices": "293f9caf-a8b6-4f76-bfef-edfa407b4b1f",
"events": "0254c040-a518-4a0d-9b4a-191d085618f7",
"targets": "91eaa619-53c4-4bfa-9c58-0ea77478cfa0",
"Category": "4d8b75a2-4fd6-4a7a-a171-c75e05da9e7d",
"imagetypes": "909c94a2-9ca2-4e9e-b451-02235b6deeb4",
"departmentaltargets": "d0e4f4db-7584-4b67-ad7d-624e55945b44",
"stakeholders": "b6ebf0dc-f9e5-4e6b-8037-91aad6141796",
"Tags": "ced0a236-e64e-4190-a27a-c923236777ca",
"healthtopics": "fe92bf5a-ca02-4b1c-95b5-400eb644a2aa",
"targetaudiences": "f533bcdf-535c-4c3b-a6b8-6993779bcbb8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "08c97eef-8e30-407b-ad6f-d40f4c919208",
"ParentId": "10120850-6291-4aa0-84df-a46025a220ae",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "83ee8800-18bd-4eb8-b1f6-38b6e937eec7",
"publishingoffices": "293f9caf-a8b6-4f76-bfef-edfa407b4b1f",
"events": "0254c040-a518-4a0d-9b4a-191d085618f7",
"targets": "91eaa619-53c4-4bfa-9c58-0ea77478cfa0",
"Category": "4d8b75a2-4fd6-4a7a-a171-c75e05da9e7d",
"imagetypes": "909c94a2-9ca2-4e9e-b451-02235b6deeb4",
"departmentaltargets": "d0e4f4db-7584-4b67-ad7d-624e55945b44",
"stakeholders": "b6ebf0dc-f9e5-4e6b-8037-91aad6141796",
"Tags": "ced0a236-e64e-4190-a27a-c923236777ca",
"healthtopics": "fe92bf5a-ca02-4b1c-95b5-400eb644a2aa",
"targetaudiences": "f533bcdf-535c-4c3b-a6b8-6993779bcbb8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "08c97eef-8e30-407b-ad6f-d40f4c919208",
"ParentId": "10120850-6291-4aa0-84df-a46025a220ae",
"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 activities item.
POST /api/multimedias/activities({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 activities item.
DELETE /api/multimedias/activities({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 RelatedStatistics from activities item.
GET /api/multimedias/activities({key})/RelatedStatistics
| 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 | |
| healthtopics | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| BackgroundImageDropdown | System.String | Read only: False | |
| ButtonText | System.String | Read only: False | |
| FrontendTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ExternalURL | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a907c545-2ecd-451d-b86c-7bf239ca8cf7",
"Subtitle": "sample string 9",
"BackgroundImageDropdown": "sample string 10",
"ButtonText": "sample string 11",
"FrontendTitle": "sample string 12",
"Summary": "sample string 13",
"Title": "sample string 14",
"ExternalURL": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "a907c545-2ecd-451d-b86c-7bf239ca8cf7",
"Subtitle": "sample string 9",
"BackgroundImageDropdown": "sample string 10",
"ButtonText": "sample string 11",
"FrontendTitle": "sample string 12",
"Summary": "sample string 13",
"Title": "sample string 14",
"ExternalURL": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedStatistics relation to activities item.
POST /api/multimedias/activities({key})/RelatedStatistics/$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 RelatedStatistics from activities item.
DELETE /api/multimedias/activities({key})/RelatedStatistics/$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 RelatedPage from activities item.
GET /api/multimedias/activities({key})/RelatedPage
| 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 | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"UrlName": "sample string 2",
"organizations": "3e08ad18-69f9-47c8-8140-862979232bd8",
"regionscountries": "87ba94e4-c85d-4e04-bc3f-975da8cb5c8e",
"sustainabledevelopmentgoals": "7c910b6c-75d4-45f0-87dd-9fd6cbe014db",
"departmentaltargets": "011cbab3-418e-455d-83cd-690052353afd",
"healthtopics": "c62b8528-31c5-4d4b-81c5-4862aa4bdb36",
"events": "d8f482a7-7605-425c-ad94-6e4463ed3cc6",
"publishingoffices": "71416733-14de-4378-83b1-070f4a26b239",
"WebPageType": "sample string 10",
"targetaudiences": "99157b26-d1b9-4b9a-a45c-72a0a30372bf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"ShowInNavigation": true,
"ParentId": "b59e1512-036c-41b3-adeb-942974245845",
"RootId": "abaee29c-8588-4e9a-8a5c-b21679e138bc",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "b8727ab6-fcd7-4e20-8f81-020fa69ceec7",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"UrlName": "sample string 2",
"organizations": "3e08ad18-69f9-47c8-8140-862979232bd8",
"regionscountries": "87ba94e4-c85d-4e04-bc3f-975da8cb5c8e",
"sustainabledevelopmentgoals": "7c910b6c-75d4-45f0-87dd-9fd6cbe014db",
"departmentaltargets": "011cbab3-418e-455d-83cd-690052353afd",
"healthtopics": "c62b8528-31c5-4d4b-81c5-4862aa4bdb36",
"events": "d8f482a7-7605-425c-ad94-6e4463ed3cc6",
"publishingoffices": "71416733-14de-4378-83b1-070f4a26b239",
"WebPageType": "sample string 10",
"targetaudiences": "99157b26-d1b9-4b9a-a45c-72a0a30372bf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"ShowInNavigation": true,
"ParentId": "b59e1512-036c-41b3-adeb-942974245845",
"RootId": "abaee29c-8588-4e9a-8a5c-b21679e138bc",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "b8727ab6-fcd7-4e20-8f81-020fa69ceec7",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add RelatedPage relation to activities item.
POST /api/multimedias/activities({key})/RelatedPage/$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 RelatedPage from activities item.
DELETE /api/multimedias/activities({key})/RelatedPage/$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 RelatedFeatureStories from activities item.
GET /api/multimedias/activities({key})/RelatedFeatureStories
| 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 | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "ca2e2ee2-86bc-4374-98e8-a3ba05fd8e75",
"events": "ef4d8320-4327-438c-bf07-b8515606be2b",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "9b1d22ab-a63f-4d57-979f-cf5102aeecbd",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "8e2d1872-79d1-458a-a8b2-6321899b5324",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "ad6f252b-c801-42b5-9cb8-8122f59c37b2",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "2a788dda-5f87-44a2-88ef-3d45c2c6d3fd",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "892f4fff-0ca8-47d3-863e-2241e26a9509",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "2deaa724-d074-44e1-9ae3-e92b6d711276",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "ca2e2ee2-86bc-4374-98e8-a3ba05fd8e75",
"events": "ef4d8320-4327-438c-bf07-b8515606be2b",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "9b1d22ab-a63f-4d57-979f-cf5102aeecbd",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-05-07T11:19:45.9612778Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "8e2d1872-79d1-458a-a8b2-6321899b5324",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "ad6f252b-c801-42b5-9cb8-8122f59c37b2",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "2a788dda-5f87-44a2-88ef-3d45c2c6d3fd",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "892f4fff-0ca8-47d3-863e-2241e26a9509",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "2deaa724-d074-44e1-9ae3-e92b6d711276",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:19:45.9612778+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedFeatureStories relation to activities item.
POST /api/multimedias/activities({key})/RelatedFeatureStories/$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 RelatedFeatureStories from activities item.
DELETE /api/multimedias/activities({key})/RelatedFeatureStories/$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 MainImage from activities item.
GET /api/multimedias/activities({key})/MainImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "ebce6474-c6bb-4830-a690-73c45a2f14d3",
"publishingoffices": "c902d0d2-defb-4384-a335-e718bca41882",
"events": "a6048968-c8b9-427d-9e70-0ab534a74057",
"targets": "6bab6444-3d4c-40b5-8545-0993c4ecbb82",
"Category": "13bf1140-2715-4549-bbef-d75b34936d38",
"imagetypes": "02de57b3-3bb5-4567-8b55-37999f3301b8",
"departmentaltargets": "7e9dc30c-4f3a-427f-bd2a-d999d7c39095",
"stakeholders": "76f3d90d-1ab7-4b38-8abe-6c2f914a5d09",
"Tags": "3ca48bd0-d641-4709-adf6-7761d36f5cdb",
"healthtopics": "d58c543e-a9b6-426c-b565-1d35067b1e83",
"targetaudiences": "2cde4e99-0d1b-474b-a80c-5df61a683c21",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "26e9de92-1a71-4e10-b403-02f9f43cb929",
"ParentId": "69eab1bf-d034-4c4e-9dc3-4cace8f22c20",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T11:19:45.9612778Z",
"PublicationDate": "2026-05-07T11:19:45.9612778Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T11:19:45.9612778Z",
"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": "ebce6474-c6bb-4830-a690-73c45a2f14d3",
"publishingoffices": "c902d0d2-defb-4384-a335-e718bca41882",
"events": "a6048968-c8b9-427d-9e70-0ab534a74057",
"targets": "6bab6444-3d4c-40b5-8545-0993c4ecbb82",
"Category": "13bf1140-2715-4549-bbef-d75b34936d38",
"imagetypes": "02de57b3-3bb5-4567-8b55-37999f3301b8",
"departmentaltargets": "7e9dc30c-4f3a-427f-bd2a-d999d7c39095",
"stakeholders": "76f3d90d-1ab7-4b38-8abe-6c2f914a5d09",
"Tags": "3ca48bd0-d641-4709-adf6-7761d36f5cdb",
"healthtopics": "d58c543e-a9b6-426c-b565-1d35067b1e83",
"targetaudiences": "2cde4e99-0d1b-474b-a80c-5df61a683c21",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "26e9de92-1a71-4e10-b403-02f9f43cb929",
"ParentId": "69eab1bf-d034-4c4e-9dc3-4cace8f22c20",
"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 activities item.
POST /api/multimedias/activities({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 activities item.
DELETE /api/multimedias/activities({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.