Obter regra automática por ID
GET/automatic-rules/:id
Returns the same shape as the rows from the list endpoint. Requires scope finance.automatic_rules. 404 covers both "doesn't exist" and "not in the tenant" — the API does not distinguish.
Requisição
Respostas
- 200
- 401
- 403
- 404
- 500
Get an automatic rule by id
Missing / invalid / expired / revoked token.
Token lacks the finance.automatic_rules scope, or sub does not match any workspace.
Rule not found within the tenant.
Unhandled server error.