List issuing withdrawals

GET {{baseInfraUrl}}/{{version}}/issuing-withdrawal

Here you can list and filter all Issuing Withdrawals you have made. We return it paged.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullMaximum number of objects to be retrieved.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
externalIdsnullList of strings to filter Issuing Withdrawals by their externalIds.
tagsnullList of strings to filter Issuing Withdrawals that contain specific tags.

RESPONSES

status: OK

{"cursor":"ClYKFAoHY3JlYXRlZBIJCNqalNKS5_cCEjpqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIeCxIRSXNzdWluZ1dpdGhkcmF3YWwYgICAxOnpxAkMGAAgAQ==","withdrawals":[{"amount":10000,"created":"2022-05-17T20:10:18.179144+00:00","description":"Sending back","externalId":"my_external_id_1","id":"6037115762638848","issuingTransactionId":"5474165809217536","tags":["iron","bank"],"transactionId":"5658206160289792","updated":"2022-05-17T20:10:18.580625+00:00"},{"amount":10000,"created":"2022-05-17T18:18:18.851674+00:00","description":"Sending back","externalId":"006ca81f-ea92-413c-9408-9ad062fcfc9a","id":"5369252844404736","issuingTransactionId":"6495152751247360","tags":[],"transactionId":"5672161985429504","updated":"2022-05-17T18:18:19.497659+00:00"}]}