Skip to content

Retrieve comments of specified FreshInvestigation Report

Request

Returns the Fresh Investigation Report comments for a specific order.

Security
bearerToken
Path
orderIdstringrequired

FreshInvestigation Report Id

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/comments' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Investigation Report.

Bodyapplication/json
totalCountinteger

Total number of comments for a FreshInvestigation Report

commentsArray of objects
Response
{ "totalCount": 0, "comments": [ {} ] }