List a bulk-reference job's line items
GET/wallet/fiat/:currency/payment/bulk-references/:jobId/items
Returns the paginated line items of a bulk-reference job, optionally
filtered by item status. Requires the payments.collections.read
permission.
Request
Responses
- 200
- 401
- 403
- 404
OK
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)
Caller lacks the payments.collections.read permission (RBAC_PERMISSION_DENIED)
No such job for this account (also for a job in another entity)