# Get all holdings **GET /api/v1/plans/{plan_uuid}/holdings/{subAccount}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **plan_uuid** (string) - **subAccount** (integer) Optional parameter. An optional sub-account to constrain the results by. ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [sub_account, portfolio]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[is_active]** (boolean) Filter holdings to only active or only inactive holdings. Defaults to true. - **filter[portfolio_uuid]** (string) Filter holdings by a given portfolio_uuid. Defaults to showing holdings from the active portfolio or all holdings. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, units, unit_price, is_active]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)