We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any user, only for its own conversations (as both recipient and sender)
New rights to add to the database: Messages - View own
Messages - View own
Mandatory ➡️ #960
Retrieve all user's conversations, including :
A conversation doesn't include the messages (see Response below).
GET /api/v1/conversations
{ "conversations": [{ "caver": { "id": 1, "nickname": "johnDoe" }, "lastMessageSentDate": "2022-03-05T13:42:33.071Z" }, { "caver": { "id": 2, "nickname": "alice42" }, "lastMessageSentDate": "2022-02-05T18:20:31.135Z" }] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Who can do it
Any user, only for its own conversations (as both recipient and sender)
New rights to add to the database:
Messages - View own
Dependant on issues
Mandatory ➡️ #960
Feature description
Retrieve all user's conversations, including :
A conversation doesn't include the messages (see Response below).
Route & body
GET /api/v1/conversations
Response
The text was updated successfully, but these errors were encountered: