Returns a list of business_entity_transfer resources meeting all the conditions specified in the filter parameters below. By default, this list is sorted by created_at in descending order (latest first).
Tip
To retrieve a history of all the business entity transfers for a resource, pass the filter parameters active_resource_id[is] and resource_type[].
URL Format
Input Parameters
optional, string filter
Sorts based on the specified attribute. Supported attributes : created_at
Supported sort-orders : asc, desc
Example → sort_by[asc] = "created_at"
This will sort the result based on the 'created_at' attribute in ascending(earliest first) order.
Filter Params
Filter business_entity_transfer resources based on resource_type.
Tip
Use this filter along with active_resource_id[is] to retrieve the history of all the business entity transfers for a resource.
Filter business_entity_transfer
resources based on resource_id
.
Filter business_entity_transfer resources based on active_resource_id.
Tip
Use this filter along with resource_type[] to retrieve the history of all the business entity transfers for a resource.
Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.