Conversations
GET /api/v1/conversations
Software | Version |
Mastodon | 2.6.0 |
GoToSocial |
Parameters | Mastodon | GoToSocial |
limit | 2.6.0 | |
max_id | 2.1.0 | |
min_id | 2.6.0 | |
since_id | 2.6.0 |
Response Conversation[] | Mastodon | GoToSocial |
accounts[] Account | 2.6.0 | |
id | 2.6.0 | |
last_status Status | 2.6.0 | |
unread | 2.6.0 |
DELETE /api/v1/conversations/:id
Software | Version |
Mastodon | 2.6.0 |
GoToSocial |
Parameters | Mastodon | GoToSocial |
id | 2.6.0 |
POST /api/v1/conversations/:id/read
Software | Version |
Mastodon | 2.6.0 |
GoToSocial |
Parameters | Mastodon | GoToSocial |
id | 2.6.0 |
Response Conversation | Mastodon | GoToSocial |
accounts[] Account | 2.6.0 | |
id | 2.6.0 | |
last_status Status | 2.6.0 | |
unread | 2.6.0 |