Get a custom default folder Run in API Explorer
Ask AI
GET
/api/v1/custom-default-folder/{customDefaultFolder_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/custom-default-folder/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (201)
Shared client default folders
{
"uuid": "6296da5d-0e96-46bf-a4fd-e80f17afa8b1",
"model": "client",
"case_type": {
"name": "Mortgage Plan",
"uuid": "08ff6f15-598b-4503-97ab-c7d8d72d1c68",
"created_at": "2026-04-09T17:35:06+01:00",
"updated_at": "2026-04-09T17:35:06+01:00"
},
"is_active": true,
"parameter": "client",
"structure": [
{
"name": "Documents",
"children": [
{
"name": "Contracts",
"children": []
},
{
"name": "Emails",
"children": []
}
]
},
{
"name": "Notes",
"children": []
}
],
"created_at": "2026-04-09T17:35:06+01:00",
"updated_at": "2026-04-09T17:35:06+01:00",
"description": "Shared client default folders",
"for_existing": true
}