Returns a set of data items of type resultsreportcountryprofiles.
GET /api/resultsreport/resultsreportcountryprofiles
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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Summary": "sample string 9",
"regionscountries": "edeb0380-2585-4b76-a9c5-73bb2df5f4fc",
"Title": "sample string 11",
"ParentId": "c234ff51-7d7c-4c25-a420-12e3f02b9b3a",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Summary": "sample string 9",
"regionscountries": "edeb0380-2585-4b76-a9c5-73bb2df5f4fc",
"Title": "sample string 11",
"ParentId": "c234ff51-7d7c-4c25-a420-12e3f02b9b3a",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportcountryprofiles item by id.
GET /api/resultsreport/resultsreportcountryprofiles({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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Summary": "sample string 9",
"regionscountries": "10ce3846-ef02-485c-825e-20d1d9000ca6",
"Title": "sample string 11",
"ParentId": "15d63ecd-4ac4-4543-867f-c968cc9f85bc",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({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": "65402d5b-8e86-4406-bf98-b0b967978c31"
}Creates a resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles
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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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
{
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Summary": "sample string 6",
"regionscountries": "067a2343-63b1-4ab1-9bee-03175266ad0f",
"Title": "sample string 8",
"ParentId": "a0b221c2-5127-4171-a4a6-dbadfedc40cd"
}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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"Summary": "sample string 9",
"regionscountries": "0048956b-3d0b-40d1-8e96-43036bbdd926",
"Title": "sample string 11",
"ParentId": "a6d44194-4bb9-4412-a490-f9234db02984",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportcountryprofiles item.
PATCH /api/resultsreport/resultsreportcountryprofiles({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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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
{
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Summary": "sample string 6",
"regionscountries": "fabfe438-68ff-41ba-b624-cb8d01eb4271",
"Title": "sample string 8",
"ParentId": "a89a5df3-0f7b-4edc-a56a-11373ac861cd"
}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 resultsreportcountryprofiles item.
PUT /api/resultsreport/resultsreportcountryprofiles({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 | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| 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
{
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Overview": "sample string 5",
"Summary": "sample string 6",
"regionscountries": "f1a1aea9-834c-4639-b1b7-9e70377763ba",
"Title": "sample string 8",
"ParentId": "17a65351-4410-464a-bffe-e21c133595c8"
}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 resultsreportcountryprofiles item by Id.
DELETE /api/resultsreport/resultsreportcountryprofiles({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 resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/Parent
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "2aa21233-485d-489a-8693-bfc0a31eb412",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "8e8bb866-3f0c-4ba4-ae0d-8a51c63c6ec4",
"publishingoffices": "a750ddba-38cc-41f0-8a41-bb1472997d2c",
"ReportingStartDate": "2026-02-07T00:55:56.2512375Z",
"ReportingEndDate": "2026-02-07T00:55:56.2512375Z",
"targetaudiences": "ce5fe5d5-36ff-41f7-9e22-a8b09aa4ec2e",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "2aa21233-485d-489a-8693-bfc0a31eb412",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "8e8bb866-3f0c-4ba4-ae0d-8a51c63c6ec4",
"publishingoffices": "a750ddba-38cc-41f0-8a41-bb1472997d2c",
"ReportingStartDate": "2026-02-07T00:55:56.2512375Z",
"ReportingEndDate": "2026-02-07T00:55:56.2512375Z",
"targetaudiences": "ce5fe5d5-36ff-41f7-9e22-a8b09aa4ec2e",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({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 resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({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 Thumbnail from resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "8214a274-74d7-4da7-9365-f89bb8f146d8",
"publishingoffices": "5e3f1e91-94d1-45cf-a581-58fa7ea26df9",
"events": "553e957b-4ab2-414c-b365-64080ae08a47",
"targets": "e7249058-c681-47ad-b85a-2b75d1baacc5",
"Category": "9bfc46e1-529d-4bad-948d-d3ad22a22c1c",
"imagetypes": "38619d6f-8cf5-45f8-a27d-d5294e63f673",
"departmentaltargets": "6086a81b-7b1b-4ea2-934e-3854d9759c3e",
"stakeholders": "e63f2eb1-a560-40c8-bb5a-e2a17f1a3ce5",
"Tags": "b407a487-3726-4f7e-859b-d6eb9e41b1d4",
"healthtopics": "cd2e9abb-78c4-4602-a79b-774fe28bef53",
"targetaudiences": "dc11c9e8-0d20-4ef3-a328-a8d78e99098a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "866558d8-8014-46c8-8eb5-0a92ffc62883",
"ParentId": "ad7abc8d-409d-4333-a70f-cefcee0c9517",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "8214a274-74d7-4da7-9365-f89bb8f146d8",
"publishingoffices": "5e3f1e91-94d1-45cf-a581-58fa7ea26df9",
"events": "553e957b-4ab2-414c-b365-64080ae08a47",
"targets": "e7249058-c681-47ad-b85a-2b75d1baacc5",
"Category": "9bfc46e1-529d-4bad-948d-d3ad22a22c1c",
"imagetypes": "38619d6f-8cf5-45f8-a27d-d5294e63f673",
"departmentaltargets": "6086a81b-7b1b-4ea2-934e-3854d9759c3e",
"stakeholders": "e63f2eb1-a560-40c8-bb5a-e2a17f1a3ce5",
"Tags": "b407a487-3726-4f7e-859b-d6eb9e41b1d4",
"healthtopics": "cd2e9abb-78c4-4602-a79b-774fe28bef53",
"targetaudiences": "dc11c9e8-0d20-4ef3-a328-a8d78e99098a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "866558d8-8014-46c8-8eb5-0a92ffc62883",
"ParentId": "ad7abc8d-409d-4333-a70f-cefcee0c9517",
"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 resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({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 resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({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.
Returns a set of related items of type RelatedCountryStories from resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "816c3c9c-174f-4b7a-9f2f-8897f27a6f3c",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "bf0b14e6-7532-4037-b814-7bcb900f442f",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "816c3c9c-174f-4b7a-9f2f-8897f27a6f3c",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "bf0b14e6-7532-4037-b814-7bcb900f442f",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedCountryStories relation to resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories/$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 RelatedCountryStories from resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories/$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 resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| TickersType | System.String | Read only: False | |
| AnimationStart | System.Decimal | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| AnimationIncrement | System.Decimal | Read only: False | |
| Unit | System.String | Read only: False | |
| ValueNumber | System.Decimal | Read only: False | |
| Amount | System.String | Read only: False | |
| ValueText | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "61dd13be-b369-44cc-b490-583f97430ed7",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "61dd13be-b369-44cc-b490-583f97430ed7",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedTickers relation to resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({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 resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({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 RelatedCharts from resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts
| 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": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "be6feca8-ca78-4b58-8dde-c122f24a0452",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "be6feca8-ca78-4b58-8dde-c122f24a0452",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.2512375+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedCharts relation to resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts/$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 RelatedCharts from resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts/$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 resultsreportcountryprofiles item.
GET /api/resultsreport/resultsreportcountryprofiles({key})/MainImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "558c6fb4-c496-42ed-afa7-61a46a7c25df",
"publishingoffices": "52850f75-b151-4176-9168-70776224d870",
"events": "7b8d5c21-cddf-41b5-9ec0-c3ee949aadd8",
"targets": "9d780a16-9247-4352-93da-eca8b3ab5532",
"Category": "e11ae233-4dc8-417e-af57-bae085b30759",
"imagetypes": "65cc59d6-dbc6-4b03-8d5b-11eeba110206",
"departmentaltargets": "570c94f3-e224-4fa8-be84-12a540efad88",
"stakeholders": "86886b7c-0eda-4686-82d9-59e7b0bbef41",
"Tags": "5fd7c317-a5a3-4d4e-8aab-75fb8063b06d",
"healthtopics": "e599c37a-3ce7-479c-9b6d-ea3a1f08d986",
"targetaudiences": "1b2c9bf5-4ab7-48a1-b089-2ad38329e87e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b1d6e64b-a9c9-4885-950f-7cac129aca8e",
"ParentId": "dd4e5631-a2f0-446e-9f95-19d8e0012595",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-07T00:55:56.2512375Z",
"PublicationDate": "2026-02-07T00:55:56.2512375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.2512375Z",
"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": "558c6fb4-c496-42ed-afa7-61a46a7c25df",
"publishingoffices": "52850f75-b151-4176-9168-70776224d870",
"events": "7b8d5c21-cddf-41b5-9ec0-c3ee949aadd8",
"targets": "9d780a16-9247-4352-93da-eca8b3ab5532",
"Category": "e11ae233-4dc8-417e-af57-bae085b30759",
"imagetypes": "65cc59d6-dbc6-4b03-8d5b-11eeba110206",
"departmentaltargets": "570c94f3-e224-4fa8-be84-12a540efad88",
"stakeholders": "86886b7c-0eda-4686-82d9-59e7b0bbef41",
"Tags": "5fd7c317-a5a3-4d4e-8aab-75fb8063b06d",
"healthtopics": "e599c37a-3ce7-479c-9b6d-ea3a1f08d986",
"targetaudiences": "1b2c9bf5-4ab7-48a1-b089-2ad38329e87e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b1d6e64b-a9c9-4885-950f-7cac129aca8e",
"ParentId": "dd4e5631-a2f0-446e-9f95-19d8e0012595",
"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 resultsreportcountryprofiles item.
POST /api/resultsreport/resultsreportcountryprofiles({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 resultsreportcountryprofiles item.
DELETE /api/resultsreport/resultsreportcountryprofiles({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.