Returns a set of data items of type activities.
GET /api/default/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-09-18T17:02:54.7338783Z",
"PublicationDate": "2026-09-18T17:02:54.7338783Z",
"DateCreated": "2026-09-18T17:02:54.7338783Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0c6bf92a-7e7c-42f8-a6c9-35896c46c4de",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T17:02:54.7338783Z",
"MetaDescription": "sample string 15",
"targetaudiences": "954c6206-8ae1-4f62-bc16-df9f645e9431",
"Title": "sample string 17",
"publishingoffices": "8c17ef29-9fd8-4f86-9e92-96aa52de320f",
"targets": "c15a60a5-d5db-4eb4-acbb-00db25896b43",
"departmentaltargets": "d4b25d66-fcf2-4791-8e16-432650083454",
"regionscountries": "307cc52a-6945-4fe8-9065-877fffb12a16",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:02:54.7338783+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T17:02:54.7338783Z",
"PublicationDate": "2026-09-18T17:02:54.7338783Z",
"DateCreated": "2026-09-18T17:02:54.7338783Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0c6bf92a-7e7c-42f8-a6c9-35896c46c4de",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T17:02:54.7338783Z",
"MetaDescription": "sample string 15",
"targetaudiences": "954c6206-8ae1-4f62-bc16-df9f645e9431",
"Title": "sample string 17",
"publishingoffices": "8c17ef29-9fd8-4f86-9e92-96aa52de320f",
"targets": "c15a60a5-d5db-4eb4-acbb-00db25896b43",
"departmentaltargets": "d4b25d66-fcf2-4791-8e16-432650083454",
"regionscountries": "307cc52a-6945-4fe8-9065-877fffb12a16",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:02:54.7338783+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets activities item by id.
GET /api/default/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-09-18T17:02:54.7338783Z",
"PublicationDate": "2026-09-18T17:02:54.7338783Z",
"DateCreated": "2026-09-18T17:02:54.7338783Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c50c3608-17d1-458b-8f68-3e7336846bbd",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T17:02:54.7338783Z",
"MetaDescription": "sample string 15",
"targetaudiences": "415ed87e-50c6-4d1e-9728-0fb05fd6ed77",
"Title": "sample string 17",
"publishingoffices": "54aa9e46-cb5b-4dbf-b0a7-6147aea7bcf9",
"targets": "6d7f38ed-69dd-41a0-9ea5-76afdc0f9320",
"departmentaltargets": "427cc66d-1df4-4b36-ae5d-818f5973f84c",
"regionscountries": "d70021d8-12f2-4325-8ce8-cdf32cb88dcf",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:02:54.7338783+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from activities item.
GET /api/default/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": "d9b7698f-83ee-4164-809a-32777b7ec60e"
}Creates a activities item.
POST /api/default/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-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "5630c235-6022-4d5c-a53a-2cd57d96251f",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"MetaDescription": "sample string 12",
"targetaudiences": "331af29a-3e7d-49dc-bef3-486794511a0d",
"Title": "sample string 14",
"publishingoffices": "06b9a2e3-66a7-4357-9add-4e288bc2670d",
"targets": "aea8f738-9c0d-4670-a035-8007c5b78d1b",
"departmentaltargets": "363e7457-6564-41c1-a78c-11ad86f7f07d",
"regionscountries": "25d68f3f-595d-4a21-a102-5ef729d63655"
}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-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6424907d-cef1-4aa0-a0c5-690a6389517e",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"MetaDescription": "sample string 15",
"targetaudiences": "894d7c19-086d-4e75-ae1c-a5a8b5675a39",
"Title": "sample string 17",
"publishingoffices": "7628c446-7c83-46e8-a8e8-ac8aafa0c2fb",
"targets": "a8ba3e96-2005-4d97-8e69-649dcf448891",
"departmentaltargets": "96a9b966-612f-4e52-99fc-7e746add4342",
"regionscountries": "15315eda-bcba-4b4a-be2b-66a0ef4499a9",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T17:02:54.736483+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for activities item.
PATCH /api/default/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-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "10f30e1b-34bb-41a1-b833-b1d3ae77d65d",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"MetaDescription": "sample string 12",
"targetaudiences": "d9d1e120-0a33-495b-934e-869cedbf5af5",
"Title": "sample string 14",
"publishingoffices": "f09b7860-318f-4a3e-b31a-aaf3b53fc41a",
"targets": "9ce2acff-a2ed-47b4-99ab-6bb05a2d4880",
"departmentaltargets": "925f3bdd-106b-4662-b721-39ca7ae1c0e0",
"regionscountries": "bad2f4c6-58ee-4cec-a10f-e0aa76259654"
}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/default/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-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f4ddbabd-7e84-4b37-af6c-91bb00488f01",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"MetaDescription": "sample string 12",
"targetaudiences": "cbc949ea-d853-436b-89c0-b109f5c7fb66",
"Title": "sample string 14",
"publishingoffices": "d9e2f4f0-788d-46b7-9c63-400174a39988",
"targets": "5919e592-1f05-49cc-a623-82891b33fb5a",
"departmentaltargets": "6ac2f16f-8b53-4746-ba15-3c94271cb892",
"regionscountries": "643bd9e7-b4eb-4371-9064-ace58cf5ebb8"
}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/default/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/default/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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "78db8fe4-89c6-4368-a3ac-5ad9864141cf",
"publishingoffices": "357b2c03-98c2-4bd9-bca4-a127cb68f7c7",
"events": "4bf4988d-109d-4819-8b55-348c46a25a07",
"targets": "d9f7df74-5db3-4c3f-b159-49cb58ecadce",
"Category": "5e14ab63-80b3-4a90-99f8-bdc7da1dfdb0",
"imagetypes": "f53cbe97-4cac-4e15-9092-0965563f55aa",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b5b422e5-da53-4a99-9f19-57a3af0d4aa9",
"stakeholders": "9ed8ac4f-5132-480f-8e61-d61ae0fcfa7c",
"Tags": "55fc7695-6b5b-43b4-a1a9-3a57a52f3a0c",
"healthtopics": "fa9caf0a-8764-412d-b222-4385e89fd4a6",
"targetaudiences": "c45481cd-c9f8-4fe3-bb27-f263ea6ce610",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c2f99666-c211-4819-ac97-428291ae6a30",
"ParentId": "1058e22e-a769-4ad1-b69f-3a5506a392ad",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "78db8fe4-89c6-4368-a3ac-5ad9864141cf",
"publishingoffices": "357b2c03-98c2-4bd9-bca4-a127cb68f7c7",
"events": "4bf4988d-109d-4819-8b55-348c46a25a07",
"targets": "d9f7df74-5db3-4c3f-b159-49cb58ecadce",
"Category": "5e14ab63-80b3-4a90-99f8-bdc7da1dfdb0",
"imagetypes": "f53cbe97-4cac-4e15-9092-0965563f55aa",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b5b422e5-da53-4a99-9f19-57a3af0d4aa9",
"stakeholders": "9ed8ac4f-5132-480f-8e61-d61ae0fcfa7c",
"Tags": "55fc7695-6b5b-43b4-a1a9-3a57a52f3a0c",
"healthtopics": "fa9caf0a-8764-412d-b222-4385e89fd4a6",
"targetaudiences": "c45481cd-c9f8-4fe3-bb27-f263ea6ce610",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c2f99666-c211-4819-ac97-428291ae6a30",
"ParentId": "1058e22e-a769-4ad1-b69f-3a5506a392ad",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to activities item.
POST /api/default/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/default/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/default/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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "95fd7d6c-9fcd-425f-9d51-bd62386b1361",
"publishingoffices": "68e1e830-e918-455a-b3c6-fa67ccae451d",
"events": "2a4e8692-64ea-41bb-93d0-55cccc6babd3",
"targets": "1b351325-914a-4100-bd85-df0eba8b267c",
"Category": "3c4462d7-8fc2-4451-813e-bf9eda3bf523",
"imagetypes": "962f9388-84dc-43f7-b601-29d4095401d4",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "376b696d-23d0-4512-807e-4799ebbe6768",
"stakeholders": "32bb10ea-69e0-4391-b6b4-7eb6676cd8e3",
"Tags": "625b0f67-06ca-4863-93f8-102c4a82e4f6",
"healthtopics": "e067316d-d5da-4a0f-92be-379688a4f55c",
"targetaudiences": "33292529-319f-4bde-ae8a-48c1916a8f62",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c7e192d4-73c1-4522-9202-9ca684f6663b",
"ParentId": "43a098d8-2af8-4d07-badd-c3ca0ee0909d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "95fd7d6c-9fcd-425f-9d51-bd62386b1361",
"publishingoffices": "68e1e830-e918-455a-b3c6-fa67ccae451d",
"events": "2a4e8692-64ea-41bb-93d0-55cccc6babd3",
"targets": "1b351325-914a-4100-bd85-df0eba8b267c",
"Category": "3c4462d7-8fc2-4451-813e-bf9eda3bf523",
"imagetypes": "962f9388-84dc-43f7-b601-29d4095401d4",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "376b696d-23d0-4512-807e-4799ebbe6768",
"stakeholders": "32bb10ea-69e0-4391-b6b4-7eb6676cd8e3",
"Tags": "625b0f67-06ca-4863-93f8-102c4a82e4f6",
"healthtopics": "e067316d-d5da-4a0f-92be-379688a4f55c",
"targetaudiences": "33292529-319f-4bde-ae8a-48c1916a8f62",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "c7e192d4-73c1-4522-9202-9ca684f6663b",
"ParentId": "43a098d8-2af8-4d07-badd-c3ca0ee0909d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OpenGraphImage relation to activities item.
POST /api/default/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/default/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/default/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-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "50142cb3-8205-44c6-bdeb-08aedf9e9bfd",
"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-09-18T17:02:54.736483+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "50142cb3-8205-44c6-bdeb-08aedf9e9bfd",
"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-09-18T17:02:54.736483+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedStatistics relation to activities item.
POST /api/default/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/default/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/default/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-09-18T17:02:54.736483Z",
"UrlName": "sample string 2",
"organizations": "907e741b-22f7-4c0f-b9be-1076a571c57c",
"regionscountries": "539578d4-600a-421a-8f0d-d01a8447b04a",
"sustainabledevelopmentgoals": "4e20b105-e9ae-4a6b-a7d7-55b8aed8f0d2",
"departmentaltargets": "9c3230fa-1dd4-45fd-8595-bcec0bbb6cab",
"healthtopics": "dea722a8-36ff-4cb6-ab85-61798d632ec5",
"events": "0b498b79-c49e-431d-8773-fab2b8a607cc",
"publishingoffices": "8b947204-041e-4fb5-8df4-7aeba206e1a1",
"WebPageType": "sample string 10",
"targetaudiences": "5d594858-73e4-4b52-b836-9845152ed522",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"ShowInNavigation": true,
"ParentId": "7d25c9fe-eb83-40f0-9324-8fdd68a9bef3",
"RootId": "3d532c5f-1f74-4a2e-a1de-f972b07151f0",
"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": "ce894b79-1882-4f58-b49f-1516184338bb",
"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-09-18T17:02:54.736483Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"UrlName": "sample string 2",
"organizations": "907e741b-22f7-4c0f-b9be-1076a571c57c",
"regionscountries": "539578d4-600a-421a-8f0d-d01a8447b04a",
"sustainabledevelopmentgoals": "4e20b105-e9ae-4a6b-a7d7-55b8aed8f0d2",
"departmentaltargets": "9c3230fa-1dd4-45fd-8595-bcec0bbb6cab",
"healthtopics": "dea722a8-36ff-4cb6-ab85-61798d632ec5",
"events": "0b498b79-c49e-431d-8773-fab2b8a607cc",
"publishingoffices": "8b947204-041e-4fb5-8df4-7aeba206e1a1",
"WebPageType": "sample string 10",
"targetaudiences": "5d594858-73e4-4b52-b836-9845152ed522",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"ShowInNavigation": true,
"ParentId": "7d25c9fe-eb83-40f0-9324-8fdd68a9bef3",
"RootId": "3d532c5f-1f74-4a2e-a1de-f972b07151f0",
"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": "ce894b79-1882-4f58-b49f-1516184338bb",
"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-09-18T17:02:54.736483Z",
"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/default/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/default/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/default/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-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "17cd4b11-6328-4a56-b16d-040a00fd1301",
"events": "25b31b5c-792b-4892-b892-7c356820b386",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "894cdd77-0f3c-4d83-89ba-0ecacb6414f1",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "bf23aef0-811d-4111-bb62-d862faac74fe",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "b0de6cae-d3ae-447f-a8e9-f3d7cb23ae46",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "6f748cb0-54d0-4eb0-85e3-8225aef3ffcd",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "07725db3-1226-4ea2-9216-c9dbe70337d2",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "ba4be533-44c2-47f3-9ce8-0a49d6db52e3",
"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-09-18T17:02:54.736483+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "17cd4b11-6328-4a56-b16d-040a00fd1301",
"events": "25b31b5c-792b-4892-b892-7c356820b386",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "894cdd77-0f3c-4d83-89ba-0ecacb6414f1",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-09-18T17:02:54.736483Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "bf23aef0-811d-4111-bb62-d862faac74fe",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "b0de6cae-d3ae-447f-a8e9-f3d7cb23ae46",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "6f748cb0-54d0-4eb0-85e3-8225aef3ffcd",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "07725db3-1226-4ea2-9216-c9dbe70337d2",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "ba4be533-44c2-47f3-9ce8-0a49d6db52e3",
"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-09-18T17:02:54.736483+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedFeatureStories relation to activities item.
POST /api/default/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/default/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/default/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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "74c832b6-deb2-42c2-8cdc-ff9ee5f32c79",
"publishingoffices": "733ac45a-1c0e-4a75-8da2-3706e2171629",
"events": "96c170bf-a3cc-464e-b4c9-42bd75bdc0b0",
"targets": "c76715e9-9fb3-4922-87fe-28777bd2c2bb",
"Category": "97fc5fca-bc14-4322-a32b-100a4d84ee0a",
"imagetypes": "59f96285-88ae-4eb1-a676-9f520bb34d84",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "7722fbdd-361f-4e1a-8c82-2d64e1d1d7d0",
"stakeholders": "2b7bc296-7aa5-4c15-9e03-1fa40da8032c",
"Tags": "39c679b1-d93a-4b21-9710-e941b4f81b77",
"healthtopics": "c2463079-edaa-410c-b51b-da7e22c6dc83",
"targetaudiences": "0e049255-9b49-43a8-bef1-a4ae11dcaa52",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "035733ef-6188-40e5-933c-1736f011bfac",
"ParentId": "70855a32-78d8-45d2-9681-75570d44ef2c",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-18T17:02:54.736483Z",
"PublicationDate": "2026-09-18T17:02:54.736483Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-18T17:02:54.736483Z",
"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": "74c832b6-deb2-42c2-8cdc-ff9ee5f32c79",
"publishingoffices": "733ac45a-1c0e-4a75-8da2-3706e2171629",
"events": "96c170bf-a3cc-464e-b4c9-42bd75bdc0b0",
"targets": "c76715e9-9fb3-4922-87fe-28777bd2c2bb",
"Category": "97fc5fca-bc14-4322-a32b-100a4d84ee0a",
"imagetypes": "59f96285-88ae-4eb1-a676-9f520bb34d84",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "7722fbdd-361f-4e1a-8c82-2d64e1d1d7d0",
"stakeholders": "2b7bc296-7aa5-4c15-9e03-1fa40da8032c",
"Tags": "39c679b1-d93a-4b21-9710-e941b4f81b77",
"healthtopics": "c2463079-edaa-410c-b51b-da7e22c6dc83",
"targetaudiences": "0e049255-9b49-43a8-bef1-a4ae11dcaa52",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "035733ef-6188-40e5-933c-1736f011bfac",
"ParentId": "70855a32-78d8-45d2-9681-75570d44ef2c",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to activities item.
POST /api/default/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/default/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.