# Get all valuations **GET /api/v1/plans/{plan_uuid}/valuations/{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 - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[valued_at_after]** (string) Filter by valuations valued after a date. - **filter[valued_at_before]** (string) Filter by valuations valued before a date. - **sort** (string) Field to sort by. Valid fields are [valued_at]. Negative sign to denote DESC. Defaults to 'valued_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)