# Get all of a client's new business events **GET /api/v1/client/{client_uuid}/new-business-events** ## 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 - **client_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [adviser, case, firm, existingPlan]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[type]** (string) Plan type to filter by. - **filter[sub_type]** (string) Plan sub type to filter by. - **filter[provider_uuid]** (string) Plan's provider UUID to filter by. - **filter[policy_number]** (string) Fuzzy search for plan policy number. - **filter[adviser_uuid]** (string) Adviser's UUID to filter by. - **filter[advice_type]** (string) Exact search for an advice type. - **filter[conducted_by]** (string) Exact search for how the advice was conducted. - **filter[status]** (string) Current status of the event. - **filter[source_of_funds]** (string) Exact search for source of funds. - **filter[is_replacing_existing_plan]** (boolean) Whether the plan is replacing an existing plan. - **filter[opted_out_of_pension_scheme_for_plan]** (boolean) Whether the client opted out of pension scheme for the plan. - **filter[date_from]** (string) Started after this date. - **filter[date_to]** (string) Started before this date. - **filter[proposed_date_to]** (string) Proposed before this date. - **filter[proposed_date_from]** (string) Proposed after this date. - **filter[contribution_type]** (string) Exact search for the contribution type. - **sort** (string) Field to sort by. Valid fields are [start_date, proposal_date, created_at, updated_at]. Negative sign to denote DESC. Defaults to '-start_date'. - **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)