riverty logo

Docs

Path

GET /{clientId}/disputes/{disputeId}/comments

Request Parameters

clientId
required
integer
unique identifier for the client
disputeId
required
string
unique identifier for the dispute, it should be a GUID

Responses

Successful Request

Request Example

    
        null
    

Response Example

    
        [
 {
  "id": "cf852b4f-c670-4e00-b672-2b2893d2357a",
  "complaintId": "53f1841c-916a-4d59-8ca7-53f2c66a9831",
  "body": "Merchat",
  "attachments": [
   {
    "id": "ac953cf0-bf17-4817-81b1-be3cfb8a18b9",
    "fileName": "a3bb4107-d08c-46ab-8017-2e6258079aa8",
    "originalFileName": "tv_screen_broken.jpg",
    "createdAt": "12/05/2023 15:49:32",
    "size": 12432,
    "source": "Customer",
    "mimeType": "image/jpg",
    "url": "/Complaints/53f1841c-916a-4d59-8ca7-53f2c66a9831/attachments/ac953cf0-bf17-4817-81b1-be3cfb8a18b9"
   }
  ],
  "author": {
   "id": 1,
   "name": "ABC",
   "email": "info@abc.de",
   "countryCode": "DE",
   "country": "Germany"
  },
  "createdAt": "2023-12-12T15:49:32.5201807+00:00",
  "updatedAt": "2023-12-12T15:49:32.5201825Z"
 },
 {
  "id": "1fff6a2c-36e3-4a7e-af79-e9b517956497",
  "complaintId": "53f1841c-916a-4d59-8ca7-53f2c66a9831",
  "body": "Hi Martin, We are very sorry to hear that, can you please share the photo of the invoice",
  "attachments": [],
  "author": {
   "customerId": "6b6e6293-d394-42a8-95af-c28557f95731",
   "firstName": "Martin",
   "lastName": "John",
   "countryCode": "DE",
   "email": "martin.john@gmail.com",
   "name": "Martin John"
  },
  "createdAt": "2023-12-13T15:49:32.5201845+00:00",
  "updatedAt": "2023-12-13T15:49:32.5201862Z"
 },
 {
  "id": "10e67d95-14a6-43f4-9033-f81e2670ffb9",
  "complaintId": "53f1841c-916a-4d59-8ca7-53f2c66a9831",
  "body": "Kindly find attached the requested information",
  "attachments": [
   {
    "id": "ac953cf0-bf17-4817-81b1-be3cfb8a18b9",
    "fileName": "3df2dfcd-8868-47c6-9eec-a735aa435a0f",
    "originalFileName": "tv_screen_broken_invoice.jpg",
    "createdAt": "12/05/2023 15:49:32",
    "size": 12432,
    "source": "Customer",
    "mimeType": "image/jpg",
    "url": "/Complaints/53f1841c-916a-4d59-8ca7-53f2c66a9831/attachments/5d4c4e13-4a62-4a5f-9b21-30e1281dc51b"
   }
  ],
  "author": {
   "id": 1,
   "name": "ABC",
   "email": "info@abc.de",
   "countryCode": "DE",
   "country": "Germany"
  },
  "createdAt": "2023-12-14T15:49:32.5201923+00:00",
  "updatedAt": "2023-12-14T15:49:32.5201941Z"
 }
]