Returns the mutation type ids (Liquidation, Deletion) used as the implicit filter when GET /registry/registry-of-commerce is called without a mutationIds param. Exposed so the frontend can show these as visibly pre-selected in the publication-type filter, rather than silently narrowing results with no indication a filter is active.
GET
/api-v1/registry/default-mutation-ids
curl \
--request GET 'https://wyzio.app/api-v1/registry/default-mutation-ids'
Response examples (200)
[
42
]