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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "37284feb-74e9-425a-ba18-2ff0b3b4694c",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "37284feb-74e9-425a-ba18-2ff0b3b4694c",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "6a3085f3-7f1b-45ea-8958-b5f2279f94a3",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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": "ca083594-eedb-49f8-9d5c-10d16a069e04"
}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-03-10T12:20:21.3288013Z",
"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": "51e1ac52-4337-4ba1-be70-4c3d520146f8"
}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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "ed14c985-b1dd-4bd5-a707-993387e23eac",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"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": "3d05b25d-0b88-4104-b396-171f48309593"
}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-03-10T12:20:21.3288013Z",
"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": "bd4c99de-49b2-4134-ae4e-8f962c8543b3"
}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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "b680d873-a065-428b-ac15-d6e8a95dc2c7",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "89544266-5adb-4f1b-81c6-785717098ca9",
"publishingoffices": "3dd49e31-8327-44d9-afde-d31eb6627508",
"ReportingStartDate": "2026-03-10T12:20:21.3288013Z",
"ReportingEndDate": "2026-03-10T12:20:21.3288013Z",
"targetaudiences": "c983d44a-a5b1-4e99-8433-26b15261e5f2",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "b680d873-a065-428b-ac15-d6e8a95dc2c7",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "89544266-5adb-4f1b-81c6-785717098ca9",
"publishingoffices": "3dd49e31-8327-44d9-afde-d31eb6627508",
"ReportingStartDate": "2026-03-10T12:20:21.3288013Z",
"ReportingEndDate": "2026-03-10T12:20:21.3288013Z",
"targetaudiences": "c983d44a-a5b1-4e99-8433-26b15261e5f2",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "563f0b65-c216-430c-b94d-317f35c3d2c9",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "638ad34a-3e8f-4679-8c95-c1abeef6ec27",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "f53b2cfb-fe81-47e4-885d-98262c37a07b",
"SortOrder": 15.0,
"publishingoffices": "0c5e1be1-17a2-4ab4-9717-48b49d31cd45",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "d5d25dd7-830c-4730-b6f4-06aedf6688be",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "563f0b65-c216-430c-b94d-317f35c3d2c9",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "638ad34a-3e8f-4679-8c95-c1abeef6ec27",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "f53b2cfb-fe81-47e4-885d-98262c37a07b",
"SortOrder": 15.0,
"publishingoffices": "0c5e1be1-17a2-4ab4-9717-48b49d31cd45",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "d5d25dd7-830c-4730-b6f4-06aedf6688be",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "8e937908-cc0e-4cd2-a8ee-6f24b51fad7f",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "8e937908-cc0e-4cd2-a8ee-6f24b51fad7f",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"UrlName": "sample string 2",
"organizations": "011235b6-3702-423c-bc32-eef4ef35ab70",
"regionscountries": "35a1fb54-0b8a-43d4-9059-ca4436b5d571",
"sustainabledevelopmentgoals": "f5e03af2-7237-46db-8ee1-2b31320a1154",
"departmentaltargets": "f613d470-001a-471f-954f-694e642de6c1",
"healthtopics": "90d0d552-59fc-4930-930d-dc11514ec41d",
"events": "6de9535c-e9b4-4d4c-ac6a-5c093fc49644",
"publishingoffices": "90596331-d16a-4165-a961-b831b899a4ad",
"WebPageType": "sample string 10",
"targetaudiences": "76526822-1106-410c-93de-bedabebcf553",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"ShowInNavigation": true,
"ParentId": "c7e1d886-00e9-48d7-b0f6-affb6e07a5a6",
"RootId": "98f17e7a-a610-4b89-a6f7-4dd88617b8f0",
"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": "46da115c-4fe6-4e5a-82f5-b27dca50cb84",
"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-03-10T12:20:21.3288013Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"UrlName": "sample string 2",
"organizations": "011235b6-3702-423c-bc32-eef4ef35ab70",
"regionscountries": "35a1fb54-0b8a-43d4-9059-ca4436b5d571",
"sustainabledevelopmentgoals": "f5e03af2-7237-46db-8ee1-2b31320a1154",
"departmentaltargets": "f613d470-001a-471f-954f-694e642de6c1",
"healthtopics": "90d0d552-59fc-4930-930d-dc11514ec41d",
"events": "6de9535c-e9b4-4d4c-ac6a-5c093fc49644",
"publishingoffices": "90596331-d16a-4165-a961-b831b899a4ad",
"WebPageType": "sample string 10",
"targetaudiences": "76526822-1106-410c-93de-bedabebcf553",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"ShowInNavigation": true,
"ParentId": "c7e1d886-00e9-48d7-b0f6-affb6e07a5a6",
"RootId": "98f17e7a-a610-4b89-a6f7-4dd88617b8f0",
"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": "46da115c-4fe6-4e5a-82f5-b27dca50cb84",
"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-03-10T12:20:21.3288013Z",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b5ff3244-20e8-4bf1-b93a-0e0440457a5a",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e03ffdd4-2cd7-4b1c-bf5f-297ce00266fa",
"Summary": "sample string 12",
"regionscountries": "77c6416e-8be3-4b2d-916b-c96ca43d0278",
"DisplayTitle": "sample string 14",
"healthtopics": "d4e2bf8a-fee4-4186-bc3d-5790c54c771b",
"ParentId": "ab633917-50bb-4aca-8035-9b92cd24e82e",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b5ff3244-20e8-4bf1-b93a-0e0440457a5a",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e03ffdd4-2cd7-4b1c-bf5f-297ce00266fa",
"Summary": "sample string 12",
"regionscountries": "77c6416e-8be3-4b2d-916b-c96ca43d0278",
"DisplayTitle": "sample string 14",
"healthtopics": "d4e2bf8a-fee4-4186-bc3d-5790c54c771b",
"ParentId": "ab633917-50bb-4aca-8035-9b92cd24e82e",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-10T12:20:21.3288013+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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "5482e72b-33aa-4b41-971b-ebbcb75fe291",
"publishingoffices": "a29313d6-d318-49ed-a8b3-98d20479d120",
"events": "41382c4a-d279-450a-ade2-0afbea9519f1",
"targets": "92032120-c860-4cc4-8aa3-6c8b281d7602",
"Category": "2ab394ab-7a69-48eb-8421-4d69402c7b34",
"imagetypes": "fbb17860-da95-4f50-af33-6289f6c022c9",
"departmentaltargets": "c0400d80-b77a-4f55-8283-89e293163b96",
"stakeholders": "85cd7bde-1a38-4f00-a97c-aa017c23def7",
"Tags": "c1f25c06-86aa-4ba8-a14f-253cccb58095",
"healthtopics": "e11b590b-ba36-48d2-9a6b-b9d19019b1b8",
"targetaudiences": "21f1887d-dfa3-4e7e-a91c-80cc89e6576f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "0541f8f4-0ba3-497a-978d-ea17608d07ec",
"ParentId": "efe0b8a3-c212-4d2a-9e51-ab677ccbe0ef",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "5482e72b-33aa-4b41-971b-ebbcb75fe291",
"publishingoffices": "a29313d6-d318-49ed-a8b3-98d20479d120",
"events": "41382c4a-d279-450a-ade2-0afbea9519f1",
"targets": "92032120-c860-4cc4-8aa3-6c8b281d7602",
"Category": "2ab394ab-7a69-48eb-8421-4d69402c7b34",
"imagetypes": "fbb17860-da95-4f50-af33-6289f6c022c9",
"departmentaltargets": "c0400d80-b77a-4f55-8283-89e293163b96",
"stakeholders": "85cd7bde-1a38-4f00-a97c-aa017c23def7",
"Tags": "c1f25c06-86aa-4ba8-a14f-253cccb58095",
"healthtopics": "e11b590b-ba36-48d2-9a6b-b9d19019b1b8",
"targetaudiences": "21f1887d-dfa3-4e7e-a91c-80cc89e6576f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "0541f8f4-0ba3-497a-978d-ea17608d07ec",
"ParentId": "efe0b8a3-c212-4d2a-9e51-ab677ccbe0ef",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "9c3a5b37-7b83-4676-bef0-e47230746f99",
"publishingoffices": "a9acd424-db6d-409e-a878-eb362cbd8b1a",
"events": "19aa6077-4a74-448f-af52-627181762634",
"targets": "bea82db1-45cf-41a0-80bc-b1b9c2903338",
"Category": "1c3d4be6-32f5-4f3b-afeb-9ae028860c1d",
"imagetypes": "cfce6823-7f2e-482d-a3b8-fe6d45be473c",
"departmentaltargets": "ba750c4d-c707-4915-a760-b6eabc1e1df3",
"stakeholders": "a0f291f0-721a-4b4f-931f-09b9dd679806",
"Tags": "43bd429c-6c29-405b-80db-ae7a13e9c432",
"healthtopics": "ee215121-bde0-4ef7-8633-d0345822359c",
"targetaudiences": "ae54909c-e41c-4ad2-b962-8873ae22b10d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bed243ba-b64f-4bc2-8586-77d419566a91",
"ParentId": "8b936651-3d05-4584-bb0d-ea1f39436fab",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "9c3a5b37-7b83-4676-bef0-e47230746f99",
"publishingoffices": "a9acd424-db6d-409e-a878-eb362cbd8b1a",
"events": "19aa6077-4a74-448f-af52-627181762634",
"targets": "bea82db1-45cf-41a0-80bc-b1b9c2903338",
"Category": "1c3d4be6-32f5-4f3b-afeb-9ae028860c1d",
"imagetypes": "cfce6823-7f2e-482d-a3b8-fe6d45be473c",
"departmentaltargets": "ba750c4d-c707-4915-a760-b6eabc1e1df3",
"stakeholders": "a0f291f0-721a-4b4f-931f-09b9dd679806",
"Tags": "43bd429c-6c29-405b-80db-ae7a13e9c432",
"healthtopics": "ee215121-bde0-4ef7-8633-d0345822359c",
"targetaudiences": "ae54909c-e41c-4ad2-b962-8873ae22b10d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bed243ba-b64f-4bc2-8586-77d419566a91",
"ParentId": "8b936651-3d05-4584-bb0d-ea1f39436fab",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "887d5e78-6f1f-4482-bc20-44e6c4b274cb",
"publishingoffices": "cdac7a1c-942b-4955-86f7-b2f5ea19fcf1",
"events": "30feb048-e33a-46af-ac94-29ce1063a4f9",
"targets": "b60fad89-fd01-4da9-b93d-93953270d13e",
"Category": "dd2635de-06a7-4728-82fd-bc5f6891826a",
"imagetypes": "52ad4e96-38ce-4de7-95f2-b311e317cde4",
"departmentaltargets": "af8cdc80-a321-47fe-910c-7e61184d614d",
"stakeholders": "234ad407-fdaa-4f13-b313-846e9560d7c0",
"Tags": "433e90e2-8d53-446c-b44f-686d12e55a81",
"healthtopics": "99bedd7b-4a7e-4a09-895b-fa71c02a9de1",
"targetaudiences": "ca467f33-13a4-4591-9127-d28619d64e03",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dc5b24b1-f081-419c-8b3a-d2cdcec5f108",
"ParentId": "8f077188-71f9-4a20-b1a5-b914c219ac69",
"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-03-10T12:20:21.3288013Z",
"PublicationDate": "2026-03-10T12:20:21.3288013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-10T12:20:21.3288013Z",
"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": "887d5e78-6f1f-4482-bc20-44e6c4b274cb",
"publishingoffices": "cdac7a1c-942b-4955-86f7-b2f5ea19fcf1",
"events": "30feb048-e33a-46af-ac94-29ce1063a4f9",
"targets": "b60fad89-fd01-4da9-b93d-93953270d13e",
"Category": "dd2635de-06a7-4728-82fd-bc5f6891826a",
"imagetypes": "52ad4e96-38ce-4de7-95f2-b311e317cde4",
"departmentaltargets": "af8cdc80-a321-47fe-910c-7e61184d614d",
"stakeholders": "234ad407-fdaa-4f13-b313-846e9560d7c0",
"Tags": "433e90e2-8d53-446c-b44f-686d12e55a81",
"healthtopics": "99bedd7b-4a7e-4a09-895b-fa71c02a9de1",
"targetaudiences": "ca467f33-13a4-4591-9127-d28619d64e03",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dc5b24b1-f081-419c-8b3a-d2cdcec5f108",
"ParentId": "8f077188-71f9-4a20-b1a5-b914c219ac69",
"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.