# Get all custom default folders **GET /api/v1/custom-default-folder** ## 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 - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[model]** (string) Filter by model type. Valid types are [client, case, plan] - **filter[is_active]** (boolean) Filter only active custom default folders - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at]. Negative sign to denote DESC. Defaults to '-created_at'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)