get https://production.hifibridge.com/transfer
Get a single transfer record or all transfer records for a user, a specific transfer type, or all transfer records within your organization.
- To get a single record, provide the required
id
andtransferType
parameters only. - To get all records, provide the optional
userId
,transferType
,limit
,createdBefore
, andcreatedAfter
parameters only. eg. ProvidinguserId
andtransferType
will return all transfer records of that user and transfer type.