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": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"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": "f2be88ae-9a57-4fbe-8ffd-e1a3de263b57",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"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": "f2be88ae-9a57-4fbe-8ffd-e1a3de263b57",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+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": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"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": "16568481-786c-420a-b7e9-1b4e87a8557e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+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": "c588655b-eb6d-401a-8d3c-c8f691623857"
}
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": "2025-10-06T11:53:02.8117471Z",
"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": "f7371393-e7e3-47b6-82c9-64c593c215f8"
}
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": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"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": "ec07aada-21bc-44a9-abd2-024dd6a00e15",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+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": "2025-10-06T11:53:02.8117471Z",
"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": "cd3cd2af-b52f-42a1-a16f-fe583db315de"
}
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": "2025-10-06T11:53:02.8117471Z",
"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": "2fb790fa-3e06-452e-9ae8-aa86103fa761"
}
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": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "58496bce-f3d0-4b51-9114-4b90275b430b",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "850159c7-a3ef-4076-9c38-38e5a1425a8c",
"publishingoffices": "5e069128-eba7-46bf-bbca-f65dffe5f9e2",
"ReportingStartDate": "2025-10-06T11:53:02.8117471Z",
"ReportingEndDate": "2025-10-06T11:53:02.8117471Z",
"targetaudiences": "99a5bfbc-62f9-4d32-8c97-8e80f97adb70",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "58496bce-f3d0-4b51-9114-4b90275b430b",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "850159c7-a3ef-4076-9c38-38e5a1425a8c",
"publishingoffices": "5e069128-eba7-46bf-bbca-f65dffe5f9e2",
"ReportingStartDate": "2025-10-06T11:53:02.8117471Z",
"ReportingEndDate": "2025-10-06T11:53:02.8117471Z",
"targetaudiences": "99a5bfbc-62f9-4d32-8c97-8e80f97adb70",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+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": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "e0cd5cf3-7c7f-4bbf-b3f5-b07a2d599926",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "0e56fd7d-021e-45d1-9f72-ae4e229705e1",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "515583e2-db66-4713-ba02-505e3333730a",
"SortOrder": 15.0,
"publishingoffices": "a6f1bb34-cde8-4b8c-bf63-54d2108fc881",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "e8df04ef-43ce-405f-ba75-1d99e246d2cb",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:53:02.8117471Z",
"PublicationDate": "2025-10-06T11:53:02.8117471Z",
"DateCreated": "2025-10-06T11:53:02.8117471Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "e0cd5cf3-7c7f-4bbf-b3f5-b07a2d599926",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "0e56fd7d-021e-45d1-9f72-ae4e229705e1",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "515583e2-db66-4713-ba02-505e3333730a",
"SortOrder": 15.0,
"publishingoffices": "a6f1bb34-cde8-4b8c-bf63-54d2108fc881",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "e8df04ef-43ce-405f-ba75-1d99e246d2cb",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.8117471+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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "d70309eb-dd52-4a87-8319-727b8e982c5c",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.827375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "d70309eb-dd52-4a87-8319-727b8e982c5c",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.827375+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": "2025-10-06T11:53:02.827375Z",
"UrlName": "sample string 2",
"organizations": "a69ce81a-8664-4949-a476-bf7f1351ad49",
"regionscountries": "979d5fa4-8e8d-46ca-abde-4572b16160fd",
"sustainabledevelopmentgoals": "b8b695ea-f294-4f84-b928-ae0507fb77e6",
"departmentaltargets": "57917bc6-bdcb-45f6-b8db-b1ae1e257c37",
"healthtopics": "b69167fc-da3c-4073-80c1-e754d8415cde",
"events": "c7b119d2-fee8-44f0-bede-b5b23156b823",
"publishingoffices": "040491a5-cab9-4e9d-9ed2-390e789c652b",
"WebPageType": "sample string 10",
"targetaudiences": "5ed6dae1-d474-41eb-9f7d-f2bc5d9b9d22",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"ShowInNavigation": true,
"ParentId": "85726d2d-61d7-4179-af4f-cc85c77441f0",
"RootId": "572770ed-f563-4a34-98f6-17ce0b7079e7",
"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": "a6345b22-8d3f-4a64-abec-887c221c8efd",
"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": "2025-10-06T11:53:02.827375Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T11:53:02.827375Z",
"UrlName": "sample string 2",
"organizations": "a69ce81a-8664-4949-a476-bf7f1351ad49",
"regionscountries": "979d5fa4-8e8d-46ca-abde-4572b16160fd",
"sustainabledevelopmentgoals": "b8b695ea-f294-4f84-b928-ae0507fb77e6",
"departmentaltargets": "57917bc6-bdcb-45f6-b8db-b1ae1e257c37",
"healthtopics": "b69167fc-da3c-4073-80c1-e754d8415cde",
"events": "c7b119d2-fee8-44f0-bede-b5b23156b823",
"publishingoffices": "040491a5-cab9-4e9d-9ed2-390e789c652b",
"WebPageType": "sample string 10",
"targetaudiences": "5ed6dae1-d474-41eb-9f7d-f2bc5d9b9d22",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"ShowInNavigation": true,
"ParentId": "85726d2d-61d7-4179-af4f-cc85c77441f0",
"RootId": "572770ed-f563-4a34-98f6-17ce0b7079e7",
"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": "a6345b22-8d3f-4a64-abec-887c221c8efd",
"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": "2025-10-06T11:53:02.827375Z",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "426c6d8d-005a-4425-866d-ad4e8b9e74a4",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "bac76b00-a6a6-4339-aa44-9c158d473ae5",
"Summary": "sample string 12",
"regionscountries": "463051fe-a35f-430d-9bbe-b6a0ba6f1dc6",
"DisplayTitle": "sample string 14",
"healthtopics": "22940530-d8e0-4a1c-bc52-877b7595d621",
"ParentId": "f5fe06ec-1acf-4922-96c2-5e70bbddd550",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.827375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "426c6d8d-005a-4425-866d-ad4e8b9e74a4",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "bac76b00-a6a6-4339-aa44-9c158d473ae5",
"Summary": "sample string 12",
"regionscountries": "463051fe-a35f-430d-9bbe-b6a0ba6f1dc6",
"DisplayTitle": "sample string 14",
"healthtopics": "22940530-d8e0-4a1c-bc52-877b7595d621",
"ParentId": "f5fe06ec-1acf-4922-96c2-5e70bbddd550",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:53:02.827375+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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "058bf536-8898-4ab4-ace8-e74afd553bcb",
"publishingoffices": "4317bd2d-86f0-48da-abf3-afe184c5fb35",
"events": "de044f01-0641-40a8-a3c5-927a738b058b",
"targets": "b4407333-465c-4dd1-bd01-35efd28a0594",
"Category": "2e345113-bc5f-4e6a-bb09-7faa06c5927f",
"imagetypes": "312d15a0-6208-4438-b81c-9f1be2e67c69",
"departmentaltargets": "c2c1e172-0e53-4739-bbe2-1f18f77fe4f6",
"stakeholders": "60926c89-ec08-47a2-b625-260d5f60944b",
"Tags": "34e5bad5-c369-4d51-85c4-3727b9da5da6",
"healthtopics": "5f6bf5c2-8365-4af7-ae62-99af6f3ac7ca",
"targetaudiences": "c403154a-7d53-4c0f-b8f1-3745bcc73781",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "41d65709-f8bb-4742-b43c-bae4bb28f5bb",
"ParentId": "f6eebc79-1a0f-49d7-b610-2bd83f1b6ad9",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "058bf536-8898-4ab4-ace8-e74afd553bcb",
"publishingoffices": "4317bd2d-86f0-48da-abf3-afe184c5fb35",
"events": "de044f01-0641-40a8-a3c5-927a738b058b",
"targets": "b4407333-465c-4dd1-bd01-35efd28a0594",
"Category": "2e345113-bc5f-4e6a-bb09-7faa06c5927f",
"imagetypes": "312d15a0-6208-4438-b81c-9f1be2e67c69",
"departmentaltargets": "c2c1e172-0e53-4739-bbe2-1f18f77fe4f6",
"stakeholders": "60926c89-ec08-47a2-b625-260d5f60944b",
"Tags": "34e5bad5-c369-4d51-85c4-3727b9da5da6",
"healthtopics": "5f6bf5c2-8365-4af7-ae62-99af6f3ac7ca",
"targetaudiences": "c403154a-7d53-4c0f-b8f1-3745bcc73781",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "41d65709-f8bb-4742-b43c-bae4bb28f5bb",
"ParentId": "f6eebc79-1a0f-49d7-b610-2bd83f1b6ad9",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "cdc18a60-ddcb-4db3-a295-8c75b6b4fc5c",
"publishingoffices": "aadc49de-99a0-4ad1-872c-85686d935571",
"events": "b4334268-f8c6-4b12-ab72-34e72ed05cb6",
"targets": "ed133c78-eb24-4c49-8fc6-a13f0cdceb27",
"Category": "913090a0-7eb4-409f-bed2-149f5faec737",
"imagetypes": "1563d341-d0f8-48cc-9a17-cf36e91ac793",
"departmentaltargets": "a8af0889-2e21-4fbb-90e9-b95c483ce940",
"stakeholders": "0d35756c-80d8-4f9b-aa4a-f1c597b1226b",
"Tags": "87495a1d-959f-45b3-9e60-0c921f9819ec",
"healthtopics": "54e5cd9f-d4d3-49c7-8104-d7c189158c41",
"targetaudiences": "36187e62-da3c-4f62-8719-818e19d455ec",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2e61c65-479d-4d81-a768-27c3f42cd78e",
"ParentId": "17aeae01-7575-4f47-bc6b-aac54f5ba6b0",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "cdc18a60-ddcb-4db3-a295-8c75b6b4fc5c",
"publishingoffices": "aadc49de-99a0-4ad1-872c-85686d935571",
"events": "b4334268-f8c6-4b12-ab72-34e72ed05cb6",
"targets": "ed133c78-eb24-4c49-8fc6-a13f0cdceb27",
"Category": "913090a0-7eb4-409f-bed2-149f5faec737",
"imagetypes": "1563d341-d0f8-48cc-9a17-cf36e91ac793",
"departmentaltargets": "a8af0889-2e21-4fbb-90e9-b95c483ce940",
"stakeholders": "0d35756c-80d8-4f9b-aa4a-f1c597b1226b",
"Tags": "87495a1d-959f-45b3-9e60-0c921f9819ec",
"healthtopics": "54e5cd9f-d4d3-49c7-8104-d7c189158c41",
"targetaudiences": "36187e62-da3c-4f62-8719-818e19d455ec",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2e61c65-479d-4d81-a768-27c3f42cd78e",
"ParentId": "17aeae01-7575-4f47-bc6b-aac54f5ba6b0",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "c6261c89-08a4-4717-bbed-0a1c928d569c",
"publishingoffices": "740489d4-2a3b-451a-a55e-c39556abc6b0",
"events": "af9066b3-61bb-4f5f-abb1-50f129539985",
"targets": "4a7941e7-0a37-4a07-95e4-231ea6ee2de5",
"Category": "abae78c0-939a-46d8-9897-96d3f26872a9",
"imagetypes": "b7f85590-c443-4e7e-93f3-cce3b2ba39f8",
"departmentaltargets": "f15c5fd0-4933-4b0b-b27a-ff38bb39cdc2",
"stakeholders": "4c4c35e4-89a4-4e6a-bd9f-86c8eccbd9e4",
"Tags": "88abd86d-4567-4021-be2a-bd59990daad5",
"healthtopics": "1443995d-0ea7-4dad-a3be-97a30a2cac3b",
"targetaudiences": "18adacc9-18c6-4586-9d20-4a5f9f1e9574",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b8e01432-e180-4186-974a-d033eeadeece",
"ParentId": "d2d2ff06-fad5-4652-8d4d-b2db665ccda6",
"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": "2025-10-06T11:53:02.827375Z",
"PublicationDate": "2025-10-06T11:53:02.827375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:53:02.827375Z",
"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": "c6261c89-08a4-4717-bbed-0a1c928d569c",
"publishingoffices": "740489d4-2a3b-451a-a55e-c39556abc6b0",
"events": "af9066b3-61bb-4f5f-abb1-50f129539985",
"targets": "4a7941e7-0a37-4a07-95e4-231ea6ee2de5",
"Category": "abae78c0-939a-46d8-9897-96d3f26872a9",
"imagetypes": "b7f85590-c443-4e7e-93f3-cce3b2ba39f8",
"departmentaltargets": "f15c5fd0-4933-4b0b-b27a-ff38bb39cdc2",
"stakeholders": "4c4c35e4-89a4-4e6a-bd9f-86c8eccbd9e4",
"Tags": "88abd86d-4567-4021-be2a-bd59990daad5",
"healthtopics": "1443995d-0ea7-4dad-a3be-97a30a2cac3b",
"targetaudiences": "18adacc9-18c6-4586-9d20-4a5f9f1e9574",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b8e01432-e180-4186-974a-d033eeadeece",
"ParentId": "d2d2ff06-fad5-4652-8d4d-b2db665ccda6",
"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.