Discussions

Ask a Question
Back to all

The labels is always returning null on findAll transactions v2

When requesting the /api/v2/transactions the labels attribute is always returning null, even if the transaction has labels configured, but it's working at /api/v2/transactions/:UUID, it's forcing us to do a N+1 to get the labels value from the transaction.

Could you guys please fix this?