Filters

GET /api/v2/filters

SoftwareVersion
Mastodon 4.0.0
GoToSocial
Response Filter[]MastodonGoToSocial
context Filter Context4.0.0
expires_at 4.0.0
filter_action Filter Action4.0.0
id 4.0.0
keywords[] Filter Keyword4.0.0
statuses[] Filter Status4.0.0
title 4.0.0

GET /api/v2/filters/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0
Response FilterMastodonGoToSocial
context Filter Context4.0.0
expires_at 4.0.0
filter_action Filter Action4.0.0
id 4.0.0
keywords[] Filter Keyword4.0.0
statuses[] Filter Status4.0.0
title 4.0.0

POST /api/v2/filters

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
context[] Filter Context4.0.0
expires_in 4.0.0
filter_action Filter Action4.0.0
keywords_attributes[][keyword] 4.0.0
keywords_attributes[][whole_word] 4.0.0
title 4.0.0
Response FilterMastodonGoToSocial
context Filter Context4.0.0
expires_at 4.0.0
filter_action Filter Action4.0.0
id 4.0.0
keywords[] Filter Keyword4.0.0
statuses[] Filter Status4.0.0
title 4.0.0

PUT /api/v2/filters/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
context[] Filter Context4.0.0
expires_in 4.0.0
filter_action Filter Action4.0.0
id 4.0.0
keywords_attributes[][_destroy] 4.0.0
keywords_attributes[][id] 4.0.0
keywords_attributes[][keyword] 4.0.0
keywords_attributes[][whole_word] 4.0.0
title 4.0.0
Response FilterMastodonGoToSocial
context Filter Context4.0.0
expires_at 4.0.0
filter_action Filter Action4.0.0
id 4.0.0
keywords[] Filter Keyword4.0.0
statuses[] Filter Status4.0.0
title 4.0.0

DELETE /api/v2/filters/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0

GET /api/v2/filters/:filter_id/keywords

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
filter_id 4.0.0
Response Filter Keyword[]MastodonGoToSocial
id 4.0.0
keyword 4.0.0
whole_word 4.0.0

POST /api/v2/filters/:filter_id/keywords

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
filter_id 4.0.0
keyword 4.0.0
whole_word 4.0.0
Response Filter KeywordMastodonGoToSocial
id 4.0.0
keyword 4.0.0
whole_word 4.0.0

GET /api/v2/filters/keywords/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0
Response Filter KeywordMastodonGoToSocial
id 4.0.0
keyword 4.0.0
whole_word 4.0.0

PUT /api/v2/filters/keywords/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0
keyword 4.0.0
whole_word 4.0.0
Response Filter KeywordMastodonGoToSocial
id 4.0.0
keyword 4.0.0
whole_word 4.0.0

DELETE /api/v2/filters/keywords/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0

GET /api/v2/filters/:filter_id/statuses

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
filter_id 4.0.0
status_id 4.0.0
Response Filter Status[]MastodonGoToSocial
id 4.0.0
status_id 4.0.0

GET /api/v2/filters/statuses/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0
Response Filter StatusMastodonGoToSocial
id 4.0.0
status_id 4.0.0

DELETE /api/v2/filters/statuses/:id

SoftwareVersion
Mastodon 4.0.0
GoToSocial
ParametersMastodonGoToSocial
id 4.0.0
Response Filter StatusMastodonGoToSocial
id 4.0.0
status_id 4.0.0

GET /api/v1/filters

SoftwareVersion
Mastodon 2.4.3
GoToSocial
Response V1 Filter[]MastodonGoToSocial
context 2.4.3
expires_at 2.4.3
id 2.4.3
irreversible 2.4.3
whole_word 2.4.3

GET /api/v1/filters/:id

SoftwareVersion
Mastodon 2.4.3
GoToSocial
ParametersMastodonGoToSocial
id 2.4.3
Response V1 FilterMastodonGoToSocial
context 2.4.3
expires_at 2.4.3
id 2.4.3
irreversible 2.4.3
whole_word 2.4.3

POST /api/v1/filters

SoftwareVersion
Mastodon 2.4.3
GoToSocial
ParametersMastodonGoToSocial
context[] Filter Context2.4.3
expires_in 2.4.3
irreversible 2.4.3
phrase 2.4.3
whole_word 2.4.3
Response V1 FilterMastodonGoToSocial
context 2.4.3
expires_at 2.4.3
id 2.4.3
irreversible 2.4.3
whole_word 2.4.3

PUT /api/v1/filters/:id

SoftwareVersion
Mastodon 2.4.3
GoToSocial
ParametersMastodonGoToSocial
context[] Filter Context2.4.3
expires_in 2.4.3
id 2.4.3
irreversible 2.4.3
phrase 2.4.3
whole_word 2.4.3
Response V1 FilterMastodonGoToSocial
context 2.4.3
expires_at 2.4.3
id 2.4.3
irreversible 2.4.3
whole_word 2.4.3

DELETE /api/v1/filters/:id

SoftwareVersion
Mastodon 2.4.3
GoToSocial
ParametersMastodonGoToSocial
id 2.4.3