Limerence
Share

Get Session Comments By Chat

Get all comments for a chat session by chat ID (for shared users viewing their comments)

GET
/sessions/{chatId}/comments/by-chat

Get all comments for a chat session by chat ID (for shared users viewing their comments)

Authorization

X-API-Key<token>

Use X-API-Key: .

In: header

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/sessions/string/comments/by-chat"
[  [    null  ]]
{  "cause": {    "code": "api/invalid-json",    "detail": "string"  },  "message": "The request body is not valid JSON"}
{  "cause": {    "code": "api/unsupported-media-type",    "detail": "GET requests cannot have a content type header"  },  "message": "Unsupported Media Type"}