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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "4fdccb10-48a6-4f4b-ab36-8dd16aebeb17",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ea17f442-a889-4222-baca-eb69538e1e5a",
"Title": "sample string 17",
"publishingoffices": "aa40d32a-b5aa-403f-9492-9413753765f7",
"targets": "b2a08f32-4da5-4f29-91a3-a0309fc54d80",
"departmentaltargets": "d26b3ca6-ebab-4aa4-93bc-b24b60b29251",
"regionscountries": "cdcffcdf-433b-485d-a13c-c6fa343e0a68",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T16:23:50.1136861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "4fdccb10-48a6-4f4b-ab36-8dd16aebeb17",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 15",
"targetaudiences": "ea17f442-a889-4222-baca-eb69538e1e5a",
"Title": "sample string 17",
"publishingoffices": "aa40d32a-b5aa-403f-9492-9413753765f7",
"targets": "b2a08f32-4da5-4f29-91a3-a0309fc54d80",
"departmentaltargets": "d26b3ca6-ebab-4aa4-93bc-b24b60b29251",
"regionscountries": "cdcffcdf-433b-485d-a13c-c6fa343e0a68",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T16:23:50.1136861+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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "07a34409-d6f8-4037-b1ad-f1aeaece2062",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 15",
"targetaudiences": "c5835df8-d55f-49e5-b62a-3cfd2b8e690f",
"Title": "sample string 17",
"publishingoffices": "5bcd8e7b-b259-4a93-9f83-54d298c5f957",
"targets": "94470e55-1054-4688-b91a-af378ee7452a",
"departmentaltargets": "6301bec0-2e65-49d2-a776-787b167b7aa4",
"regionscountries": "632ce5bb-e0e9-4d62-9978-9fefa3708e6e",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T16:23:50.1136861+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": "2448012b-1d12-455f-965c-6956f89ec857"
}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-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "226e1b86-219a-4e89-b59c-6920fd142175",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 12",
"targetaudiences": "57a88248-7f0c-46f7-b82e-8221561cd01b",
"Title": "sample string 14",
"publishingoffices": "27436233-dfb7-45fe-8469-3e90a09583e2",
"targets": "a1c0f18f-dfef-4680-b112-580deb644584",
"departmentaltargets": "a1edd8a2-b59a-498c-88cc-1d6394647f30",
"regionscountries": "39c23d41-e6ed-425c-81eb-d6782fac06d1"
}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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "3ff2400d-0d79-4358-9e69-20c1880dc8d4",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 15",
"targetaudiences": "95b1447c-cd71-4458-94ce-da843e658567",
"Title": "sample string 17",
"publishingoffices": "a9e76c73-d4b1-4e8b-afb2-5b8081e33c43",
"targets": "ea3b5e33-476a-45d3-9f31-d65734cd74ea",
"departmentaltargets": "22f598f8-9809-416f-94f2-38c727cc3acb",
"regionscountries": "63a59f2f-6015-42db-8fc7-474366b40adf",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T16:23:50.1136861+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-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "42fa7c13-4bdc-42bd-bfda-c6c5abb02ffa",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 12",
"targetaudiences": "ea85ef5f-6158-4f7d-8681-f95a7faee544",
"Title": "sample string 14",
"publishingoffices": "ddb11cab-8c89-43f5-ac74-ba099f22b074",
"targets": "bb69a88f-26b5-460a-954e-b6db365668d0",
"departmentaltargets": "2a4c3096-3bd7-4381-9626-b4d54f267798",
"regionscountries": "aa73ed03-661c-46eb-981a-420c84c5a568"
}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-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "b24de668-e537-45f6-9881-1ab0fe40d398",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-06-27T16:23:50.1136861Z",
"MetaDescription": "sample string 12",
"targetaudiences": "f9597862-49f9-444b-b258-376820f44323",
"Title": "sample string 14",
"publishingoffices": "6c5204b5-75f8-4958-8d4f-582ec3066268",
"targets": "a2c20071-a4fb-440a-b794-4eaf22604bd1",
"departmentaltargets": "a7e0f546-360b-43ee-b0de-680d706fa55a",
"regionscountries": "2e0aea91-0d08-4ec3-98a1-6ab266aa2fbd"
}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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"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": "b82b4165-fecf-4968-8cac-87d9aaab4057",
"publishingoffices": "7ee84e67-eceb-421e-bf3b-86dfe90d8c91",
"events": "a3c4769e-e0a9-4009-9fae-600e238dc15c",
"targets": "78bd93ec-8f8a-487f-9b91-feebac3fa036",
"Category": "cc86c0e9-436f-43ec-ba14-0638c4fead0d",
"imagetypes": "57eb7f0e-0eed-4696-b0f9-26a2bd538bdc",
"departmentaltargets": "5ad0e7e4-004b-4a2f-aa74-26a531fc71a9",
"stakeholders": "2bce5646-ba73-400e-9ef0-3abd4e84c593",
"Tags": "4a28f13a-a88b-4fec-bec7-c765f672f98a",
"healthtopics": "ff806711-a6c8-468e-8f33-f843d022124b",
"targetaudiences": "9692960c-db6a-405d-8192-897abf768da5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eeb15404-b497-4faa-b22f-342b91d32b93",
"ParentId": "50d60134-8e88-407c-95e2-006fe7012140",
"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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"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": "b82b4165-fecf-4968-8cac-87d9aaab4057",
"publishingoffices": "7ee84e67-eceb-421e-bf3b-86dfe90d8c91",
"events": "a3c4769e-e0a9-4009-9fae-600e238dc15c",
"targets": "78bd93ec-8f8a-487f-9b91-feebac3fa036",
"Category": "cc86c0e9-436f-43ec-ba14-0638c4fead0d",
"imagetypes": "57eb7f0e-0eed-4696-b0f9-26a2bd538bdc",
"departmentaltargets": "5ad0e7e4-004b-4a2f-aa74-26a531fc71a9",
"stakeholders": "2bce5646-ba73-400e-9ef0-3abd4e84c593",
"Tags": "4a28f13a-a88b-4fec-bec7-c765f672f98a",
"healthtopics": "ff806711-a6c8-468e-8f33-f843d022124b",
"targetaudiences": "9692960c-db6a-405d-8192-897abf768da5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eeb15404-b497-4faa-b22f-342b91d32b93",
"ParentId": "50d60134-8e88-407c-95e2-006fe7012140",
"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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"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": "c9001aea-3675-45aa-9abc-6df39aba130c",
"publishingoffices": "dd371bd3-19e1-4b6a-90e2-9ce4ca7b5fad",
"events": "71c373b4-19c5-4f41-af2b-abd0f108bd7c",
"targets": "3bedec15-c3ff-490c-9331-e265abf9ac86",
"Category": "dbe05d87-2945-460b-8afe-57bbbdb0c0dd",
"imagetypes": "1be025bd-5dbd-4dee-8b71-85712cb5af27",
"departmentaltargets": "e0fcbc4f-2d62-43a6-acec-9c9aa029282c",
"stakeholders": "f5a84689-4add-4017-9239-d4b26d1435ca",
"Tags": "e5e197db-0a97-441b-9593-7a5c293608a4",
"healthtopics": "10506298-1e8b-4480-a240-780e46f4fd7c",
"targetaudiences": "442ca103-86e8-416c-8870-80826d6e89cb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "289e089b-1644-4269-aae5-23e4d3edc567",
"ParentId": "94fa7f8b-e3b6-4686-b55f-acccf42fd0fb",
"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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"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": "c9001aea-3675-45aa-9abc-6df39aba130c",
"publishingoffices": "dd371bd3-19e1-4b6a-90e2-9ce4ca7b5fad",
"events": "71c373b4-19c5-4f41-af2b-abd0f108bd7c",
"targets": "3bedec15-c3ff-490c-9331-e265abf9ac86",
"Category": "dbe05d87-2945-460b-8afe-57bbbdb0c0dd",
"imagetypes": "1be025bd-5dbd-4dee-8b71-85712cb5af27",
"departmentaltargets": "e0fcbc4f-2d62-43a6-acec-9c9aa029282c",
"stakeholders": "f5a84689-4add-4017-9239-d4b26d1435ca",
"Tags": "e5e197db-0a97-441b-9593-7a5c293608a4",
"healthtopics": "10506298-1e8b-4480-a240-780e46f4fd7c",
"targetaudiences": "442ca103-86e8-416c-8870-80826d6e89cb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "289e089b-1644-4269-aae5-23e4d3edc567",
"ParentId": "94fa7f8b-e3b6-4686-b55f-acccf42fd0fb",
"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-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "390db6fc-aeda-4fc5-bc2d-f96fb6dab271",
"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-06-27T16:23:50.1293056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T16:23:50.1136861Z",
"PublicationDate": "2026-06-27T16:23:50.1136861Z",
"DateCreated": "2026-06-27T16:23:50.1136861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "390db6fc-aeda-4fc5-bc2d-f96fb6dab271",
"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-06-27T16:23:50.1293056+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-06-27T16:23:50.1293056Z",
"UrlName": "sample string 2",
"organizations": "1a42593e-3fcd-40d0-a5db-9885be6f40b7",
"regionscountries": "bc26fa61-413d-442b-a8a5-876675efa4c6",
"sustainabledevelopmentgoals": "30d7bc5b-b3d4-4f11-a3d9-f28c22b074a1",
"departmentaltargets": "2df1fc73-9c90-41f5-ad9a-6f37fd452752",
"healthtopics": "f5c541ca-33ed-472b-be11-3bb736203afc",
"events": "eabac12a-c640-4a66-bb88-3d67fa6b545f",
"publishingoffices": "21e55684-3a17-4fcf-9e1a-e906cbf0d105",
"WebPageType": "sample string 10",
"targetaudiences": "7b75b2e1-78fc-446f-8f89-5e97ffcfad55",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"ShowInNavigation": true,
"ParentId": "3a7a66a2-9fab-48b0-ba50-6c6a1603a9b2",
"RootId": "83eb0e76-0fa4-4713-9055-87fcf9cac2b6",
"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": "612f16b0-c9e4-4f4a-bf86-eebc8eeffccd",
"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-06-27T16:23:50.1293056Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-06-27T16:23:50.1293056Z",
"UrlName": "sample string 2",
"organizations": "1a42593e-3fcd-40d0-a5db-9885be6f40b7",
"regionscountries": "bc26fa61-413d-442b-a8a5-876675efa4c6",
"sustainabledevelopmentgoals": "30d7bc5b-b3d4-4f11-a3d9-f28c22b074a1",
"departmentaltargets": "2df1fc73-9c90-41f5-ad9a-6f37fd452752",
"healthtopics": "f5c541ca-33ed-472b-be11-3bb736203afc",
"events": "eabac12a-c640-4a66-bb88-3d67fa6b545f",
"publishingoffices": "21e55684-3a17-4fcf-9e1a-e906cbf0d105",
"WebPageType": "sample string 10",
"targetaudiences": "7b75b2e1-78fc-446f-8f89-5e97ffcfad55",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"ShowInNavigation": true,
"ParentId": "3a7a66a2-9fab-48b0-ba50-6c6a1603a9b2",
"RootId": "83eb0e76-0fa4-4713-9055-87fcf9cac2b6",
"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": "612f16b0-c9e4-4f4a-bf86-eebc8eeffccd",
"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-06-27T16:23:50.1293056Z",
"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-06-27T16:23:50.1293056Z",
"PublicationDate": "2026-06-27T16:23:50.1293056Z",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b6880925-caae-4469-86fe-053c7749b61f",
"events": "0683d12d-b571-42bc-9f3b-b49f71094503",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "711dfbe7-a4f4-43f4-874d-332645dae9eb",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-06-27T16:23:50.1293056Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "e9b3ed2c-f80c-43de-b12f-9891404c6ce4",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "3660b88c-5ab1-4fbf-9c87-04066918010c",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "f73592f4-573f-4b35-a60e-787121721d5c",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "191e1cbd-64d0-47e7-a6c1-766af436c746",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "cafc794b-0576-47f2-9371-2e65d9692ef8",
"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-06-27T16:23:50.1293056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T16:23:50.1293056Z",
"PublicationDate": "2026-06-27T16:23:50.1293056Z",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b6880925-caae-4469-86fe-053c7749b61f",
"events": "0683d12d-b571-42bc-9f3b-b49f71094503",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "711dfbe7-a4f4-43f4-874d-332645dae9eb",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-06-27T16:23:50.1293056Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "e9b3ed2c-f80c-43de-b12f-9891404c6ce4",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "3660b88c-5ab1-4fbf-9c87-04066918010c",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "f73592f4-573f-4b35-a60e-787121721d5c",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "191e1cbd-64d0-47e7-a6c1-766af436c746",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "cafc794b-0576-47f2-9371-2e65d9692ef8",
"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-06-27T16:23:50.1293056+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-06-27T16:23:50.1293056Z",
"PublicationDate": "2026-06-27T16:23:50.1293056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"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": "10461050-b7fa-438a-8d4d-bdc616a17953",
"publishingoffices": "2385cd7a-e001-4548-8b24-2d639935de7f",
"events": "bd0f0de9-eeba-47ab-926b-38809a58f61e",
"targets": "714fc2d6-1243-4da9-8b77-4d9d9c4e991d",
"Category": "38aa3c5e-6abe-412f-9f3c-23d6a8b2cfff",
"imagetypes": "ff1e95f6-f0ad-4e94-abbb-ec4ba114aab8",
"departmentaltargets": "5b52dc47-6908-433a-aad7-beee2675e53f",
"stakeholders": "2bf30e41-3f4c-4c76-b5da-ffcfed228de7",
"Tags": "6d08d216-5dc3-4bbc-addc-3972c2c47ceb",
"healthtopics": "bb6d49d1-a083-4473-8d67-932f48858d4d",
"targetaudiences": "a0804f88-0970-4a61-abf8-97a54b6af224",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8757c58c-268d-4566-a4fa-f69776525cb3",
"ParentId": "e3239930-74dd-4a5b-93c1-d7add267bd73",
"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-06-27T16:23:50.1293056Z",
"PublicationDate": "2026-06-27T16:23:50.1293056Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T16:23:50.1293056Z",
"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": "10461050-b7fa-438a-8d4d-bdc616a17953",
"publishingoffices": "2385cd7a-e001-4548-8b24-2d639935de7f",
"events": "bd0f0de9-eeba-47ab-926b-38809a58f61e",
"targets": "714fc2d6-1243-4da9-8b77-4d9d9c4e991d",
"Category": "38aa3c5e-6abe-412f-9f3c-23d6a8b2cfff",
"imagetypes": "ff1e95f6-f0ad-4e94-abbb-ec4ba114aab8",
"departmentaltargets": "5b52dc47-6908-433a-aad7-beee2675e53f",
"stakeholders": "2bf30e41-3f4c-4c76-b5da-ffcfed228de7",
"Tags": "6d08d216-5dc3-4bbc-addc-3972c2c47ceb",
"healthtopics": "bb6d49d1-a083-4473-8d67-932f48858d4d",
"targetaudiences": "a0804f88-0970-4a61-abf8-97a54b6af224",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8757c58c-268d-4566-a4fa-f69776525cb3",
"ParentId": "e3239930-74dd-4a5b-93c1-d7add267bd73",
"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.