RESTful API
ResultsReport

Results Report Country Profiles

Get resultsreportcountryprofiles

Returns a set of data items of type resultsreportcountryprofiles.

Copy GET /api/resultsreport/resultsreportcountryprofiles
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Overview": "sample string 8",
    "Summary": "sample string 9",
    "regionscountries": "d4c424e5-9a59-44d8-ba21-4cdcc6e1d76f",
    "Title": "sample string 11",
    "ParentId": "741a1f6f-51bc-4fab-b1de-a7eeeb7dc27b",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Overview": "sample string 8",
    "Summary": "sample string 9",
    "regionscountries": "d4c424e5-9a59-44d8-ba21-4cdcc6e1d76f",
    "Title": "sample string 11",
    "ParentId": "741a1f6f-51bc-4fab-b1de-a7eeeb7dc27b",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get resultsreportcountryprofiles by key

Gets resultsreportcountryprofiles item by id.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Overview": "sample string 8",
  "Summary": "sample string 9",
  "regionscountries": "5eb4b45c-c11c-4320-b4f3-ee072a64aef9",
  "Title": "sample string 11",
  "ParentId": "87eeb12e-996b-448a-9631-38bc4d96899e",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "4aa8ae32-d271-4a45-8725-dc437d68bad8"
}

Post resultsreportcountryprofiles

Creates a resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Overview": "sample string 5",
  "Summary": "sample string 6",
  "regionscountries": "0948a1e3-74db-4137-af4d-93422bb597b5",
  "Title": "sample string 8",
  "ParentId": "b0637d36-8e11-4e0b-9924-5a32d0146c8d"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Overview": "sample string 8",
  "Summary": "sample string 9",
  "regionscountries": "7980a56a-acc8-4e80-b4c6-f164747e200b",
  "Title": "sample string 11",
  "ParentId": "8fae9aee-03f8-4eb8-8deb-8fe293180ab6",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch resultsreportcountryprofiles by key

Partial update for resultsreportcountryprofiles item.

