Get All Dispute Comments
GET /disputes/{disputeId}/comments
{
"countryCode": "market country code for the shop",
"shopId": "unique identifier for the shop",
"disputeId": "unique identifier for the dispute, it should be a GUID"
}
[
{
"id": "7571dd99-c2ed-4ed2-92b0-fac93f6075a2",
"disputeId": "4db0a579-fbcc-4b05-94e4-f29a3ba88fb6",
"body": "Merchat",
"jiraId": "100128999221",
"zenDeskId": "100",
"internal": false,
"attachments": [
{
"id": "babd4fad-22c6-44c9-bd58-f829c19f7b46",
"fileName": "dd53cbe9-8373-416d-bd29-c035d7b0dcb7",
"originalFileName": "tv_screen_broken.jpg",
"createdAt": "2024-05-08T13:31:04.7423689+00:00",
"size": 12432,
"mimeType": "image/jpg",
"url": "/Attachments/babd4fad-22c6-44c9-bd58-f829c19f7b46"
}
],
"author": {
"id": 1,
"name": "ABC",
"email": "info@example.com",
"countryCode": "DE",
"country": "Germany"
},
"createdAt": "2024-05-15T13:31:04.742372+00:00",
"updatedAt": "2024-05-15T13:31:04.7423727Z"
},
{
"id": "8ee41c0c-15c8-40fd-81cf-362073a15458",
"disputeId": "4db0a579-fbcc-4b05-94e4-f29a3ba88fb6",
"body": "Hi Martin, We are very sorry to hear that, can you please share the photo of the invoice",
"jiraId": "100128991111",
"zenDeskId": "104",
"internal": false,
"attachments": [],
"author": {
"customerId": "082e9bb2-e56a-4f64-9407-6b99e8f60b72",
"firstName": "Martin",
"lastName": "John",
"countryCode": "DE",
"email": "martin.john@example.com",
"name": "Martin John"
},
"createdAt": "2024-05-16T13:31:04.7423735+00:00",
"updatedAt": "2024-05-16T13:31:04.7423742Z"
},
{
"id": "48841916-22f0-4be0-a769-9a73a292b2cf",
"disputeId": "4db0a579-fbcc-4b05-94e4-f29a3ba88fb6",
"body": "Kindly find attached the requested information",
"jiraId": "100128999999",
"zenDeskId": "150",
"internal": false,
"attachments": [
{
"id": "babd4fad-22c6-44c9-bd58-f829c19f7b46",
"fileName": "dbf14736-aa07-4bd0-9300-bbabb4875a10",
"originalFileName": "tv_screen_broken_invoice.jpg",
"createdAt": "2024-05-08T13:31:04.7423744+00:00",
"size": 12432,
"mimeType": "image/jpg",
"url": "/Attachments/711cc0cf-3acf-4ba8-a3cd-e7f05a9248b4"
}
],
"author": {
"id": 1,
"name": "ABC",
"email": "info@example.com",
"countryCode": "DE",
"country": "Germany"
},
"createdAt": "2024-05-17T13:31:04.7423755+00:00",
"updatedAt": "2024-05-17T13:31:04.7423762Z"
}
]