Returns a set of data items of type resultsreportcharts.
GET /api/resultsreport/resultsreportcharts
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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "ff5c2138-437a-4ceb-b519-ca6fefe02414",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "ff5c2138-437a-4ceb-b519-ca6fefe02414",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets resultsreportcharts item by id.
GET /api/resultsreport/resultsreportcharts({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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "669ea250-3cfe-491a-be88-e3c3cb0f5f66",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from resultsreportcharts item.
GET /api/resultsreport/resultsreportcharts({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": "e0c4b485-dc70-47ce-9ccc-d5429b231e7e"
}
Creates a resultsreportcharts item.
POST /api/resultsreport/resultsreportcharts
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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "c86784fd-a727-48b7-9bb7-f52f27778d7a"
}
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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "4c4e9067-f5d2-4c9e-a019-d94fbce6433a",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for resultsreportcharts item.
PATCH /api/resultsreport/resultsreportcharts({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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "a6399153-b0b7-464d-a79e-1a0303d4c495"
}
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 resultsreportcharts item.
PUT /api/resultsreport/resultsreportcharts({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 | |
ChartCustomization | System.String | Read only: False | |
Summary | System.String | Read only: False | |
ChartId | 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-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "fbf3a9c0-e0da-4090-b0dc-654d8329e638"
}
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 resultsreportcharts item by Id.
DELETE /api/resultsreport/resultsreportcharts({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 resultsreportcharts item.
GET /api/resultsreport/resultsreportcharts({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-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "bfabc9aa-2b0c-46ec-a36f-e3dcd0a8c4ea",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "7ef3ece5-2164-4638-b1e7-c57e6c48fe54",
"publishingoffices": "b2b5d351-fdc4-4d1b-8aea-82945d711534",
"ReportingStartDate": "2025-09-12T15:17:31.2867861Z",
"ReportingEndDate": "2025-09-12T15:17:31.2867861Z",
"targetaudiences": "01aa68f1-6b04-43f0-8f7d-95f9e632d550",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "bfabc9aa-2b0c-46ec-a36f-e3dcd0a8c4ea",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "7ef3ece5-2164-4638-b1e7-c57e6c48fe54",
"publishingoffices": "b2b5d351-fdc4-4d1b-8aea-82945d711534",
"ReportingStartDate": "2025-09-12T15:17:31.2867861Z",
"ReportingEndDate": "2025-09-12T15:17:31.2867861Z",
"targetaudiences": "01aa68f1-6b04-43f0-8f7d-95f9e632d550",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to resultsreportcharts item.
POST /api/resultsreport/resultsreportcharts({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 resultsreportcharts item.
DELETE /api/resultsreport/resultsreportcharts({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 RelatedResultsReportSection from resultsreportcharts item.
GET /api/resultsreport/resultsreportcharts({key})/RelatedResultsReportSection
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 | |
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-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ParentId": "fb2f30c5-3716-4956-983d-9083baa76068",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T15:17:31.2867861Z",
"PublicationDate": "2025-09-12T15:17:31.2867861Z",
"DateCreated": "2025-09-12T15:17:31.2867861Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ParentId": "fb2f30c5-3716-4956-983d-9083baa76068",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T15:17:31.2867861+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedResultsReportSection relation to resultsreportcharts item.
POST /api/resultsreport/resultsreportcharts({key})/RelatedResultsReportSection/$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 RelatedResultsReportSection from resultsreportcharts item.
DELETE /api/resultsreport/resultsreportcharts({key})/RelatedResultsReportSection/$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.