Returns a set of data items of type resultsreportfeaturestories.
GET /api/resultsreport/resultsreportfeaturestories
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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Overview": "sample string 10",
"Summary": "sample string 11",
"ParentId": "1bbb3919-ca57-4c59-8bcb-6a166255bb13",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Overview": "sample string 10",
"Summary": "sample string 11",
"ParentId": "1bbb3919-ca57-4c59-8bcb-6a166255bb13",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportfeaturestories item by id.
GET /api/resultsreport/resultsreportfeaturestories({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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Overview": "sample string 10",
"Summary": "sample string 11",
"ParentId": "a48158ca-a85c-4caa-be88-548dd4635341",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({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": "b9df0307-5d31-44c4-a03a-59987ad0b6d6"
}Creates a resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories
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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SortOrder": 6.0,
"Overview": "sample string 7",
"Summary": "sample string 8",
"ParentId": "731bf890-6af2-45e2-a153-8f9c5d7a13fb"
}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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Overview": "sample string 10",
"Summary": "sample string 11",
"ParentId": "3aa87475-01b1-43fa-b765-4bff11a5deda",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportfeaturestories item.
PATCH /api/resultsreport/resultsreportfeaturestories({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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SortOrder": 6.0,
"Overview": "sample string 7",
"Summary": "sample string 8",
"ParentId": "fdfcc6d4-ec47-4af1-bc36-e7d98ccd8a3e"
}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 resultsreportfeaturestories item.
PUT /api/resultsreport/resultsreportfeaturestories({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 | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SortOrder": 6.0,
"Overview": "sample string 7",
"Summary": "sample string 8",
"ParentId": "84d3ec68-f1ba-4a06-adbd-4222ee717fda"
}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 resultsreportfeaturestories item by Id.
DELETE /api/resultsreport/resultsreportfeaturestories({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 Parent from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/Parent
| 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 | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "e6f4855e-a0cc-45b6-9ce6-7b912bd5886c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "2114ae9e-6248-4d11-99f0-ebd3351b2ddf",
"publishingoffices": "87878754-f103-4c26-bc73-edb797b3f80f",
"ReportingStartDate": "2026-04-03T01:39:04.6302609Z",
"ReportingEndDate": "2026-04-03T01:39:04.6302609Z",
"targetaudiences": "1fb62d57-7c30-4e07-9484-fde366edf0b6",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "e6f4855e-a0cc-45b6-9ce6-7b912bd5886c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "2114ae9e-6248-4d11-99f0-ebd3351b2ddf",
"publishingoffices": "87878754-f103-4c26-bc73-edb797b3f80f",
"ReportingStartDate": "2026-04-03T01:39:04.6302609Z",
"ReportingEndDate": "2026-04-03T01:39:04.6302609Z",
"targetaudiences": "1fb62d57-7c30-4e07-9484-fde366edf0b6",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/Parent/$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 Parent from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/Parent/$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 RelatedOutcome from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/RelatedOutcome
| 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 | |
| InfographicVideo | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| AdditionalContent | System.String | Read only: False | |
| OutcomeCode | System.String | Read only: False | |
| IconColor | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "823c7508-405d-4849-bb5f-bac4d3d5e4a7",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "396efc13-cbea-4326-8a91-569172d4fe99",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "db9cb152-6885-40e7-abd1-b820a3a17a84",
"SortOrder": 15.0,
"publishingoffices": "87ed4577-468c-40ee-ac30-a12947308eed",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "bdf9f1ce-9759-4f76-b0b5-8756174db437",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "823c7508-405d-4849-bb5f-bac4d3d5e4a7",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "396efc13-cbea-4326-8a91-569172d4fe99",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "db9cb152-6885-40e7-abd1-b820a3a17a84",
"SortOrder": 15.0,
"publishingoffices": "87ed4577-468c-40ee-ac30-a12947308eed",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "bdf9f1ce-9759-4f76-b0b5-8756174db437",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedOutcome relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/RelatedOutcome/$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 RelatedOutcome from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/RelatedOutcome/$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 RelatedTickers from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/RelatedTickers
| 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 | |
| TickersType | System.String | Read only: False | |
| AnimationStart | System.Decimal | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| AnimationIncrement | System.Decimal | Read only: False | |
| Unit | System.String | Read only: False | |
| ValueNumber | System.Decimal | Read only: False | |
| Amount | System.String | Read only: False | |
| ValueText | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TickersType": "sample string 8",
"AnimationStart": 9.0,
"SortOrder": 10.0,
"Title": "sample string 11",
"AnimationIncrement": 12.0,
"Unit": "sample string 13",
"ValueNumber": 14.0,
"Amount": "sample string 15",
"ValueText": "sample string 16",
"Summary": "sample string 17",
"DisplayTitle": "sample string 18",
"ParentId": "0cd83ef3-1495-4541-b6e6-d881c149874e",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TickersType": "sample string 8",
"AnimationStart": 9.0,
"SortOrder": 10.0,
"Title": "sample string 11",
"AnimationIncrement": 12.0,
"Unit": "sample string 13",
"ValueNumber": 14.0,
"Amount": "sample string 15",
"ValueText": "sample string 16",
"Summary": "sample string 17",
"DisplayTitle": "sample string 18",
"ParentId": "0cd83ef3-1495-4541-b6e6-d881c149874e",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedTickers relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/RelatedTickers/$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 RelatedTickers from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/RelatedTickers/$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 EditorialPage from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/EditorialPage
| 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-04-03T01:39:04.6302609Z",
"UrlName": "sample string 2",
"organizations": "d9c5bd81-4516-43ec-aab3-eb34739c3bcf",
"regionscountries": "9f6b4aa2-4dff-4924-a822-37eb0dd45f6f",
"sustainabledevelopmentgoals": "98ed24a1-711a-4acc-8f47-5da8762fff9f",
"departmentaltargets": "d26d2047-53b8-4755-ac25-b8ef09e58382",
"healthtopics": "5a9f15cf-75c0-4409-b416-b7a86b097b52",
"events": "d010ba0a-c428-49f4-a704-64f29bf79806",
"publishingoffices": "649e7e25-d660-4783-987c-d29f06a8af34",
"WebPageType": "sample string 10",
"targetaudiences": "a8da2556-5c68-473c-b44b-326c4d22b6b1",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"ShowInNavigation": true,
"ParentId": "e89a9497-2a77-4dab-86b7-b1b188f3dbbb",
"RootId": "d970a9f2-390c-4d21-b932-4822a362cf8e",
"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": "8c13ca24-0491-4729-83a0-996c4bc474d1",
"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-04-03T01:39:04.6302609Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"UrlName": "sample string 2",
"organizations": "d9c5bd81-4516-43ec-aab3-eb34739c3bcf",
"regionscountries": "9f6b4aa2-4dff-4924-a822-37eb0dd45f6f",
"sustainabledevelopmentgoals": "98ed24a1-711a-4acc-8f47-5da8762fff9f",
"departmentaltargets": "d26d2047-53b8-4755-ac25-b8ef09e58382",
"healthtopics": "5a9f15cf-75c0-4409-b416-b7a86b097b52",
"events": "d010ba0a-c428-49f4-a704-64f29bf79806",
"publishingoffices": "649e7e25-d660-4783-987c-d29f06a8af34",
"WebPageType": "sample string 10",
"targetaudiences": "a8da2556-5c68-473c-b44b-326c4d22b6b1",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"ShowInNavigation": true,
"ParentId": "e89a9497-2a77-4dab-86b7-b1b188f3dbbb",
"RootId": "d970a9f2-390c-4d21-b932-4822a362cf8e",
"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": "8c13ca24-0491-4729-83a0-996c4bc474d1",
"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-04-03T01:39:04.6302609Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add EditorialPage relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/EditorialPage/$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 EditorialPage from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/EditorialPage/$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 RelatedInfographic from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/RelatedInfographic
| 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 | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d497796-dfcd-490a-9e62-a3db20357596",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "a1afffa7-0c3c-4ae1-ae83-e83e8e6ada3a",
"Summary": "sample string 12",
"regionscountries": "65a975a9-e880-48ed-bea0-f63e435b793d",
"DisplayTitle": "sample string 14",
"healthtopics": "ad2be55f-73d0-4aa7-af3d-723025b3a1b8",
"ParentId": "1bb3c8b2-da97-41d6-af95-0f19a9dff518",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d497796-dfcd-490a-9e62-a3db20357596",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "a1afffa7-0c3c-4ae1-ae83-e83e8e6ada3a",
"Summary": "sample string 12",
"regionscountries": "65a975a9-e880-48ed-bea0-f63e435b793d",
"DisplayTitle": "sample string 14",
"healthtopics": "ad2be55f-73d0-4aa7-af3d-723025b3a1b8",
"ParentId": "1bb3c8b2-da97-41d6-af95-0f19a9dff518",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:39:04.6302609+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedInfographic relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/RelatedInfographic/$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 RelatedInfographic from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/RelatedInfographic/$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 resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "de59444d-44aa-4c92-aa2a-b7a98a8b8882",
"publishingoffices": "3d42d1c8-8f5d-459a-a83c-ca7026a9560e",
"events": "9245fec8-8d1b-42b0-a62b-1d0c8319a1e3",
"targets": "bf1cfb62-ad9e-4048-a7b0-71ce143ae15c",
"Category": "9e61a497-840e-45a4-8c3e-12f829070c48",
"imagetypes": "08e4f347-ac16-49ba-8f11-eadca4d48875",
"departmentaltargets": "7fe7781b-4a1e-45cc-81ab-862bae74a018",
"stakeholders": "1660cf43-166f-4e8a-801b-ee440d7a4e41",
"Tags": "61846c27-329e-42e0-b282-416176578a2b",
"healthtopics": "cf466fbb-389e-4352-9e9d-88dc762ec9c9",
"targetaudiences": "8e72277b-bec0-4ff1-9d7f-53c70caaa3f3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a03b5d4b-a6aa-4663-9058-96148329d1f6",
"ParentId": "b5d61dfd-e16a-4c06-97e6-f204815decf9",
"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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "de59444d-44aa-4c92-aa2a-b7a98a8b8882",
"publishingoffices": "3d42d1c8-8f5d-459a-a83c-ca7026a9560e",
"events": "9245fec8-8d1b-42b0-a62b-1d0c8319a1e3",
"targets": "bf1cfb62-ad9e-4048-a7b0-71ce143ae15c",
"Category": "9e61a497-840e-45a4-8c3e-12f829070c48",
"imagetypes": "08e4f347-ac16-49ba-8f11-eadca4d48875",
"departmentaltargets": "7fe7781b-4a1e-45cc-81ab-862bae74a018",
"stakeholders": "1660cf43-166f-4e8a-801b-ee440d7a4e41",
"Tags": "61846c27-329e-42e0-b282-416176578a2b",
"healthtopics": "cf466fbb-389e-4352-9e9d-88dc762ec9c9",
"targetaudiences": "8e72277b-bec0-4ff1-9d7f-53c70caaa3f3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a03b5d4b-a6aa-4663-9058-96148329d1f6",
"ParentId": "b5d61dfd-e16a-4c06-97e6-f204815decf9",
"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 resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({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 resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/MainImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type OtherMedia from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({key})/OtherMedia
| 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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "87692229-145c-41e8-9cd8-4bffc63f32df",
"publishingoffices": "046b9db2-0260-4dc7-b62f-64d0dd79bfd5",
"events": "daa4b60f-e8e1-4291-803a-7b478d1b04d1",
"targets": "26c7bf80-6a17-4a34-9bea-9b5c3e0093ea",
"Category": "b6d5ff76-3dda-488a-9da6-a92d3d1c39bd",
"imagetypes": "77a9b78b-8af1-4818-87b5-cdd64d5963d8",
"departmentaltargets": "16756c0c-cce7-4696-9810-4d742a271e23",
"stakeholders": "b39e998d-7bba-4bd7-b253-3da33321eff0",
"Tags": "828e0f7f-65bc-4019-bdb5-137f11c95611",
"healthtopics": "b4d5aab4-7548-4b2a-86af-b8725a42f572",
"targetaudiences": "432380d6-264d-4882-9462-9a7abe8c1eb8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "83c8b6f2-68d3-4964-b98b-acbdf282c929",
"ParentId": "74992310-ead4-485c-8df8-f9a89f757369",
"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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "87692229-145c-41e8-9cd8-4bffc63f32df",
"publishingoffices": "046b9db2-0260-4dc7-b62f-64d0dd79bfd5",
"events": "daa4b60f-e8e1-4291-803a-7b478d1b04d1",
"targets": "26c7bf80-6a17-4a34-9bea-9b5c3e0093ea",
"Category": "b6d5ff76-3dda-488a-9da6-a92d3d1c39bd",
"imagetypes": "77a9b78b-8af1-4818-87b5-cdd64d5963d8",
"departmentaltargets": "16756c0c-cce7-4696-9810-4d742a271e23",
"stakeholders": "b39e998d-7bba-4bd7-b253-3da33321eff0",
"Tags": "828e0f7f-65bc-4019-bdb5-137f11c95611",
"healthtopics": "b4d5aab4-7548-4b2a-86af-b8725a42f572",
"targetaudiences": "432380d6-264d-4882-9462-9a7abe8c1eb8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "83c8b6f2-68d3-4964-b98b-acbdf282c929",
"ParentId": "74992310-ead4-485c-8df8-f9a89f757369",
"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 OtherMedia relation to resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({key})/OtherMedia/$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 OtherMedia from resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({key})/OtherMedia/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Thumbnail from resultsreportfeaturestories item.
GET /api/resultsreport/resultsreportfeaturestories({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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "6cc08504-d991-4188-8ed5-e8a98100c4a9",
"publishingoffices": "97313385-0663-4c9a-a330-c985dbb4a833",
"events": "37269a45-f9e1-441d-b0b7-3e24f6f9998f",
"targets": "a2c6697a-ef0a-4b7c-ba5f-f7050550fd6b",
"Category": "14fc3e16-b3e8-45e7-a521-e2068ac48e80",
"imagetypes": "2666ad60-4d52-4405-aa11-14c9002ee7a2",
"departmentaltargets": "a8cf2b40-0ea4-4979-be93-97ac6a25d8d8",
"stakeholders": "a6ad89ef-ed2a-4d55-ac06-e9f9fdb648b9",
"Tags": "473e64d1-657b-48aa-aef2-f973b7fdb0e8",
"healthtopics": "74a5fc64-dbfc-4d8f-b11b-67d46309170a",
"targetaudiences": "c7bcd2bf-27bf-43e6-960d-7358b00a7f0a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b52d5567-1331-4ce1-82a6-eebf47015a33",
"ParentId": "14482a2d-68c6-4650-9638-4f50dd4fd9a5",
"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-04-03T01:39:04.6302609Z",
"PublicationDate": "2026-04-03T01:39:04.6302609Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-03T01:39:04.6302609Z",
"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": "6cc08504-d991-4188-8ed5-e8a98100c4a9",
"publishingoffices": "97313385-0663-4c9a-a330-c985dbb4a833",
"events": "37269a45-f9e1-441d-b0b7-3e24f6f9998f",
"targets": "a2c6697a-ef0a-4b7c-ba5f-f7050550fd6b",
"Category": "14fc3e16-b3e8-45e7-a521-e2068ac48e80",
"imagetypes": "2666ad60-4d52-4405-aa11-14c9002ee7a2",
"departmentaltargets": "a8cf2b40-0ea4-4979-be93-97ac6a25d8d8",
"stakeholders": "a6ad89ef-ed2a-4d55-ac06-e9f9fdb648b9",
"Tags": "473e64d1-657b-48aa-aef2-f973b7fdb0e8",
"healthtopics": "74a5fc64-dbfc-4d8f-b11b-67d46309170a",
"targetaudiences": "c7bcd2bf-27bf-43e6-960d-7358b00a7f0a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b52d5567-1331-4ce1-82a6-eebf47015a33",
"ParentId": "14482a2d-68c6-4650-9638-4f50dd4fd9a5",
"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 resultsreportfeaturestories item.
POST /api/resultsreport/resultsreportfeaturestories({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 resultsreportfeaturestories item.
DELETE /api/resultsreport/resultsreportfeaturestories({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.