Skip to main content

List discussion comments

Request

GET /discuss/{discussionId}

Parameters

NameTypeInDescription
discussionIdstringpathThe discussion id taken from the batch results steps issues or remarks.

Response example

Body

[
{
"id": "00000251782079171532",
"at": "2021-05-05T13:33:48.4670544+00:00",
"by": "some.one@applitools.com",
"content": "{\"tags\":[],\"text\":\"/me linked this issue to Defect:603191142388\"}"
},
{
"id": "00000251782082162535",
"at": "2021-05-05T12:43:57.4644228+00:00",
"by": "someone.else@applitools.com",
"content": "{\"tags\":[],\"text\":\"/me created this issue\"}"
}
]

cURL example

curl -H "X-Eyes-Api-Key: <your-api-key>" -X GET "https://eyes.applitools.com/api/v1/discuss/<some-discussion-id>"