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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "31f289c2-c3c3-4df8-9105-ee1bc5ca0c59",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "31f289c2-c3c3-4df8-9105-ee1bc5ca0c59",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "2cc0b956-c265-4004-a4b8-9539ca4da36e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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": "67c61d5b-b4cf-4c65-ac90-84ffd20bba16"
}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-08-30T01:48:00.3758346Z",
"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": "c61a1810-c8b0-4621-8eb2-4f23e684202d"
}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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "69ee693a-ed65-42e1-bdcb-7288c591a633",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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-08-30T01:48:00.3758346Z",
"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": "e01450eb-bb54-4f53-a9cc-58c0c2290429"
}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-08-30T01:48:00.3758346Z",
"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": "43ca0283-473c-4106-88e8-1f73a702d13a"
}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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "9f7e4605-0359-4dd6-a476-3fc3061e910e",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "c858d6a3-34e4-4679-b768-f6a17eb75e3b",
"publishingoffices": "9902cfd4-ccd7-4265-a1c5-a445544e1778",
"ReportingStartDate": "2026-08-30T01:48:00.3758346Z",
"ReportingEndDate": "2026-08-30T01:48:00.3758346Z",
"targetaudiences": "9d05736e-17fb-4160-9fa8-d5c479b5ba22",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "9f7e4605-0359-4dd6-a476-3fc3061e910e",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "c858d6a3-34e4-4679-b768-f6a17eb75e3b",
"publishingoffices": "9902cfd4-ccd7-4265-a1c5-a445544e1778",
"ReportingStartDate": "2026-08-30T01:48:00.3758346Z",
"ReportingEndDate": "2026-08-30T01:48:00.3758346Z",
"targetaudiences": "9d05736e-17fb-4160-9fa8-d5c479b5ba22",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "56141cd6-d153-4d6a-a882-fc048f6dee80",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "955f65fa-3e2d-42d3-813b-97bf8532a2f6",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "be8cb7cd-f69a-4864-b713-7fbeda349593",
"SortOrder": 15.0,
"publishingoffices": "cd7b769f-b095-4869-921e-c8c76a307b63",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "0635d2e9-3164-487b-ac6e-89fc1470fd36",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "56141cd6-d153-4d6a-a882-fc048f6dee80",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "955f65fa-3e2d-42d3-813b-97bf8532a2f6",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "be8cb7cd-f69a-4864-b713-7fbeda349593",
"SortOrder": 15.0,
"publishingoffices": "cd7b769f-b095-4869-921e-c8c76a307b63",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "0635d2e9-3164-487b-ac6e-89fc1470fd36",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "b8bbe345-0ccb-49cb-814e-8c6e0c29e2e4",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "b8bbe345-0ccb-49cb-814e-8c6e0c29e2e4",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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-08-30T01:48:00.3758346Z",
"UrlName": "sample string 2",
"organizations": "1a0e2c56-6db6-4132-8c19-c98e5171f7b3",
"regionscountries": "6e3084ac-f91e-4d5e-9155-fbab6b7d14ed",
"sustainabledevelopmentgoals": "a1ac6a9b-3398-4473-a3b0-22d14ea5981a",
"departmentaltargets": "b3740eaf-467f-43c5-a3b8-edca22bf57b9",
"healthtopics": "93ca912a-8d50-4c62-84d6-8a202630c3fe",
"events": "5992805c-b33f-4fc5-b683-c921975a35ef",
"publishingoffices": "0d703d6b-ecd1-47eb-b675-db863bc19e90",
"WebPageType": "sample string 10",
"targetaudiences": "be5a2911-47ef-494a-bcc1-a0fd141e4df6",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"ShowInNavigation": true,
"ParentId": "925d21d2-3c64-41d2-8ed1-43638d5e2758",
"RootId": "d8b9171e-0c18-485d-8238-eb33161dc0d8",
"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": "50756974-1cc0-4bc5-8bd1-a9c8544c2484",
"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-08-30T01:48:00.3758346Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"UrlName": "sample string 2",
"organizations": "1a0e2c56-6db6-4132-8c19-c98e5171f7b3",
"regionscountries": "6e3084ac-f91e-4d5e-9155-fbab6b7d14ed",
"sustainabledevelopmentgoals": "a1ac6a9b-3398-4473-a3b0-22d14ea5981a",
"departmentaltargets": "b3740eaf-467f-43c5-a3b8-edca22bf57b9",
"healthtopics": "93ca912a-8d50-4c62-84d6-8a202630c3fe",
"events": "5992805c-b33f-4fc5-b683-c921975a35ef",
"publishingoffices": "0d703d6b-ecd1-47eb-b675-db863bc19e90",
"WebPageType": "sample string 10",
"targetaudiences": "be5a2911-47ef-494a-bcc1-a0fd141e4df6",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"ShowInNavigation": true,
"ParentId": "925d21d2-3c64-41d2-8ed1-43638d5e2758",
"RootId": "d8b9171e-0c18-485d-8238-eb33161dc0d8",
"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": "50756974-1cc0-4bc5-8bd1-a9c8544c2484",
"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-08-30T01:48:00.3758346Z",
"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-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "740f9a09-09d2-4755-bf7a-c1116d533d6b",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "77a8f0d8-9dc7-4bee-95b8-120f15508a15",
"Summary": "sample string 12",
"regionscountries": "af826fa3-edb4-4f31-a633-6423862679d9",
"DisplayTitle": "sample string 14",
"healthtopics": "114add85-197d-4cb0-adfb-51d7354f75c8",
"ParentId": "adb3fd69-aa72-42a9-9587-f78837c82894",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "740f9a09-09d2-4755-bf7a-c1116d533d6b",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "77a8f0d8-9dc7-4bee-95b8-120f15508a15",
"Summary": "sample string 12",
"regionscountries": "af826fa3-edb4-4f31-a633-6423862679d9",
"DisplayTitle": "sample string 14",
"healthtopics": "114add85-197d-4cb0-adfb-51d7354f75c8",
"ParentId": "adb3fd69-aa72-42a9-9587-f78837c82894",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-30T01:48:00.3758346+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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "783a72c4-cbc0-488b-b84c-1524360ed083",
"publishingoffices": "8262c793-4f7d-4843-8292-46323b1d9f9d",
"events": "85ef2fa9-ff71-4266-9b44-ec86f75ae206",
"targets": "d6f84169-3be6-44a0-b2e7-acc5d9e590a8",
"Category": "ab071bbe-c9ff-4b98-9a7c-e49cfbe50ff5",
"imagetypes": "0f4648bd-d7cd-4ccd-ad54-324c3658b975",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8ea9753e-19d3-4f60-a1b8-d713548672b1",
"stakeholders": "c456cc33-3fa6-42bc-b1ce-120340eb7c2e",
"Tags": "c695cd1e-f7c2-4d5c-93dc-6e123d79ae19",
"healthtopics": "cf83318e-0841-4383-bd4b-7e1c83266621",
"targetaudiences": "b8119824-70e7-4903-b452-9d3f4b27f4b1",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "aac3a1e3-36b0-418a-b3ce-ccece2c76c73",
"ParentId": "0f68ad68-f010-4f0d-9a6d-dd1582b21106",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "783a72c4-cbc0-488b-b84c-1524360ed083",
"publishingoffices": "8262c793-4f7d-4843-8292-46323b1d9f9d",
"events": "85ef2fa9-ff71-4266-9b44-ec86f75ae206",
"targets": "d6f84169-3be6-44a0-b2e7-acc5d9e590a8",
"Category": "ab071bbe-c9ff-4b98-9a7c-e49cfbe50ff5",
"imagetypes": "0f4648bd-d7cd-4ccd-ad54-324c3658b975",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8ea9753e-19d3-4f60-a1b8-d713548672b1",
"stakeholders": "c456cc33-3fa6-42bc-b1ce-120340eb7c2e",
"Tags": "c695cd1e-f7c2-4d5c-93dc-6e123d79ae19",
"healthtopics": "cf83318e-0841-4383-bd4b-7e1c83266621",
"targetaudiences": "b8119824-70e7-4903-b452-9d3f4b27f4b1",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "aac3a1e3-36b0-418a-b3ce-ccece2c76c73",
"ParentId": "0f68ad68-f010-4f0d-9a6d-dd1582b21106",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to 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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "8c51a95d-5889-4480-b9c7-79de0d06dd88",
"publishingoffices": "974f296f-85c9-4fe3-94e4-ef4031a30b36",
"events": "64adb032-de17-4be0-a90b-55c7e67856fd",
"targets": "7c95c238-09e4-4193-b684-1916e999d9a6",
"Category": "e1993e6e-e8a5-49b2-925e-f13bbea18e36",
"imagetypes": "ceb3335f-c72a-4b0b-ab0c-bc60a1492b05",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f00bd5a1-3106-49bd-9d05-54c0f04fc8b3",
"stakeholders": "dff98e1e-9d15-449f-b142-3ca3b18ad6dc",
"Tags": "a4a11332-f724-4b3e-abdd-e15b472df055",
"healthtopics": "51a8d6fd-f68a-4b3b-9774-adbf72724d0e",
"targetaudiences": "81092fb6-aa63-420b-b346-1e8f9cbc4136",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5cc7d1a4-7783-48d5-a6a1-1b709770b852",
"ParentId": "c0307925-5ad0-4de1-9c44-a2b6f24b6e36",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "8c51a95d-5889-4480-b9c7-79de0d06dd88",
"publishingoffices": "974f296f-85c9-4fe3-94e4-ef4031a30b36",
"events": "64adb032-de17-4be0-a90b-55c7e67856fd",
"targets": "7c95c238-09e4-4193-b684-1916e999d9a6",
"Category": "e1993e6e-e8a5-49b2-925e-f13bbea18e36",
"imagetypes": "ceb3335f-c72a-4b0b-ab0c-bc60a1492b05",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f00bd5a1-3106-49bd-9d05-54c0f04fc8b3",
"stakeholders": "dff98e1e-9d15-449f-b142-3ca3b18ad6dc",
"Tags": "a4a11332-f724-4b3e-abdd-e15b472df055",
"healthtopics": "51a8d6fd-f68a-4b3b-9774-adbf72724d0e",
"targetaudiences": "81092fb6-aa63-420b-b346-1e8f9cbc4136",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5cc7d1a4-7783-48d5-a6a1-1b709770b852",
"ParentId": "c0307925-5ad0-4de1-9c44-a2b6f24b6e36",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "dfa2574a-977b-45e9-b5e3-dac73c4bee9f",
"publishingoffices": "76763626-9575-4a0a-9911-d2f2173bcf57",
"events": "e8666964-2d21-40be-bcd8-16c646be3d73",
"targets": "e5195b95-41af-4b1b-8f4e-d60f32debd8b",
"Category": "8325935b-89e1-454d-a8ba-54659c2bd562",
"imagetypes": "950646d8-a2c0-4e79-98d5-4776f600a2e3",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "091e1678-c6db-43a2-8b0e-d5944d41580e",
"stakeholders": "6253d86c-bbd2-44cd-b4dc-6f17cd7a82bb",
"Tags": "bd0fc56d-42fc-4414-8eb6-30602e96cb73",
"healthtopics": "b20f97ed-148a-4e18-a5ff-8494b7116f7e",
"targetaudiences": "97268ca2-8abc-47cf-a334-1f98b86631e0",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "81a74d99-cec0-4298-9bf9-e02a281b13be",
"ParentId": "83251805-b87e-4743-94ab-3659901c737a",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-30T01:48:00.3758346Z",
"PublicationDate": "2026-08-30T01:48:00.3758346Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T01:48:00.3758346Z",
"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": "dfa2574a-977b-45e9-b5e3-dac73c4bee9f",
"publishingoffices": "76763626-9575-4a0a-9911-d2f2173bcf57",
"events": "e8666964-2d21-40be-bcd8-16c646be3d73",
"targets": "e5195b95-41af-4b1b-8f4e-d60f32debd8b",
"Category": "8325935b-89e1-454d-a8ba-54659c2bd562",
"imagetypes": "950646d8-a2c0-4e79-98d5-4776f600a2e3",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "091e1678-c6db-43a2-8b0e-d5944d41580e",
"stakeholders": "6253d86c-bbd2-44cd-b4dc-6f17cd7a82bb",
"Tags": "bd0fc56d-42fc-4414-8eb6-30602e96cb73",
"healthtopics": "b20f97ed-148a-4e18-a5ff-8494b7116f7e",
"targetaudiences": "97268ca2-8abc-47cf-a334-1f98b86631e0",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "81a74d99-cec0-4298-9bf9-e02a281b13be",
"ParentId": "83251805-b87e-4743-94ab-3659901c737a",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to 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.