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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "25929d32-63c5-4616-8a86-e24ce93a494d",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "25929d32-63c5-4616-8a86-e24ce93a494d",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "a393452b-e0b4-491b-9820-ff0ca72a533d",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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": "cfbb2fcf-16aa-46cc-aa74-49880d8b5c50"
}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-01-14T13:41:21.0140187Z",
"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": "d5bf663f-c255-4da6-ab88-9782bda0bac1"
}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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "b007b234-a064-460f-9af1-72cc4db42245",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"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": "5e1f79e0-ee7d-4462-89fd-8dd48d99b1f5"
}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-01-14T13:41:21.0140187Z",
"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": "4d1068cb-d58b-4f9a-abbd-31b8a94088b0"
}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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "cac43487-b844-49c2-8cf9-4c2d9e7d2714",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "97afb95c-9b01-4ed3-a674-a56713b4de60",
"publishingoffices": "f31fa14d-ce0a-469f-96ac-6db17bbc0b38",
"ReportingStartDate": "2026-01-14T13:41:21.0140187Z",
"ReportingEndDate": "2026-01-14T13:41:21.0140187Z",
"targetaudiences": "4faa893d-7752-460a-a159-923a4f601d3a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "cac43487-b844-49c2-8cf9-4c2d9e7d2714",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "97afb95c-9b01-4ed3-a674-a56713b4de60",
"publishingoffices": "f31fa14d-ce0a-469f-96ac-6db17bbc0b38",
"ReportingStartDate": "2026-01-14T13:41:21.0140187Z",
"ReportingEndDate": "2026-01-14T13:41:21.0140187Z",
"targetaudiences": "4faa893d-7752-460a-a159-923a4f601d3a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "59d56468-2d67-4b2f-bf79-442a39365aaf",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "acefab9f-8016-4921-8ec0-bb2d2aa625c0",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "8145c338-7c37-4310-91bd-0f918ab3e51f",
"SortOrder": 15.0,
"publishingoffices": "431bef8d-3afc-4376-aba8-464957952699",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "571ee3eb-742f-4b3f-82ef-1ba798d63bed",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "59d56468-2d67-4b2f-bf79-442a39365aaf",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "acefab9f-8016-4921-8ec0-bb2d2aa625c0",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "8145c338-7c37-4310-91bd-0f918ab3e51f",
"SortOrder": 15.0,
"publishingoffices": "431bef8d-3afc-4376-aba8-464957952699",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "571ee3eb-742f-4b3f-82ef-1ba798d63bed",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "b2eec5a5-e06d-4bc7-88a6-93564dd7059a",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "b2eec5a5-e06d-4bc7-88a6-93564dd7059a",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"UrlName": "sample string 2",
"organizations": "075248fc-fade-4a98-956a-353cdb3b239e",
"regionscountries": "3567823e-562e-425a-8dec-f7fb28de9de3",
"sustainabledevelopmentgoals": "d82a510f-8732-448a-a98c-5702c26d7a39",
"departmentaltargets": "088468f7-e175-4f3f-a1e4-986d5210b4db",
"healthtopics": "7f3bf4cd-d924-4bb4-b9b2-4ea9bf6cf27d",
"events": "e5b6cd3d-bfef-4ecc-ae89-b7b3b6c6536a",
"publishingoffices": "540597c9-9556-4c58-a57f-17f4c4c7974e",
"WebPageType": "sample string 10",
"targetaudiences": "d8165fdb-88bc-493c-9133-6f983cee14c0",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"ShowInNavigation": true,
"ParentId": "b14539e8-e325-4ebd-a01f-234644d2fdb8",
"RootId": "fc5fa2bc-625b-4892-bb4e-984e9a18f925",
"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": "d4c6ef5c-02f5-4cf5-9c94-bcca217bf747",
"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-01-14T13:41:21.0140187Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"UrlName": "sample string 2",
"organizations": "075248fc-fade-4a98-956a-353cdb3b239e",
"regionscountries": "3567823e-562e-425a-8dec-f7fb28de9de3",
"sustainabledevelopmentgoals": "d82a510f-8732-448a-a98c-5702c26d7a39",
"departmentaltargets": "088468f7-e175-4f3f-a1e4-986d5210b4db",
"healthtopics": "7f3bf4cd-d924-4bb4-b9b2-4ea9bf6cf27d",
"events": "e5b6cd3d-bfef-4ecc-ae89-b7b3b6c6536a",
"publishingoffices": "540597c9-9556-4c58-a57f-17f4c4c7974e",
"WebPageType": "sample string 10",
"targetaudiences": "d8165fdb-88bc-493c-9133-6f983cee14c0",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"ShowInNavigation": true,
"ParentId": "b14539e8-e325-4ebd-a01f-234644d2fdb8",
"RootId": "fc5fa2bc-625b-4892-bb4e-984e9a18f925",
"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": "d4c6ef5c-02f5-4cf5-9c94-bcca217bf747",
"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-01-14T13:41:21.0140187Z",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "815dd020-20d2-465f-929f-fdf09eed67c8",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "1c5d5ddc-e1ac-4ded-b02f-37617994b1f7",
"Summary": "sample string 12",
"regionscountries": "0ed94166-7f54-4030-a8b3-30c3dd762deb",
"DisplayTitle": "sample string 14",
"healthtopics": "57f8c0db-76b8-458a-a02b-38eb95f0cb4a",
"ParentId": "8168de94-6221-49d3-bf6e-310ad005e3eb",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "815dd020-20d2-465f-929f-fdf09eed67c8",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "1c5d5ddc-e1ac-4ded-b02f-37617994b1f7",
"Summary": "sample string 12",
"regionscountries": "0ed94166-7f54-4030-a8b3-30c3dd762deb",
"DisplayTitle": "sample string 14",
"healthtopics": "57f8c0db-76b8-458a-a02b-38eb95f0cb4a",
"ParentId": "8168de94-6221-49d3-bf6e-310ad005e3eb",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T13:41:21.0140187+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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "6e6c999f-ea03-4833-a9b3-7046238c0217",
"publishingoffices": "f2acf7c1-dbb7-4a1a-b0ff-c6b32f053e06",
"events": "5a88aaef-eb00-48d5-931c-69cab588059c",
"targets": "8a900d83-a279-4dda-ba94-1fecf96ec4de",
"Category": "bb57aed2-a9ec-482e-b7a2-3bbe03836007",
"imagetypes": "751f81ba-5e69-414e-ae39-782bdacdd111",
"departmentaltargets": "daff168c-5db3-4be4-ae6f-3b2b7877fa18",
"stakeholders": "82cb6b54-bee3-4cf5-89f0-3080f16ea4a9",
"Tags": "18f6a825-a0bc-4580-85a4-7c6ce1b05359",
"healthtopics": "488d69c1-0f15-4036-bf67-6f1105e1b319",
"targetaudiences": "09fd17c6-97d1-457d-9d52-e8dbe06e2b50",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "de1d8851-4b93-4f3b-926b-d3168835cc03",
"ParentId": "72fdcbff-56ee-4e96-a455-31166e470081",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "6e6c999f-ea03-4833-a9b3-7046238c0217",
"publishingoffices": "f2acf7c1-dbb7-4a1a-b0ff-c6b32f053e06",
"events": "5a88aaef-eb00-48d5-931c-69cab588059c",
"targets": "8a900d83-a279-4dda-ba94-1fecf96ec4de",
"Category": "bb57aed2-a9ec-482e-b7a2-3bbe03836007",
"imagetypes": "751f81ba-5e69-414e-ae39-782bdacdd111",
"departmentaltargets": "daff168c-5db3-4be4-ae6f-3b2b7877fa18",
"stakeholders": "82cb6b54-bee3-4cf5-89f0-3080f16ea4a9",
"Tags": "18f6a825-a0bc-4580-85a4-7c6ce1b05359",
"healthtopics": "488d69c1-0f15-4036-bf67-6f1105e1b319",
"targetaudiences": "09fd17c6-97d1-457d-9d52-e8dbe06e2b50",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "de1d8851-4b93-4f3b-926b-d3168835cc03",
"ParentId": "72fdcbff-56ee-4e96-a455-31166e470081",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "5f04d334-4881-4315-b839-970ab0d1fc35",
"publishingoffices": "fef2ca08-4112-4895-87f7-d900e7276ee6",
"events": "2a82ab12-34b3-4cfb-b8b9-17e05188c424",
"targets": "436f2403-d3d2-491d-a281-20afac2fcbe7",
"Category": "3d491e4a-9676-444a-a14e-2672405f355d",
"imagetypes": "0c0fd659-a26f-46be-bb1d-e68ae33ad77b",
"departmentaltargets": "3a433034-7b2d-4141-92ea-6c0c4eb5451e",
"stakeholders": "a14b116f-4c46-46b5-8efd-9d609504bae3",
"Tags": "1893f95e-4d51-4fe8-baac-4b2411efa715",
"healthtopics": "16372d2d-be78-42cb-b234-ff158bcfb94e",
"targetaudiences": "ee7b3bb9-6702-420b-8617-c7df33d21098",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "493eb378-f8d2-427d-b304-3e1c743ca551",
"ParentId": "643aff16-37b2-46e2-bc10-5803b9dff143",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "5f04d334-4881-4315-b839-970ab0d1fc35",
"publishingoffices": "fef2ca08-4112-4895-87f7-d900e7276ee6",
"events": "2a82ab12-34b3-4cfb-b8b9-17e05188c424",
"targets": "436f2403-d3d2-491d-a281-20afac2fcbe7",
"Category": "3d491e4a-9676-444a-a14e-2672405f355d",
"imagetypes": "0c0fd659-a26f-46be-bb1d-e68ae33ad77b",
"departmentaltargets": "3a433034-7b2d-4141-92ea-6c0c4eb5451e",
"stakeholders": "a14b116f-4c46-46b5-8efd-9d609504bae3",
"Tags": "1893f95e-4d51-4fe8-baac-4b2411efa715",
"healthtopics": "16372d2d-be78-42cb-b234-ff158bcfb94e",
"targetaudiences": "ee7b3bb9-6702-420b-8617-c7df33d21098",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "493eb378-f8d2-427d-b304-3e1c743ca551",
"ParentId": "643aff16-37b2-46e2-bc10-5803b9dff143",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "e6230879-d218-4d60-bd30-9bda6e8495e7",
"publishingoffices": "a62ed344-7ce8-4d99-aab6-d90c2febaaed",
"events": "55965126-3ca2-4d26-b4cb-3dfe04f30ee3",
"targets": "e00e817f-1119-4d25-9585-2afca7ddf9e1",
"Category": "3acdf621-607a-4866-aabf-f9c116bec667",
"imagetypes": "c10b6d40-6464-4166-a5d7-3b51afe1070b",
"departmentaltargets": "d5774ee2-07e1-4883-adaf-88e7afb27c8c",
"stakeholders": "f3b1ee08-4cda-4bd3-83d5-469603bb1941",
"Tags": "04b4023e-9834-4343-9a8e-76c2af0d5a6d",
"healthtopics": "3331b2d3-4d86-4de2-b3d9-7e5a78438868",
"targetaudiences": "55d8fe75-5c3e-4a07-be7c-12da7a86df1f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eba54e89-6c6d-4590-9c8e-df84ec83d639",
"ParentId": "07915b4c-36dd-42b6-b70e-a4576e884689",
"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-01-14T13:41:21.0140187Z",
"PublicationDate": "2026-01-14T13:41:21.0140187Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-14T13:41:21.0140187Z",
"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": "e6230879-d218-4d60-bd30-9bda6e8495e7",
"publishingoffices": "a62ed344-7ce8-4d99-aab6-d90c2febaaed",
"events": "55965126-3ca2-4d26-b4cb-3dfe04f30ee3",
"targets": "e00e817f-1119-4d25-9585-2afca7ddf9e1",
"Category": "3acdf621-607a-4866-aabf-f9c116bec667",
"imagetypes": "c10b6d40-6464-4166-a5d7-3b51afe1070b",
"departmentaltargets": "d5774ee2-07e1-4883-adaf-88e7afb27c8c",
"stakeholders": "f3b1ee08-4cda-4bd3-83d5-469603bb1941",
"Tags": "04b4023e-9834-4343-9a8e-76c2af0d5a6d",
"healthtopics": "3331b2d3-4d86-4de2-b3d9-7e5a78438868",
"targetaudiences": "55d8fe75-5c3e-4a07-be7c-12da7a86df1f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eba54e89-6c6d-4590-9c8e-df84ec83d639",
"ParentId": "07915b4c-36dd-42b6-b70e-a4576e884689",
"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.