Get changelog filters available
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/changelog/filters'
{ "domains": [ { "value": "<string>", "type": "postgres" } ], "types": [ "postgres" ] }
Changelog filters
The response is of type object.
object