chat

Get user chats

Get all chats for the current user (patient or operator).

get/api/chat/chats

Response

Successful Response

totalinteger required

Total number of chats

Example response

{
  "chats": [],
  "total": 0
}

Changes