# Get net worth line graph **GET /api/v2/networth/line-graph** Returns the net worth as a line graph of the plans that would be returned in the /v2/plans endpoint. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **date_after** (string) Date in format Y-m-d to start the net worth line graph at the date. - **date_before** (string) Date in format Y-m-d to end the the net worth at the date. Defaults to current date if not provided. - **include_circle_plans** (boolean) When authenticated as a client, you can opt to include other plans belonging to members of circles the authenticated client is a member of as long as they have the correct circle circle login access level to do so. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[abstract_type]** (string) Comma separated list of abstract types. Valid abstract types are [asset, liability, protection] - **filter[type]** (string) Comma separated list of types. Valid abstract types are [cash_account, investment, protection_policy, pension, annuity, general_insurance, group_protection, mortgage, loan_credit, fixed_asset] - **filter[sub_type]** (string) Comma separated list of sub types. - **filter[name]** (string) Comma separated list of plan names to search against, can include partial matches. - **filter[account_uuids]** (string) Comma separated list of client UUIDs to search against. - **filter[exact_account_uuids]** (string) Comma separated list of accounts UUIDs that are all the owners of a plan. - **filter[circle_uuids]** (string) Comma separated list of circle UUIDs to search against. - **filter[policy_number]** (string) Comma separated list of policy numbers to search against, can include partial matches. - **filter[provider_uuids]** (string) Comma separated list of provider provider UUIDs to search against. - **filter[status]** (string) Comma separated string of statuses to filter by. Valid statuses are [active, proposed, inactive] - **filter[seller_uuids]** (string) Comma separated list of adviser UUIDs of who sold the plan to search against. - **filter[active_adviser_uuids]** (string) Comma separated list of adviser UUIDs of who is actively managing the plan to search against. - **filter[case_uuids]** (string) Comma separated list of case UUIDs - **filter[valuation_from]** (integer) Amount in pennies to filter where latest valuation is greater than. - **filter[valuation_to]** (integer) Amount in pennies to filter where latest valuation is less than. - **filter[custom_field:REFERENCE]** (string) Filter by a plan custom field. Example filter[custom_field:cryptocurrencies]=bitcoin - **filter[tags]** (string) Comma separated list of tag names or tag UUIDs. - **filter[is_wrap_product]** (boolean) filter the plans by if they are a wrap product - **filter[hide_wrap_children]** (boolean) Used to hide the wrap children from the primary list of plans. ## Responses ### 200 #### Body: application/json (object) - **valued_at** (string) The timestamp of when the networth was calculated - **total** (object) The total wealth of the client at the given date - **abstract_types** (object) The total wealth broken down in to plan abstract types - **plan_types** (object) The total wealth broken down in to plan types [Powered by Bump.sh](https://bump.sh)