Copy PATCH /api/resultsreport/resultsreportcountryprofiles({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Overview": "sample string 5",
  "Summary": "sample string 6",
  "regionscountries": "f6f33700-3832-4ac5-9b4e-331890325fd7",
  "Title": "sample string 8",
  "ParentId": "84e1a3a1-7e6d-46d5-b206-cfa76b8ef0c6"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put resultsreportcountryprofiles by key

Full update for resultsreportcountryprofiles item.

Copy PUT /api/resultsreport/resultsreportcountryprofiles({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Overview": "sample string 5",
  "Summary": "sample string 6",
  "regionscountries": "c9e28e9f-5223-440d-847a-e1c8550c7f67",
  "Title": "sample string 8",
  "ParentId": "28ec15b2-df43-4f84-a20f-c058df4558a0"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete resultsreportcountryprofiles by key

Deletes a resultsreportcountryprofiles item by Id.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

ReportingStartDate

System.DateTimeOffset

Read only: False
Selected by default: True

ReportingEndDate

System.DateTimeOffset

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "healthtopics": "1fe87181-4826-4348-8c28-8d91296ccf07",
    "Overview": "sample string 10",
    "Summary": "sample string 11",
    "regionscountries": "04015c12-b687-4399-9226-cb7d50c32c26",
    "publishingoffices": "888f694a-e618-42e8-8e15-6937f724e380",
    "ReportingStartDate": "2025-09-11T07:51:00.0443703Z",
    "ReportingEndDate": "2025-09-11T07:51:00.0443703Z",
    "targetaudiences": "50ec0450-1925-4a16-9968-ed61aaad9ff4",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "healthtopics": "1fe87181-4826-4348-8c28-8d91296ccf07",
    "Overview": "sample string 10",
    "Summary": "sample string 11",
    "regionscountries": "04015c12-b687-4399-9226-cb7d50c32c26",
    "publishingoffices": "888f694a-e618-42e8-8e15-6937f724e380",
    "ReportingStartDate": "2025-09-11T07:51:00.0443703Z",
    "ReportingEndDate": "2025-09-11T07:51:00.0443703Z",
    "targetaudiences": "50ec0450-1925-4a16-9968-ed61aaad9ff4",
    "Provider": "sample string 17",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Overview

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

ReportingStartDate

System.DateTimeOffset

Read only: False
Selected by default: True

ReportingEndDate

System.DateTimeOffset

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "healthtopics": "ca4be907-35ab-45a2-8a5d-11cf9e1354b7",
  "Overview": "sample string 10",
  "Summary": "sample string 11",
  "regionscountries": "014af8a9-ec64-4294-9ae3-1849bdd02402",
  "publishingoffices": "44c85b52-a5f9-4c39-aff7-fff54d79ec6c",
  "ReportingStartDate": "2025-09-11T07:51:00.0443703Z",
  "ReportingEndDate": "2025-09-11T07:51:00.0443703Z",
  "targetaudiences": "236c3321-29ef-41d0-9e88-27e1e1a129ff",
  "Provider": "sample string 17",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Thumbnail

Returns a set of related items of type Thumbnail from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "ef90565e-18a0-46be-831e-6c39f33035ce",
    "publishingoffices": "be2f27f7-1450-4619-a2e8-f987fdd2f79a",
    "events": "c23e4a2a-9f4f-4d5b-a235-54c7024343d2",
    "targets": "c790fd64-af4c-4ceb-bc10-f216c7f03067",
    "Category": "39d8705f-02cf-4785-9286-7ee63e06c72b",
    "imagetypes": "5a0195c4-7d92-42b3-ab14-5757228e399d",
    "departmentaltargets": "6b06bacf-933c-4d81-a5da-2ae348049f9f",
    "stakeholders": "d076bfa2-2ee8-431c-84cc-ac9762c038ae",
    "Tags": "b5a3870a-23ec-4a0b-bcd7-171e42b13524",
    "healthtopics": "37f9d9a8-f6ad-4045-8678-9d2c0343b399",
    "targetaudiences": "2ff86d4f-2a84-44fd-bdf6-b3b9918cd3eb",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "584f8236-d749-464e-a6a4-3d1ac27fcd5b",
    "ParentId": "7c577f34-3e85-422f-8925-edf1449e1fe5",
    "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-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "ef90565e-18a0-46be-831e-6c39f33035ce",
    "publishingoffices": "be2f27f7-1450-4619-a2e8-f987fdd2f79a",
    "events": "c23e4a2a-9f4f-4d5b-a235-54c7024343d2",
    "targets": "c790fd64-af4c-4ceb-bc10-f216c7f03067",
    "Category": "39d8705f-02cf-4785-9286-7ee63e06c72b",
    "imagetypes": "5a0195c4-7d92-42b3-ab14-5757228e399d",
    "departmentaltargets": "6b06bacf-933c-4d81-a5da-2ae348049f9f",
    "stakeholders": "d076bfa2-2ee8-431c-84cc-ac9762c038ae",
    "Tags": "b5a3870a-23ec-4a0b-bcd7-171e42b13524",
    "healthtopics": "37f9d9a8-f6ad-4045-8678-9d2c0343b399",
    "targetaudiences": "2ff86d4f-2a84-44fd-bdf6-b3b9918cd3eb",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "584f8236-d749-464e-a6a4-3d1ac27fcd5b",
    "ParentId": "7c577f34-3e85-422f-8925-edf1449e1fe5",
    "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
  }
]

Get Thumbnail by relatedKey

Returns a related item of type Thumbnail from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "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": "7a9746b4-3c68-4371-a59a-30cff32d70ca",
  "publishingoffices": "bc75a7b4-d026-400b-b2a6-0fc2d606c592",
  "events": "fb4dcbe5-9c31-4f8c-a5f3-f973ef8f3ea3",
  "targets": "d578f486-09f3-462d-a1a8-6e1ac7d4fb4b",
  "Category": "51d62862-a673-4a45-8511-b33f508068aa",
  "imagetypes": "ab797c62-fc15-42d1-b8b9-6344bce8f3d3",
  "departmentaltargets": "1105843a-f5da-410d-9d71-5227814e6582",
  "stakeholders": "88fc379b-8664-4697-b2ed-f774974c8668",
  "Tags": "562e55d9-98db-4f78-af29-4f9331e9e7ee",
  "healthtopics": "333e2ad9-fd9c-42d4-ae58-8dbb9da04127",
  "targetaudiences": "d4ef46fd-e132-4430-87c4-916520960da1",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "ed1e421b-2667-4292-8cb8-566a13ce1e96",
  "ParentId": "51e7793d-2852-4976-a84c-b19fa41930df",
  "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
}

Post Thumbnail

Add Thumbnail relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Thumbnail

Delete set of related items of type Thumbnail from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Thumbnail by relatedKey

Delete relation of type Thumbnail from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/Thumbnail({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get RelatedCountryStories

Returns a set of related items of type RelatedCountryStories from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "154098b9-368f-4a3c-85ef-da60f39cc0c8",
    "Summary": "sample string 9",
    "Title": "sample string 10",
    "Overview": "sample string 11",
    "DisplayTitle": "sample string 12",
    "SortOrder": 13.0,
    "ParentId": "4b3b7b87-0c08-4836-b68d-5b3ef958c045",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "154098b9-368f-4a3c-85ef-da60f39cc0c8",
    "Summary": "sample string 9",
    "Title": "sample string 10",
    "Overview": "sample string 11",
    "DisplayTitle": "sample string 12",
    "SortOrder": 13.0,
    "ParentId": "4b3b7b87-0c08-4836-b68d-5b3ef958c045",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedCountryStories by relatedKey

Returns a related item of type RelatedCountryStories from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "fb362324-aa2f-4d7c-a87f-31b3bdc91b9b",
  "Summary": "sample string 9",
  "Title": "sample string 10",
  "Overview": "sample string 11",
  "DisplayTitle": "sample string 12",
  "SortOrder": 13.0,
  "ParentId": "93ec764f-4e52-4da0-9e9f-13b9291b7ecb",
  "Provider": "sample string 15",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedCountryStories

Add RelatedCountryStories relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedCountryStories

Delete set of related items of type RelatedCountryStories from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedCountryStories by relatedKey

Delete relation of type RelatedCountryStories from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCountryStories({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get RelatedTickers

Returns a set of related items of type RelatedTickers from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

TickersType

System.String

Read only: False
Selected by default: True

AnimationStart

System.Decimal

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

AnimationIncrement

System.Decimal

Read only: False
Selected by default: True

Unit

System.String

Read only: False
Selected by default: True

ValueNumber

System.Decimal

Read only: False
Selected by default: True

Amount

System.String

Read only: False
Selected by default: True

ValueText

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "5ebbfbdf-11f3-48e0-993e-79e5f42b1fc9",
    "Provider": "sample string 20",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "5ebbfbdf-11f3-48e0-993e-79e5f42b1fc9",
    "Provider": "sample string 20",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedTickers by relatedKey

Returns a related item of type RelatedTickers from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

TickersType

System.String

Read only: False
Selected by default: True

AnimationStart

System.Decimal

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

AnimationIncrement

System.Decimal

Read only: False
Selected by default: True

Unit

System.String

Read only: False
Selected by default: True

ValueNumber

System.Decimal

Read only: False
Selected by default: True

Amount

System.String

Read only: False
Selected by default: True

ValueText

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

DisplayTitle

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "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": "deddfda4-698e-4fa4-8142-c3a47cf42dc2",
  "Provider": "sample string 20",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedTickers

Add RelatedTickers relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedTickers

Delete set of related items of type RelatedTickers from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedTickers by relatedKey

Delete relation of type RelatedTickers from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedTickers({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get RelatedCharts

Returns a set of related items of type RelatedCharts from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ChartCustomization

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ChartId

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "692f6512-e8fa-4864-8439-14a745f3e772",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "692f6512-e8fa-4864-8439-14a745f3e772",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedCharts by relatedKey

Returns a related item of type RelatedCharts from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ChartCustomization

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ChartId

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "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": "86fbfbba-d401-434e-a769-273ab69a69c6",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T07:51:00.0443703+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedCharts

Add RelatedCharts relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedCharts

Delete set of related items of type RelatedCharts from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete RelatedCharts by relatedKey

Delete relation of type RelatedCharts from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/RelatedCharts({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get MainImage

Returns a set of related items of type MainImage from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/MainImage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "1f378f66-d8b6-4790-b26d-b7047d1cfe8e",
    "publishingoffices": "50b6f562-c3bb-4d3e-951a-359fd946263d",
    "events": "de4e40f0-d95d-4b0b-939f-ef94985b2511",
    "targets": "73711192-2340-49d7-8e00-d6e0cc0f250d",
    "Category": "1b94e444-f5a4-4f3c-9b34-94bbd0bc4e6a",
    "imagetypes": "a45b5488-5b81-4372-afc4-8f34f232e491",
    "departmentaltargets": "891cac5d-48be-4fd5-bf75-55310c0a2e06",
    "stakeholders": "6848f087-4312-46b6-b88d-02a651455bc8",
    "Tags": "33d8fcdf-b14b-4448-9b56-ee0cc0e4a7ea",
    "healthtopics": "df608d20-d754-41b9-8a04-ccc6e21603c0",
    "targetaudiences": "a176f17a-f0d9-45ee-b313-6c3403c2ced6",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "a2eef0ba-e481-4256-ae86-364020fd8cd9",
    "ParentId": "91d4f910-3f01-4a2d-afcb-8ee3086b4f88",
    "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-09-11T07:51:00.0443703Z",
    "PublicationDate": "2025-09-11T07:51:00.0443703Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T07:51:00.0443703Z",
    "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": "1f378f66-d8b6-4790-b26d-b7047d1cfe8e",
    "publishingoffices": "50b6f562-c3bb-4d3e-951a-359fd946263d",
    "events": "de4e40f0-d95d-4b0b-939f-ef94985b2511",
    "targets": "73711192-2340-49d7-8e00-d6e0cc0f250d",
    "Category": "1b94e444-f5a4-4f3c-9b34-94bbd0bc4e6a",
    "imagetypes": "a45b5488-5b81-4372-afc4-8f34f232e491",
    "departmentaltargets": "891cac5d-48be-4fd5-bf75-55310c0a2e06",
    "stakeholders": "6848f087-4312-46b6-b88d-02a651455bc8",
    "Tags": "33d8fcdf-b14b-4448-9b56-ee0cc0e4a7ea",
    "healthtopics": "df608d20-d754-41b9-8a04-ccc6e21603c0",
    "targetaudiences": "a176f17a-f0d9-45ee-b313-6c3403c2ced6",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "a2eef0ba-e481-4256-ae86-364020fd8cd9",
    "ParentId": "91d4f910-3f01-4a2d-afcb-8ee3086b4f88",
    "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
  }
]

Get MainImage by relatedKey

Returns a related item of type MainImage from resultsreportcountryprofiles item.

Copy GET /api/resultsreport/resultsreportcountryprofiles({key})/MainImage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T07:51:00.0443703Z",
  "PublicationDate": "2025-09-11T07:51:00.0443703Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T07:51:00.0443703Z",
  "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": "3abdba4c-582e-4b81-81e2-aff9f4930828",
  "publishingoffices": "043832be-36d1-4acd-83c1-7fdb8761aca0",
  "events": "55dacb7c-e493-4358-9831-8bc2f9a8eb70",
  "targets": "ec1b1136-eca8-41bd-9c7f-e732c1b7625e",
  "Category": "14303b39-6a3e-4b52-8d67-797d758dbc4f",
  "imagetypes": "6b15a64b-ed35-4008-a859-07c0d58f657c",
  "departmentaltargets": "ac6d9936-6125-4b84-8eb0-a46c6d4e3623",
  "stakeholders": "93da4785-fe95-477e-a833-b6c71112e264",
  "Tags": "86306a69-e9dc-4aa1-b149-bce8ef1db3ad",
  "healthtopics": "42b0dcaf-ea4d-4f09-8636-e65d491d9b9b",
  "targetaudiences": "00e67646-e21f-488c-b770-8ac047d4b820",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "e0cdfe3c-e5e2-4375-bfe9-7355f82fff1b",
  "ParentId": "c441d81c-9863-4e0d-ab8b-503b604621c8",
  "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
}

Post MainImage

Add MainImage relation to resultsreportcountryprofiles item.

Copy POST /api/resultsreport/resultsreportcountryprofiles({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete MainImage

Delete set of related items of type MainImage from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete MainImage by relatedKey

Delete relation of type MainImage from resultsreportcountryprofiles item.

Copy DELETE /api/resultsreport/resultsreportcountryprofiles({key})/MainImage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.