# Get a custom default folder **GET /api/v1/custom-default-folder/{customDefaultFolder_uuid}** ## 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 - **customDefaultFolder_uuid** (string) ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **description** (string) The description of the custom default folders structure. - **model** (string) The model the default folders structure is for. - **parameter** (string) The parameter the default folders structure is for. - **case_type** (object) The case type object when model is "case" and the parameter is a valid case type UUID. - **structure** (array[object]) The default folders structure. - **is_active** (boolean) Whether the default folders structure is active. - **for_existing** (boolean) Whether the default folders structure is for existing clients. [Powered by Bump.sh](https://bump.sh)