Returns a set of data items of type resultsreporttickers.
GET /api/news/resultsreporttickers
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 | |
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-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"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": "d46f818d-364e-4536-85ce-171fde320f82",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"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": "d46f818d-364e-4536-85ce-171fde320f82",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets resultsreporttickers item by id.
GET /api/news/resultsreporttickers({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 | |
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-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"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": "988aef35-58c5-401f-8c72-50a2624e9a57",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from resultsreporttickers item.
GET /api/news/resultsreporttickers({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": "3c604dc0-e1d8-4bd4-a98f-264f2a61cb9c"
}
Creates a resultsreporttickers item.
POST /api/news/resultsreporttickers
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 | |
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
{
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TickersType": "sample string 5",
"AnimationStart": 6.0,
"SortOrder": 7.0,
"Title": "sample string 8",
"AnimationIncrement": 9.0,
"Unit": "sample string 10",
"ValueNumber": 11.0,
"Amount": "sample string 12",
"ValueText": "sample string 13",
"Summary": "sample string 14",
"DisplayTitle": "sample string 15",
"ParentId": "603cec8d-d5e1-4e65-b724-997dc718ff67"
}
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 | |
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-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"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": "5bd57a17-2373-47f5-9e3b-a10572e840e2",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for resultsreporttickers item.
PATCH /api/news/resultsreporttickers({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 | |
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
{
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TickersType": "sample string 5",
"AnimationStart": 6.0,
"SortOrder": 7.0,
"Title": "sample string 8",
"AnimationIncrement": 9.0,
"Unit": "sample string 10",
"ValueNumber": 11.0,
"Amount": "sample string 12",
"ValueText": "sample string 13",
"Summary": "sample string 14",
"DisplayTitle": "sample string 15",
"ParentId": "e239ad2b-4d7a-43e9-a823-585b82a52527"
}
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 resultsreporttickers item.
PUT /api/news/resultsreporttickers({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 | |
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
{
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TickersType": "sample string 5",
"AnimationStart": 6.0,
"SortOrder": 7.0,
"Title": "sample string 8",
"AnimationIncrement": 9.0,
"Unit": "sample string 10",
"ValueNumber": 11.0,
"Amount": "sample string 12",
"ValueText": "sample string 13",
"Summary": "sample string 14",
"DisplayTitle": "sample string 15",
"ParentId": "42acc08c-d999-49f3-859a-6c97640e7ea3"
}
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 resultsreporttickers item by Id.
DELETE /api/news/resultsreporttickers({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 resultsreporttickers item.
GET /api/news/resultsreporttickers({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-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "4cae7bfa-ddf2-411c-9d46-242bf0f6ce6c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "376edb9e-d3f8-4e92-ac35-a3ec8b7090b8",
"publishingoffices": "8b38426f-ffa2-41de-bd01-3301c020ac43",
"ReportingStartDate": "2025-09-11T02:57:12.6419366Z",
"ReportingEndDate": "2025-09-11T02:57:12.6419366Z",
"targetaudiences": "ffd4f477-f876-4ec0-bfe6-8c7fc61bc13a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.6419366Z",
"PublicationDate": "2025-09-11T02:57:12.6419366Z",
"DateCreated": "2025-09-11T02:57:12.6419366Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "4cae7bfa-ddf2-411c-9d46-242bf0f6ce6c",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "376edb9e-d3f8-4e92-ac35-a3ec8b7090b8",
"publishingoffices": "8b38426f-ffa2-41de-bd01-3301c020ac43",
"ReportingStartDate": "2025-09-11T02:57:12.6419366Z",
"ReportingEndDate": "2025-09-11T02:57:12.6419366Z",
"targetaudiences": "ffd4f477-f876-4ec0-bfe6-8c7fc61bc13a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.6419366+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to resultsreporttickers item.
POST /api/news/resultsreporttickers({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 resultsreporttickers item.
DELETE /api/news/resultsreporttickers({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.