# Get the valuations formatted for a graph **GET /api/v1/plans/{plan_uuid}/reporting/valuations/{subAccount}** ## 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) - **subAccount** (string) Optional parameter. ### Query parameters - **start_date** (string) date Optional date to constrain only valuations from this date. For example: ?start_date=2022-06-12 - **end_date** (string) date Optional date to constrain only valuations up until this date. For example: ?end_date=2022-06-18 - **limit** (integer) Optional limit to constrain the number of unique days returned ## Responses ### 200 #### Body: application/json (object) - **valued_at** (string) The total valuations for that day if there were any. - **value** (object) The total valuation value for that day. [Powered by Bump.sh](https://bump.sh)