v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
case

Retrieve partner case comments

This endpoint returns a comments list object, which is an array of comments that have been associated with the case. Comments are ordered newest to oldest and are not paginated (all comments returned at once).

get/v1/cases/{caseId}/comments

Path parameters

caseIdinteger required

Partner Case ID.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

Comments list object.

messagestring nullable

Message providing context for the response if the comments list is empty due to the case status being in CREATING. null if case has been created.

Example response

{
  "comments": [
    {
      "id": 16554865464081,
      "plainBody": "We have resolved the issue with this transfer.\n\nThank you!",
      "author": "WISE_AGENT",
      "createdAt": "2023-06-28T15:22:29.901"
    }
  ]
}