# Get all transactions **GET /api/v1/plans/{plan_uuid}/transaction** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Headers - **X-PLANNR-ACCOUNT-UUID** (string) #### Path parameters - **plan_uuid** (string) The uuid of a Plan. #### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[subaccount]** (string) Comma separated list of sub account UUIDs to filter by - **filter[holding]** (string) Comma separated list of holding UUIDs to filter by - **filter[type]** (string) Comma separated list of types to filter by - **filter[sub_type]** (string) Comma separated list of sub-types to filter by - **filter[date_from]** (string) Get transactions from a date. - **filter[date_to]** (string) Get transactions to a date. - **filter[amount_from]** (string) Get transactions greater than or equal to an amount in pennies. - **filter[amount_to]** (string) Get transactions less than or equal to an amount in pennies. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, type, amount, date]. Negative sign to denote DESC. Defaults to '-date'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200: #### Body Parameters: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)